I am trying to set up our Sitefinity 3.7 site on my desktop so I can use debugging with Visual Studio. The site is at version
3.7.2136.240:1
I am running on Windows 7 Pro. I have installed VS 2008. I followed the install directions (for turning on IIS and setting the website settings in IIS) you have for 3.7 on Vista 9. I copied the site to my local drive and just edited the working config to change the database connection string from localhost to the server name.
When I start it up I get this error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
FWIW a regular .htm page loads fine but the Default.aspx causes this error.
Digging around on the web it seems like this can be caused by a mismatch of the .net versions between the code and the app pool but I'm not sure what I need to do to fix that.