Posted to
IIS7 - Known Issues and Workarounds
by
soodharsh75
on
06-12-2009, 3:29 PM
Hi
We are running some HTML files as ASP.net file with aspnet_Isapi handler in IIS 7.0 in windows 2008. These files are loading, but are loading the .Net script on the top
<%@ Page Language="C#" %>
Here is the sample file in .html file
<%@ Page Language="C#" %>
<!DOCTYPE html PUBLIC ...