Hi,
I have a web service that runs without any problems on a Windows 2000
Server. I'm trying to move the web service to a Windows 2003 server.
I copied the asmx file, web.config, global.asax and the bin folder from
the Win 2000 server to the Win 2003 server. I created a virtual
directory for my web service.
Using IE (on the server), I try to browse the asmx page. If I use
"localhost" I get a "page cannot be displayed error" (500 - Internal
server error). If I use the local ip address or the computer name I
get an error that says "An application error occured on the server.
The current custom error settings for this application prevent the
details of the application error from being viewed remotely. It could,
however, be viewed by browsers running on the local server machine.".
Strange thing is, I am trying to view it on the local server machine...
Any ideas to get me going?
Thanks,
Chris
someguy51 - 13 Oct 2005 15:43 GMT
I got this working this morning. In the properties of the virtual
directory I have it an "Application Name" and it started working.