frank-bitwizards
-
10/11/2010 2:27:17 PM
Switch from VS Server to IIS server
Hi All, I successfully installed and am running Kentico 5.5 on my Windows 7 development machine. While installing, I selected the 'I am using .NET Framework 4.0 or Visual Studio 2010" and when I debug, the site runs ion the VS ASP.NET Development Server. I'd like to edit the site to run on the IIS server do that the url is simply http://localhost/mysitename. I tried setting the start options in VS to use a custom server and setthe base url to http://localhost/KenticoCMS
When I try to run the site I get the following. How can I resolve this?
HTTP Error 500.22 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. Detailed Error InformationModule ConfigurationValidationModule Notification BeginRequest Handler PageHandlerFactory-Integrated-4.0 Error Code 0x80070032 Requested URL http://localhost:80/KenticoCMS/cmsinstall/install.aspx Physical Path c:\Inetpub\wwwroot\KenticoCMS\cmsinstall\install.aspx Logon Method Not yet determined Logon User Not yet determined Most likely causes: This application defines configuration in the system.web/httpModules section.
Thanks in advance for any help, F
|