How do i simulate IIS6/ASP.net 4 settings on IIS7?
- by Jack
I have a Windows2k3/IIS6 server but at home i'm using Windows7/IIS7 pc. I just installed VS2010 and trying out the new Web form. After i setup a application in IIS7, I set the Application Pool to ASP.net v4.0 Classic thinking this is the correct setting to simulate IIS6 but when I browse to the website. I got HTTP Error 404.2 Not found but if i set the application pool settings to ASP.net v4.0 then everything run fine.
Does anyone know how to simulate IIS6 with ASP.net 4 on Windows7/IIS7/ASP.net 4?