Our customer has an issue with our website. The customer uses IIS 8 on their Windows 7 OS. Can they use this combination? It looks weird to me. IIS 8 is supposed for Windows 8 OS.
Now I try to duplicate the issue on my laptop.
My laptop runs Windows 7 and has IIS 7.5. Now I installed IIS 8 Express (I didn't remove IIS 7.5 and looks like I don't need). And also Configured my Visual Studio 2010 to "Use IIS Express" for my web project according to this post: http://www.codeproject.com/Articles/396569/Make-Web-Development-Easier-with-IIS-Express
Now I want to check if my website use the new IIS 8 Express Web Server. How can I check?
From IIS Manager, Help -> About still shows IIS Version 7.5.
My website still runs well but I don't know if it runs on the new IIS 8 Express Server or not.
Thanks!