I have a web application, that runs perfectly on IIS 5.1 installed on windows XP (SP2 or better). I wish to test its compatibility on IIS on Windows-7. I read that IIS Express 7.5 is equivallent to IIS7 and runs on XP. Can I use IIS express installed on XP machine to test the application’s compatibility on IIS/Windows-7?
Share
No. IIS Express is not IIS 7 (derived from IIS 7 code base does not mean there is no difference.
Besides, the most important thing is your web application may have indirect dependencies on the OS, which can be quite different from Windows XP to Windows 7.
So if your goal is to test compatibilties, doing that on Windows 7 or Windows Server 2008 R2 is necessary.