Hello,
I am trying to deploy a web service to a remote computer. The remote computer is on the local network.
On my development computer I have a webservice that just displays hello world. On the solution I click copy web site.
I connect to the remote computer and send the web.config, and service.asmx over to the remote IIS.
I then go back to my developer machine and try and view the service.asmx over the internet. I get this following message.
Server Error in '/webserviceTest' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
I thought this would be a straight forward thing, but i have spent many hours trying to solve.
Does anyone have any ideas, thank very much,
Steve
I am trying to deploy a web service to a remote computer. The remote computer is on the local network.
On my development computer I have a webservice that just displays hello world. On the solution I click copy web site.
I connect to the remote computer and send the web.config, and service.asmx over to the remote IIS.
I then go back to my developer machine and try and view the service.asmx over the internet. I get this following message.
Server Error in '/webserviceTest' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
I thought this would be a straight forward thing, but i have spent many hours trying to solve.
Does anyone have any ideas, thank very much,
Steve