I have recently installed Vista Ultimate RC1 with high expectation of running VS 2005 with IIS 7. I have been having trouble getting everything to work. I believe I have enable everything that should be to run a web application, but I guess I missed something or did something wrong.
When I hit F5 to run a newly created website I get the following error:
Error 1 Attempted to read or write protected memory. This is often an indication that other memory is corrupt. /
I am running VS 2005 as Administrator (by right cliccking - run as administrator)
If I try to access the page using IE I get the following error page
HTTP Error 500.19 - Internal Server Error
Description: The requested page cannot be accessed because the related configuration data for the page is invalid.
Error Code: 0x80070005
Notification: BeginRequest
Module: IIS Web Core
Requested URL: http://localhost:80/mySite
Physical Path: C:\Users\Jon\Websites\mySite
Logon User: Not yet determined
Logon Method: Not yet determined
Handler: Not yet determined
Config Error: Cannot read configuration file
Config File: \\?\C:\Users\Jon\Websites\mySite\web.config
Config Source:
Any help would be greatly appreciated.