I see markup instead of the aspx page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Win2000 server box with .NET 1.1 installed. I have an aspx app that has been confirmed to run. When I open the aspx page, I see the source of the aspx page, not the results of the page being "run" by iis/.net. I'm sure there is something missing....please give me a clue...(like an ISAPI filter?) Also, do you have any idea how a box can be put into this state
thanks
 
Go to the .NET Command prompt and type "aspnet_regiis.exe -i" (without the quotes). This will install the ISAPI filter in IIS.

Matt Hawley, MCAD .NET
http://www.eworldui.net

I have a Win2000 server box with .NET 1.1 installed. I have an aspx app that has been confirmed to run. When I open the aspx page, I see the source of the aspx page, not the results of the page being "run" by iis/.net. I'm sure there is something missing....please give me a clue...(like an ISAPI filter?) Also, do you have any idea how a box can be put into this state? thanks
 
Back
Top