ASP.NET 2.0 Problem

  • Thread starter Thread starter tranzpupy
  • Start date Start date
T

tranzpupy

Hi, Everybody,

I'm having problems with ASP.NET.

Running Win XP Pro SP2, IIS 5.

IIS is serving html pages with #include files correctly.

I've installed .Net 1.1 and .Net 2.0

Running aspnet_regiis.exe -lv gives this output:
1.1.4322.0 Valid
(Root) C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
2.0.50727.0 Valid C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll

Problems:

iishelp will not display. When the url is
http://localhost/iishelp/iis/misc/default.asp
Error is:
Server Application Unavailable


attempting to load an aspx page gets error:
Server Application Unavailable

Help! <grin>

What do I need to do now?

Kay
 
If the .aspx page is .Net 2.0, then you need to start the IIS Admin
from with Control Panel Adminstrative Tools and look at the properties
of the web site. On the ASP.Net tab check the version. It will
normally default to 1.1, so you simply need to change it to 2.0.
Restart IIS after you've made the change.
HTH
-Bob
 
Hi, Bob!


Bob said:
If the .aspx page is .Net 2.0, then you need to start the IIS Admin
from with Control Panel Adminstrative Tools and look at the properties
of the web site. On the ASP.Net tab check the version. It will
normally default to 1.1, so you simply need to change it to 2.0.

The ASP.Net tab already says version 2.0.
IIS help will not display either. Same server unavailable message.
pages with .asp extension wont display either.
Restart IIS after you've made the change.

I changed it to 1.1 and back to 2.0. No good. no asp or aspx pages
will display, including the iishelp.

Any other suggestions, I hope???

Thanks,

Kay
 
Hi, Bob,

Thanks for the help.

Turns out the problem was Zone Alarm.

It's working now.

Thanks again,

Kay
 
Back
Top