IIS 5 serves aspx source

  • Thread starter Thread starter Daniel Wilson
  • Start date Start date
D

Daniel Wilson

On two different computers, I am running Windows 2000 Professional, IIS5,
and the .NET framework.

I created an ASP.Net application. On the first system it worked great. Now
I have to put it on the second system for my boss to take to Alabama next
week.

I installed IIS on the second system and pointed my browser at it, only to
find that, rather than processing the code like the first computer did, it
serves the whole thing up like a static page.

Finding that the ASP.Net ISAPI filter did not automatically install on the
second machine like it did on the first, I added it manually. No good. I
still get the entire ASPX file sent to the browser.

What am I doing wrong?

Thanks.

Daniel Wilson
 
Daniel:

Try running aspnet_regiis -i from the %windir%\Microsoft.Net\Framework\v1.1.4322
folder. This will install the ISAPI filter, some js files, and properly setup
the script mappings.

Does that fix it?
 
Back
Top