O
Ozzie
I recently installed IIS6 with the .net extensions. I have allowed both asp
and asp.net extensions. My configuration for asp works great. Yet I am
unable to get the asp.net to work using the same configuration as I set up
for asp. Here is a very simple page saved as test.aspx:
<html>
<body>
<h1>My first asp.net page</h1>
<p> This page was last refreshed on <%
Response.Write(DateTime.Now.ToString()) %> </p>
</body>
</html>
I get this error when viewed from a browser and I've not sure where to go
from here:
Stack Trace:
[HttpException (0x80004005): Server cannot access application directory
'e:\inetpub\wwwroot\'. The directory does not exist or is not accessible
because of security settings.]
System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +263
[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +964
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
and asp.net extensions. My configuration for asp works great. Yet I am
unable to get the asp.net to work using the same configuration as I set up
for asp. Here is a very simple page saved as test.aspx:
<html>
<body>
<h1>My first asp.net page</h1>
<p> This page was last refreshed on <%
Response.Write(DateTime.Now.ToString()) %> </p>
</body>
</html>
I get this error when viewed from a browser and I've not sure where to go
from here:
Stack Trace:
[HttpException (0x80004005): Server cannot access application directory
'e:\inetpub\wwwroot\'. The directory does not exist or is not accessible
because of security settings.]
System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +263
[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +964
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128