When I start Debugging on asp.net3.5 . Browser display bellow message
*Server Error in '/attn-web' Application.
HTTP Error 403 - Forbidden.
Version Information: ASP.NET Development Server 9.0.0.0*
|
When I start Debugging on asp.net3.5 . Browser display bellow message *Server Error in '/attn-web' Application. HTTP Error 403 - Forbidden. Version Information: ASP.NET Development Server 9.0.0.0* |
|||||||||||
|
.. Try to look at log files (Win+F, select folder /Windows and specify to find fresh files) and 'Event Viewer' (Press Win, then type: Event Viewer) P.S.: Nothing personal, but your question is really unclear. |
|||
|
|
|
If you have Vista or Windows 7 try running the Visual Studio as administrator (right click the EXE and choose "Run as administrator") as it might be some security/permissions issue. |
|||
|
|
|
I was getting following issues, after trying their solutions i got this same error message WCFTestClient The HTTP request is unauthorized with client authentication scheme 'Anonymous' (my service is a non-WCF service) The HTTP request is unauthorized with client authentication scheme 'Ntlm' and finally got the solution from here which is In the Server section, uncheck NTLM Authentication (Project Properties -> Web -> Servers) |
|||
|
|
|
It might be an issue with NTLM Authentication.
|
|||
|
|