
в общем суть такая: поставил VS2005 .NET pro, потом IIS, после чего при запуске пустого (только что созданного) ASP.NET веб-проекта писалась такая ошибка:
далее я снес IIS и студию и поставил все в обратном порядке (сначало ИИС потом студию), что не убрало ошибку.Unable to start debugging on the web server. <html><head><title>Server Application Error</title></head>
<body><h1>Server Application Error</h1>The Server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. </body></html>
Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing Debug.Start Without Debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation.
и вроде как ИИС и студия видят друг друга. но че не ладно, не могу понять
