Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. ASP.NET 1.1 server set up

ASP.NET 1.1 server set up

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdotnetsysadmindata-structures
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Neel07
    wrote on last edited by
    #1

    In test environment server when I deploy application, which runs fine in the development server, gives me following error. Created a directory hello and given web sharing under inetpub\wwwroot. Any clue or idea what's going wrong here. Server cannot access application directory 'C:\Inetpub\Wwwroot\hello\'. 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:\Inetpub\Wwwroot\hello\'. 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:\Inetpub\Wwwroot\hello\'. 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) +263 [HttpException (0x80004005): ASP.NET Initialization Error] System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +983 System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr) +128 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 Share knowledge to enhance your learning

    M 1 Reply Last reply
    0
    • N Neel07

      In test environment server when I deploy application, which runs fine in the development server, gives me following error. Created a directory hello and given web sharing under inetpub\wwwroot. Any clue or idea what's going wrong here. Server cannot access application directory 'C:\Inetpub\Wwwroot\hello\'. 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:\Inetpub\Wwwroot\hello\'. 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:\Inetpub\Wwwroot\hello\'. 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) +263 [HttpException (0x80004005): ASP.NET Initialization Error] System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +983 System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr) +128 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 Share knowledge to enhance your learning

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      Hi there, Looks like the ASP.NET process identity does not have the permission, the document might help you out: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconaspnetplatformrequirements.asp[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups