views:

219

answers:

3

What needs to happen before we can open Web Application Projects hosted in IIS7 with Visual Studio 2008 without running as Administrator? Are we talking about waiting for the next version of Visual Studio? Are there any existing workarounds?

I think it's implied by the above, but this pertains to Vista.

Thanks.

A: 

My guess is never. I think admin rights will always be needed to change websites and virtual directories in IIS.

Ray
You still may be right, but I want to make clear that you still need to run as Admin even after the vitual directory has been created and no further changes are necessary. Web projects using IIS for hosting simply won't open up in non-admin mode.
Greg
+1  A: 

I'd like to see an IISAdmin group which grants a developer's user account permission to manage IIS without granting full adminstrator privileges to the entire PC.

Jason Stangroome
+1  A: 

Never is a bad option - pretty much all other development I can do as a non-admin. Its not as if the code under IIS requires admin rights either.