Click to See Complete Forum and Search --> : Migration Problems


Scott.Macmaster
February 20th, 2009, 01:46 PM
I'm working on migrating from a dev machine with windows server 2003 to a dev machine with windows server 2008.

I keep getting errors when I try opening or running my web projects. When I open a project I get an error "ASP.NET runtime error: An error occurred loading a configuration file: Failed to start monitoring changes to '../reportbuilder.aspx'. (../web.config)"

Also, when I run the project I get the error "Unable to start program 'http://localHost:1814/ReportBuilder.aspx'. A required program privilege is not held by the client."

Does anyone know what security changes I need to make?


Thanks,

Scott.Macmaster
February 26th, 2009, 03:11 PM
Well, just discovered that if I select 'Run as Administrator' when I start Visual Studio everything seems to work fine.

Is there something I can do to make it work without selecting 'Run as Administrator'?


Thanks,