Hello,
We are moving our company website from a Windows Server 2003 running IIS 6.0 to a Windows Server 2012 running IIS 8.0. Our development software is ASP.NET/VB.NET on Visual Studio 2012 .
The first of two sites we moved over is a public site that uses Masterpages/shtlm from Visual Studio. The html pages appear fine, any reference to shtml is ignored. If I view the source code while on the site, the line<!--#include file="masterpage_footer.shtml"--> appears commented out.
I made sure that the installation of IIS included (under Application Development): .net extensibility 3.5, .net extensibility 4.5, ASP.net 3.5, ASP.net 4.5, ISAPI extensions, ISAPI filters and server side includes.
Is there something obvious that I am missing?
Thank you in advance.