views:

54

answers:

3

Aside from running as a administrator, is there any workaround for this requirement?

xxx.vbproj : error : The Web Application Project XXX is configured to use IIS. To access local IIS Web sites, you must install the following IIS components:

In addition, you must run Visual Studio in the context of an administrator account.

A: 

You can active Administrator account and use that account you never get this issue. you can find this post which also works in windws7.

http://knowledgebaseworld.blogspot.com/2009/05/how-to-login-as-administrator-in.html

imran

IBhadelia
+2  A: 

If you do not want to run as an administrator, then host using the Developer Web Server (Cassini) rather than IIS.

Jaxidian
+1  A: 

One option - though not recommended by Microsoft - is to turn off User Account Control (UAC):

Disable User Account Control (UAC) in Windows 7

0xA3
I'm trying to avoid that because I need to feel my user's UAC pain. Plus it gives me an excuse to not run a virus scanner.
Jonathan Allen