WEIRD asp.net error

J

JV

Our site just built a machine to host a TEST version of a web site. The
site works fine on other servers, but on this one the home page is displayed
as if the ASPX file were just .TXT file. It is not rendered, but the html
tags are displayed as text. No error page, no nothing, just the plain,
unrendered ASPX text.

Odd thing about it is it seems as if this is the only ASP.NET page on that
server which does this. All other pages seem to work fine including some
within the same site/project. So it's not an overall ISAPI filter problem.

Anyone ever seen something bizarre like this?
 
A

Andrew Robinson

Sounds like the ISAPI Filter isn't associated with the particular web site.
Try running "aspnet_regiis.exe -i" which can be found under:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 or
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

depending on your version of the framework and location of the system
folder.

-Andrew
 
J

JV

Thanks, already tried that but it didn't fix it. Keep in mind that this was
the only page we have seen which is doing this weird behavior on that
server. Other ASP.NET pages work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top