Hello,
I am migrating a working site/application to IIS7 and can't get even the simplist of asp scripts to work.
I can get ASP pages to display on the localhost (even with include files) but they will only display the HTML content. It will not display simple code output, such as:
<%
response.write("I have a lot to learn")
%>
I have installed all the IIS components available. I have set the authentication mode set to Anonymous Authentication.
I am not getting an error message, even after unchecking Internet Explorer to "Show Friendly..."
I appreciate any assistance as I am not an expert in this area by any means. I am at the point of reverting to IIS6 (which I'm sure will be its own set of challenges.)