I developed an intranet based application with ASP.NET MVC 4. I published the application to my desktop. On moving it to another system (client system), I tried installing SQL Server 2012 but had a certain side-by-side error so I installed SQL Server 2005. I did the following:
- Created appPool for the application with .net 4.0 and integrated pipeline mode
- I changed the parameter of the web config file to reflect the username and password on the new sql server (2005).
Enabled .net frame work 4.0 following this tutorial
Populated the database with my SQL Script.
Added the application in inetmgr.
When I viewed the application I had my directory listing staring at me in the face.
All help would be appreciated as I have done everything possible.