An error you may encounter when running ASP.Net apps with the debugger is "Cannot create/shadow copy 'XXX' when that file already exists"
<configuration> <system.web> <hostingEnvironment shadowCopyBinAssemblies="false" /> </system.web></configuration>