How do i simulate IIS6/ASP.net 4 settings on IIS7?
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-04-30T05:57:19Z
Indexed on
2010/04/30
6:07 UTC
Read the original article
Hit count: 278
iis
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?
© Stack Overflow or respective owner