Anyone using IIS7 successfully ?
-
I'm trying, but while the server in VS2005 works fine, IIS7 gives me this error: 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/ Physical Path: D:\inetpub\ Logon User: Not yet determined Logon Method: Not yet determined Handler: Not yet determined Config Error: Cannot read configuration file Config File: \\?\D:\inetpub\web.config Config Source: -1: 0: More Information... This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error. -------------------------------------------------------------------------------- Now, the control panel applet initially told me that some fields were invalid, but even getting it to a state where that would work, doesn't fix this. Also went and made sure teh ASPNET user had access to the file. Anyone have any experience here ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
I'm trying, but while the server in VS2005 works fine, IIS7 gives me this error: 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/ Physical Path: D:\inetpub\ Logon User: Not yet determined Logon Method: Not yet determined Handler: Not yet determined Config Error: Cannot read configuration file Config File: \\?\D:\inetpub\web.config Config Source: -1: 0: More Information... This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error. -------------------------------------------------------------------------------- Now, the control panel applet initially told me that some fields were invalid, but even getting it to a state where that would work, doesn't fix this. Also went and made sure teh ASPNET user had access to the file. Anyone have any experience here ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Just received a TechNet Newsletter from Microsoft where a link to a PowerShell blog that referenced this http://www.iis.net/default.aspx?tabid=7[^] Presumably you will find its contents interesting including the Virtual Lab at http://virtuallabs.iis.net/[^]