Saturday, March 24, 2012

server won't run asp.net app

We have a new server2003 machine that was built like all the rest - IIS and
everything needed to run asp.net apps. We have a test asp.net website that
we use for new machines to make sure everything works right.

This new server won't run our test app. It won't run .aspx pages. It will
run default.htm just fine. We cant see anything wrong with it.

for instance it won't run http://69.50.211.122/default.aspx
but it will run http://69.50.211.122/default.htm
feel free to try it.

We have another instance of the website under the default website and it has
exactly the same problems.

What could it be??
Thanks,
GaryThe usual culprit is that you do not have ASP.NET applications enabled in
IIS. IIS 6.0 and later come pretty much "Locked down" to anything but plain
old HTML.

--Peter
"Inside every large program, there is a small program trying to get out."
http://www.eggheadcafe.com
http://petesbloggerama.blogspot.com
http://www.blogmetafinder.com
"GaryDean" wrote:

Quote:

Originally Posted by

We have a new server2003 machine that was built like all the rest - IIS and
everything needed to run asp.net apps. We have a test asp.net website that
we use for new machines to make sure everything works right.
>
This new server won't run our test app. It won't run .aspx pages. It will
run default.htm just fine. We cant see anything wrong with it.
>
for instance it won't run http://69.50.211.122/default.aspx
but it will run http://69.50.211.122/default.htm
>
feel free to try it.
>
We have another instance of the website under the default website and it has
exactly the same problems.
>
What could it be??
Thanks,
Gary
>
>
>
>

0 comments:

Post a Comment