Fixing IIS’s “Failed to start monitoring changes to [...] because access is denied” Error

Ran into a weird error today. I had IIS serving pages on my devel machine and after working out the kinks in my code I went to FTP them to the production server. Since that machine didn’t have FTP I shared the folder and uploaded them from another machine that was on my desk. After that I went to reload the page and got the following error:

Failed to start monitoring changes to [...] because access is denied 

I figured it was because I had shared the page and IIS must not like that, so I unshared it expecting that to resolve the issue — it did not. From there I dug through many pages of Google results all telling me to make sure the files weren’t marked Read Only and to make sure the ASPNET user had permissions. Interestingly enough such a user did not exist on my machine, possibly due to a different version of IIS or the fact that I do not have Visual Studio.net installed on that system.

It wasn’t until I compared permissions with another web folder that still worked that I spotted the difference. One had permission granted access to “Authenticated Users” and given it Modify permissions. After following these steps I was once again able to serve pages:

  1. Right Click the Virtual Directory in IIS
  2. Click “Edit Permissions…”
  3. Select the Security Tab
  4. Click the Edit button
  5. Click the Add button
  6. Type “Authenticated Users” †
  7. Click the Check Names button to ensure that it recognizes the name
  8. Click OK
  9. Ensure the Modify checkbox is checked
  10. Click OK until all remaining popup windows are closed

† If a name is not recognized it will pop up a “Name Not Found” box, whereas if it is recognized it will prefix it with your computer name and underline it (e.g.: fettesps\username).
If Authenicated Users is not recognized as a user, try ASPNET instead, which is what most guides suggested (but did not work for me).

After making these changes you should now be able to access your site again. If not, please consult Microsoft’s Knowledge Base article for more possible solutions.

Tags: , , , , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS
read comments

VNC – How to Exit Full Screen

More than once I’ve right clicked the title bar in VNC and hit Full Screen only to realize I have no idea how to get back out of full screen. Since the menu bar is then suppressed I’m forced to use a hot key, and if you don’t know ahead of time what that is you’re stuck Googling for it. Unfortunately, it is not F11 like in most applications so if you mash F11 you’ll maximize the top window in your VNC session. To exit full screen in VNC Viewer just press F8.

Tags:

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS
read comments

iPhone 3G vs 3GS Parts

I was recently fixing an iPhone and the new LCD connector just wouldn’t pop on. Initially I thought I was shipped the wrong part but did not discover until I found the following image that it was the correct part and the person who’s iPhone I was fixing had actually given me the wrong model when I asked them which it was.


difference-between-iphone-3g-and-3gs

Unfortunately I could not find a higher resolution photo of this. So after clicking the image use Ctrl+ and Ctrl- to zoom in/out and get a better look at the differences.

Tags: , , , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS
read comments
 Page 6 of 51  « First  ... « 4  5  6  7  8 » ...  Last »