WINDOWS 2003 has DOT net framework 1.1 installed.But it seems ASP.NET
application is not supported in the IIS coming with Windows Server 2003.
Even I tried with installing VS .NET 2003,but the problem still is there.
If I start ASP.NET application then it complains that the specified web
server is not running ASP.NET 1.1.Any help in this regard is highly
appreciated.

RE: IIS in windows 2003 is not able to process ASP.NET application by JoePacelli

JoePacelli
Wed Mar 15 10:45:20 CST 2006

You may want to run the following
WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis -i
--
Joe Pacelli
Senior Software Engineer
Misys Healthcare Systems



"Ghanashyam" wrote:

> WINDOWS 2003 has DOT net framework 1.1 installed.But it seems ASP.NET
> application is not supported in the IIS coming with Windows Server 2003.
> Even I tried with installing VS .NET 2003,but the problem still is there.
> If I start ASP.NET application then it complains that the specified web
> server is not running ASP.NET 1.1.Any help in this regard is highly
> appreciated.

Re: IIS in windows 2003 is not able to process ASP.NET application by Steve

Steve
Wed Mar 15 11:21:35 CST 2006

Make sure asp.net is installed in Add/Remove programs and the asp.net 'web
service extension' is enabled.

Steve

"Ghanashyam" <Ghanashyam@discussions.microsoft.com> wrote in message
news:5B8F635C-4C64-4783-969A-4B2AA7BB6073@microsoft.com...
> WINDOWS 2003 has DOT net framework 1.1 installed.But it seems ASP.NET
> application is not supported in the IIS coming with Windows Server 2003.
> Even I tried with installing VS .NET 2003,but the problem still is there.
> If I start ASP.NET application then it complains that the specified web
> server is not running ASP.NET 1.1.Any help in this regard is highly
> appreciated.