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. General Programming
  3. Visual Basic
  4. Web Access Failure Error When Creating a new ASP.NET Web APP

Web Access Failure Error When Creating a new ASP.NET Web APP

Scheduled Pinned Locked Moved Visual Basic
helpcsharpasp-netsysadmintutorial
3 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.
  • V Offline
    V Offline
    vister72
    wrote on last edited by
    #1

    Hello, I'm trying to create a new ASP.Net Web Application and get the following error message: The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/webapplication2' cannot be opened with the path "\\SERVER\wwwroot$\WebApplication2'. The error returned was: Unable to create Web project 'WebApplication2'. The UNC share "\\SERVER\wwwroot$\WebApplication2' does not exist or you do not have access. Does anyone know why I'm getting this error and how to fix it? Thanks so much! Vi

    D 1 Reply Last reply
    0
    • V vister72

      Hello, I'm trying to create a new ASP.Net Web Application and get the following error message: The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/webapplication2' cannot be opened with the path "\\SERVER\wwwroot$\WebApplication2'. The error returned was: Unable to create Web project 'WebApplication2'. The UNC share "\\SERVER\wwwroot$\WebApplication2' does not exist or you do not have access. Does anyone know why I'm getting this error and how to fix it? Thanks so much! Vi

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      This is usually caused by either incorrect NTFS permissions on the directory wwwroot (meaning you don't have the rights to create anything in here), or the wwwroot folder is not being shared as wwwroot$, or both! The share wwwroot$ should be created on the \InetPub\wwwroot folder and the share permissions should include VS Developers with Full Control access. The NTFS permissions (Security tab) should include everything EXCEPT Full Control, Change Permissions, and Take Ownership. You can get to these from the Security tab by clicking on the Advanced button at the bottom. If VS Developers is not there, Add it, then make sure all the permissions are enabled except for the three I just mentioned. RageInTheMachine9532

      V 1 Reply Last reply
      0
      • D Dave Kreskowiak

        This is usually caused by either incorrect NTFS permissions on the directory wwwroot (meaning you don't have the rights to create anything in here), or the wwwroot folder is not being shared as wwwroot$, or both! The share wwwroot$ should be created on the \InetPub\wwwroot folder and the share permissions should include VS Developers with Full Control access. The NTFS permissions (Security tab) should include everything EXCEPT Full Control, Change Permissions, and Take Ownership. You can get to these from the Security tab by clicking on the Advanced button at the bottom. If VS Developers is not there, Add it, then make sure all the permissions are enabled except for the three I just mentioned. RageInTheMachine9532

        V Offline
        V Offline
        vister72
        wrote on last edited by
        #3

        Thanks so much for your response, Dave. I found out that the IIS was not even installed on this computer. I installed it and I'm up and running again. Yay! Vi

        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