Results 1 to 2 of 2

Thread: Instalation of .NET Framework

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2003
    Location
    Miami, FL
    Posts
    23

    Instalation of .NET Framework

    I did everything that "Teach Yourself ASP.NET - SAMS" says to do to configure the server for the .NET technology.

    When I try to run a .aspx page the system presents me the following message:


    Can someone give any idea where should I go to fix the problem?

    My asp pages work perfectly in my server.




    Server cannot access application directory 'C:\Documents and Settings\Claudio Croce\My Documents\web\aspnet\'. 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 'C:\Documents and Settings\Claudio Croce\My Documents\web\aspnet\'. 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 'C:\Documents and Settings\Claudio Croce\My Documents\web\aspnet\'. 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) +956
    System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128

  2. #2
    Addicted Member
    Join Date
    Oct 2002
    Posts
    241
    Make sure the aspx files are ur wwwroot folder and that IIS is properly configured.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width