C
cp chan
Dear all,
I am using Visual Studio 2005 Professional Edition and have the following
working environment :
C:\MathService\MathService.asmx
C:\MathService\web.config
C:\MathService\App_Code\MathService.vb
C:\MathService\App_Data\
I could run this Web Service inside Visual Studio :
http://localhost:2683/MathService/MathService.asmx
But, outside Visual Studio, both of the following 2 statements failed :
http://localhost:2683/MathService/MathService.asmx error message : "The page
cannot be displayed"
http://localhost/MathService/MathService.asmx error message : "Server Error
in '/' Application", "The resource cannot be found"
Did I do any mistake during the development ?
I am using Visual Studio 2005 Professional Edition and have the following
working environment :
C:\MathService\MathService.asmx
C:\MathService\web.config
C:\MathService\App_Code\MathService.vb
C:\MathService\App_Data\
I could run this Web Service inside Visual Studio :
http://localhost:2683/MathService/MathService.asmx
But, outside Visual Studio, both of the following 2 statements failed :
http://localhost:2683/MathService/MathService.asmx error message : "The page
cannot be displayed"
http://localhost/MathService/MathService.asmx error message : "Server Error
in '/' Application", "The resource cannot be found"
Did I do any mistake during the development ?