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
Peter Bromberg [C# MVP] - 04 Dec 2007 21:26 GMT
The 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
> 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
[quoted text clipped - 14 lines]
> Thanks,
> Gary
Alexey Smirnov - 04 Dec 2007 21:42 GMT
> 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
[quoted text clipped - 14 lines]
> Thanks,
> Gary
Look at the Documents tab in website's properties (IIS)
Alexey Smirnov - 04 Dec 2007 22:02 GMT
> > 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
[quoted text clipped - 18 lines]
>
> - Show quoted text -
Sorry, please ignore my post. Of course, you have to look at the Web
Service Extensions
GaryDean - 04 Dec 2007 22:40 GMT
Yes, the web service extension for asp.net 2.0 was not activated. I suppose
that was due to an error made during the .net framework 2.0 install. I
activated it and now it works.
Thanks
Gary
>> > We have a new server2003 machine that was built like all the rest - IIS
>> > and
[quoted text clipped - 26 lines]
> Sorry, please ignore my post. Of course, you have to look at the Web
> Service Extensions
Alexey Smirnov - 05 Dec 2007 07:47 GMT
> Yes, the web service extension for asp.net 2.0 was not activated. I suppose
> that was due to an error made during the .net framework 2.0 install. I
[quoted text clipped - 33 lines]
>
> - Show quoted text -
It's disabled by default on Win2003. I'm glad that it's working now
for you.