I am using Visual Studio 2010 and have a solution containing a website project. In XP Pro evrything is built perfectly. I upgraded to a new machine running Windows 7 Ultimate, and now that I'm going to create a site, I get the following error message:
------ Build started: Project: C: ... \ WebSite \, Configuration: Debugging Any processor ------ Web site check: Build (web): Failed to match path '/'
If I select the option "Run as administrator" to start Visual Studio, then the site will be built perfectly, and I have no errors at all.
I would prefer not to constantly run Visual Studio as an administrator. Any suggestions?
source
share