у меня установлен .NET FrameworkSDK. При попытке открытия браузером любого aspx файла (
http://localhost/...) возникает ошибка (ее текст ниже) Кто-нибудь знает причину этого? Примеры QuickStart сконфигурированы как описано в прилагаемом документе, на папки с примерами стоят необходимые разрешения в IIS... Я пробовал все сносить, в т.ч. IIS, переставлял по-новой — не работает, просто запарился уже
Server Error in '/QuickStart' Application.
------------------------------------------------------------------------------
Server cannot access application directory 'D:\Program Files\Microsoft.NET\FrameworkSDK\Samples\QuickStart\'. The directory does not exist or is not accessible because of security settings.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Server cannot access application directory 'D:\Program Files\Microsoft.NET\FrameworkSDK\Samples\QuickStart\'. The directory does not exist or is not accessible because of security settings.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Server cannot access application directory 'D:\Program Files\Microsoft.NET\FrameworkSDK\Samples\QuickStart\'. The directory does not exist or is not accessible because of security settings.]
System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +256
[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +926
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0