Ik krijg de volgende ASP.NET server error na installatie van de AdManager software. Ik heb een subdomein aangemaakt in IIS voor de site waaronder dit moet worden geinstalleerd. De documentatie (die nogal vaag is) geeft aan dat ik een Virtual Directory moet aanmaken, ook gedaan. Wat ik ook doe, ik blijf deze error krijgen.
De rechten op de database map staan goed. De rechten op de virtual directory staan ook goed, alles staat goed.
Mijn vraag is nu, wat wilt deze error zeggen, waarom zegt ie dit, en hoe kan ik voorkomen dat ik deze error weer ga krijgen?
ASP.NET drivers zijn geupdate met de laatste versie, en recent heb ik MDAC ook geinstalleerd (de laatste versie).
Start error weergave:
Server cannot access application directory 'E:\sites\ads_website_nl\www\virtual\'. 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:\sites\ads_website_nl\www\virtual\'. 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:\sites\ads_website_nl\www\virtual\'. 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) +965
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Eind error weergave:
Via Google e.a. ben ik verschillende topics tegen gekomen, waar ik zelf niet wijs uit wordt. Ik hoop dat iemand me hiermee kan helpen...
Edit:
Ik ga dus naar:
http://ads.website.ext/virtdirnaam/index.aspx (fake url)
De virt. dir. links door naar een map genaamd "admin", waarin alle bestanden staan. De web.config en "bin" directory staan in de virt. dir. root. Deze zou ik ook in de absolute subdomein root kunnen zetten, maar dat maakt niks uit.
De rechten op de database map staan goed. De rechten op de virtual directory staan ook goed, alles staat goed.
Mijn vraag is nu, wat wilt deze error zeggen, waarom zegt ie dit, en hoe kan ik voorkomen dat ik deze error weer ga krijgen?
ASP.NET drivers zijn geupdate met de laatste versie, en recent heb ik MDAC ook geinstalleerd (de laatste versie).
Start error weergave:
Server cannot access application directory 'E:\sites\ads_website_nl\www\virtual\'. 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:\sites\ads_website_nl\www\virtual\'. 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:\sites\ads_website_nl\www\virtual\'. 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) +965
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Eind error weergave:
Via Google e.a. ben ik verschillende topics tegen gekomen, waar ik zelf niet wijs uit wordt. Ik hoop dat iemand me hiermee kan helpen...
Edit:
Ik ga dus naar:
http://ads.website.ext/virtdirnaam/index.aspx (fake url)
De virt. dir. links door naar een map genaamd "admin", waarin alle bestanden staan. De web.config en "bin" directory staan in de virt. dir. root. Deze zou ik ook in de absolute subdomein root kunnen zetten, maar dat maakt niks uit.
[ Voor 7% gewijzigd door Verwijderd op 23-05-2003 13:51 . Reden: Eventjes wat informatie toevoegen ]