Har lyckats mickla till nåt nu. Ja, nu har jag installerat om IIS:en och då fungerar det.Problem med att köra ASP filer
Har en ny server, win 2003.
Kan köra aspx och htm mm... men så fort jag ska köra en ASP fil så får jag felmeddelande.
HTTP/1.1 500 Server Error
Hur fixa?Sv: Problem med att köra ASP filer
Fast nu kan jag inte köra mina .aspx filer, har installarat ASP.NET (aspnet_regiis -i) och det verkar ha gått bra.
Felmeddelandet jag får är:
Server cannot access application directory 'E:\Inetpub\wwwroot\'. 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 'E:\Inetpub\wwwroot\'. 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 '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
Vad är det för rättigheter jag behöver ställa in för att den ska kunna köra .aspx filer?