Help I can't get the simplest aspx page to run. I have a .htm page in the
same directory and I can get to it and it displays fine. I am running on
IIS5. Permissions through IIS web manager are set to Integrated Windows
Authentication. I am using IE6 to try and view.

It must be a permissions somewhere but on what?

Thanks
Mike


I get this error:

Server Error in '/WebApplication1' Application.
----------------------------------------------------------------------------
----
Server cannot access application directory
'F:\Inetpub\wwwroot\WebApplication1\'. 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 'F:\Inetpub\wwwroot\WebApplication1\'. 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
'F:\Inetpub\wwwroot\WebApplication1\'. The directory does not exist or is
not accessible because of security settings.]
System.Web.HttpRuntime.EnsureAccessToApplicationDi rectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +256

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +927
System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr) +128

---------------------------------------------------------------------------
-----
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
Version:1.0.3705.288