Are there some special gotchas when accessing a project folder using IIS express in visual studio 2010? I am testing a file upload control and I keep getting access denied Asp.net errors.

I have the following users with FULL access to my root project folder:

  1. Authenticated Users
  2. IUSR
  3. System
  4. NETWORK SERVICE
  5. Administrators (I am a member)
  6. Users
  7. IIS_IUSRS (MyComputerName\IIS_IUSRS)

No dice. I can publish my application to my IIS7 (not express) folders and no problem. Is there some trick when working in project folders? Do I need to rebuild my application after changing permission? Restart?

Thanks.

Note: Not sure if this is relevant but visual studio is installed on 'C' with (I assume) IIS express running there as well. My project folder is on 'D'. This shouldn't matter but you never know

link|improve this question
Crickets over here. I found the answer [here.][1] [1]: stackoverflow.com/questions/7222614/… – nameEqualsPNamePrubeGoldberg Aug 28 '11 at 19:20
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.