IIS Error
-
Hello, When i now want to open a Web Service in my VS.NET the following error occurs: The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/ReservationClient'. 'HTTP/1.1 500 Server Error'. Can anybody give me further help??:( regards patrck
-
Hello, When i now want to open a Web Service in my VS.NET the following error occurs: The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/ReservationClient'. 'HTTP/1.1 500 Server Error'. Can anybody give me further help??:( regards patrck
pat270881 wrote: Can anybody give me further help?? No further help can be given for something as unspecific as "Server Error". We need to know more information. If you can, browse to http://localhost/trace.axd. If it doesn't exist, turn on logging in /Web.config. If tracing isn't enabled and you're browsing to localhost, then the page handler for trace.axd should also tell you how to enable it. Once that's done and you've reproduced the error, what exception are you getting? What does the exception text say? Once you find all that out, post it to the ASP.NET forum. This forum is for C# questions not specific to ASP.NET since there's already a forum specific to ASP.NET. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles]
-
pat270881 wrote: Can anybody give me further help?? No further help can be given for something as unspecific as "Server Error". We need to know more information. If you can, browse to http://localhost/trace.axd. If it doesn't exist, turn on logging in /Web.config. If tracing isn't enabled and you're browsing to localhost, then the page handler for trace.axd should also tell you how to enable it. Once that's done and you've reproduced the error, what exception are you getting? What does the exception text say? Once you find all that out, post it to the ASP.NET forum. This forum is for C# questions not specific to ASP.NET since there's already a forum specific to ASP.NET. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles]
There were never display the Trace.axd when quoted it in the browser although i have trace enabled to true..??? in the event log of windows eventviewer the following warning occurs: the server could not load the applicaiton '/LM/W3SVC'. 'Quoted Medadata could not be found.' any ideas? regards patrick
-
There were never display the Trace.axd when quoted it in the browser although i have trace enabled to true..??? in the event log of windows eventviewer the following warning occurs: the server could not load the applicaiton '/LM/W3SVC'. 'Quoted Medadata could not be found.' any ideas? regards patrick
ASP.NET forum This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles]