August 1, 2002 - Deploying ASP.NET Pages
August 1, 2002 Deploying ASP.NET Pages Tips: August 2002
Yehuda Shiran, Ph.D.
|
simpleCalcConsumer.aspx
, you can save it in the same directory of the Web service file, simpleCalc.asmx
. In our case, the directory is d:\aspDemo
. Recall that in a previous tip we created a virtual directory in the Web server, Column113
, pointing to d:\aspDemo
. Load your browser with the following path:
https://localhost/Column113/simpleCalcConsumer.aspx
You should get the following window:To learn more about JScript .NET and ASP.NET, go to Column 113, JScript .NET, Part VII: Consuming add from ASP.NET.