asp.net på IIS 5.0
Hej EkspertenJeg er helt ny i asp.net
Jeg har en windows 2k server med iis 5.0
Jeg vil gerne have den til at kunne virke med asp.net
Jeg har installeret Microsoft .NET Framework 1.1 p¨å serveren..
lavet en lille asp.net script (via www.html.dk), som hedder mail.aspx (den kan sende en mail)
Når jeg ligger den op på min webserver og kører den får jeg følgende fejl:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Server cannot access application directory 'd:\www\'. 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:\www\'. 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:\www\'. 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
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Det er jo nok noget med rettigheder, jeg har givet min fil ASPNET rettigheder, men kan ikke få det til at spille...
Kan nogle hjælpe lidt..
