Scripts does not execute but simple passthru

  • Thread starter Thread starter cody
  • Start date Start date
C

cody

I have an aspx file on my local IIS but if I open the webpage from the
browser I get a file which still contains asp tags like that:

<asp:label id="laFENr" runat="server" cssclass="label">FE-Nr:</asp:label>

It seems my IIS didn't execute the script and output html but instead simply
passed thru the aspx file!

Am I missing something?
 
Back
Top