Error when running multiple versions of Asp.net in IIS6.0?

satish K

New member
Hi,

I have developed a MVC web application in both 3.5 and 4.0 versions.I have deployed both applications in IIS6.0 and configured proper asp.net versions in IIS for each website.But after deploying , the 4.0 application is working fine and 3.5 application is throwing error as "The website declined to show this webpage".I have even used different application pools for the websites.

Please guide me on how to do parallel execution of both the versions.
Thanks Jignesh.It didn't work..I am able run both the applications in my Visual studio development environment.The issue comes when i deploy these applications to IIS.Actually my IIS is configured by default to 4.0. So for my 3.5 web site i have changed the version to 2.0 in IIS properties.Can we run multiple versions of asp.net in IIS 6.0?
 
Back
Top