473,386 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Error says Web server in not running asp.net 1.1

When trying to create a new project on a new install of .NET 2003 I get the
following error

Error says Web server in not running asp.net 1.1

But I look in the administrative tools and it says
Microsoft .NET Framework 1.1 Configuration
How can I fix this?
Jul 21 '05 #1
7 1460
Run this tool and make sure the Web is set to the right version:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

If you installed the beta of ASP.NET this would happen.
"Craig" <no****@austin.rr.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
When trying to create a new project on a new install of .NET 2003 I get
the
following error

Error says Web server in not running asp.net 1.1

But I look in the administrative tools and it says
Microsoft .NET Framework 1.1 Configuration
How can I fix this?


Jul 21 '05 #2
Thanks but....

Now I get an http/1.1 500 Server Error

What can I do next?

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eG**************@TK2MSFTNGP09.phx.gbl...
Run this tool and make sure the Web is set to the right version:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

If you installed the beta of ASP.NET this would happen.
"Craig" <no****@austin.rr.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
When trying to create a new project on a new install of .NET 2003 I get
the
following error

Error says Web server in not running asp.net 1.1

But I look in the administrative tools and it says
Microsoft .NET Framework 1.1 Configuration
How can I fix this?

Jul 21 '05 #3
I noticed in the IIS Admin

the isapi filters on a working PC include a filter name ASP.NET_1.1.4322.573
located in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_filter.dll

The PC where it is not working does not have this entry

Could that be it?
"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:eG**************@TK2MSFTNGP09.phx.gbl...
Run this tool and make sure the Web is set to the right version:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

If you installed the beta of ASP.NET this would happen.
"Craig" <no****@austin.rr.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
When trying to create a new project on a new install of .NET 2003 I get
the
following error

Error says Web server in not running asp.net 1.1

But I look in the administrative tools and it says
Microsoft .NET Framework 1.1 Configuration
How can I fix this?

Jul 21 '05 #4
Yup. I'd reinstall the .NET Framework 1.1 because that entry should be
there.
"Craig" <no****@austin.rr.com> wrote in message
news:O5**************@TK2MSFTNGP12.phx.gbl...
I noticed in the IIS Admin

the isapi filters on a working PC include a filter name
ASP.NET_1.1.4322.573
located in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_filter.dll

The PC where it is not working does not have this entry

Could that be it?


Jul 21 '05 #5
What I did was this.

Installed Framework 1.1 from a .net 2003 upgrade CD on a clean machine.
Framework 1.0 was not on the machine.
I could not create Framework 1.1 asp.net applications in Visual Studio.NET.
I installed 1.0 framework.
I deleted framework 1.0.

Maybe Framework 1.0 sets something 1.1 does not??

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:uZ****************@TK2MSFTNGP09.phx.gbl...
Yup. I'd reinstall the .NET Framework 1.1 because that entry should be
there.
"Craig" <no****@austin.rr.com> wrote in message
news:O5**************@TK2MSFTNGP12.phx.gbl...
I noticed in the IIS Admin

the isapi filters on a working PC include a filter name
ASP.NET_1.1.4322.573
located in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspne t_filter.dll
The PC where it is not working does not have this entry

Could that be it?

Jul 21 '05 #6
Hey Craig,

Did that get your running?

"Craig" <Cr**********@hotmail.com> wrote in message
news:Ou****************@TK2MSFTNGP10.phx.gbl...
What I did was this.

Installed Framework 1.1 from a .net 2003 upgrade CD on a clean machine.
Framework 1.0 was not on the machine.
I could not create Framework 1.1 asp.net applications in Visual
Studio.NET.
I installed 1.0 framework.
I deleted framework 1.0.

Maybe Framework 1.0 sets something 1.1 does not??


Jul 21 '05 #7
Yep!

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
Hey Craig,

Did that get your running?

"Craig" <Cr**********@hotmail.com> wrote in message
news:Ou****************@TK2MSFTNGP10.phx.gbl...
What I did was this.

Installed Framework 1.1 from a .net 2003 upgrade CD on a clean machine.
Framework 1.0 was not on the machine.
I could not create Framework 1.1 asp.net applications in Visual
Studio.NET.
I installed 1.0 framework.
I deleted framework 1.0.

Maybe Framework 1.0 sets something 1.1 does not??

Jul 21 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: M Skabialka | last post by:
I installed Visual Studio Beta 2005 but setting up the SQL server was so complex I uninstalled it and put Visual Studio 2003 Academic on. I am totally new to Visual Studio and trying to teach...
10
by: Brian Conway | last post by:
I have no idea what is going on. I have a Login screen where someone types in their login information and this populates a datagrid based off of the login. Works great in debug and test through...
1
by: Keith | last post by:
All, I have been told this is an ASP.NET issue and not an IIS issue, so I am posting this here. I have a problem with ASP.NET returning an HTTP 500 error when trying to run ASPX pages on...
3
by: Matthew Louden | last post by:
The web server is running Windows Server 2003 Standard Edition, and it returns HTTP 404 error when running ASP.NET pages, but ASP pages are working fine. I also installed Visual Studio .NET, and...
7
by: Yongsub Eric Shin | last post by:
Hi. I'm just a beginner in ASP.Net. I started writing codes and I keep on getting this Runtime Error page, where it says "Description: An application error occurred on the server. The current...
7
by: Craig | last post by:
When trying to create a new project on a new install of .NET 2003 I get the following error Error says Web server in not running asp.net 1.1 But I look in the administrative tools and it says...
10
by: deathtospam | last post by:
My employer is starting to take the first steps towards migrating its Classic ASP codebase to ASP.NET v2.0. We have a copy of our existing website on the new Windows Server 2003 R2 test server,...
1
by: moondaddy | last post by:
running vs2005 I have a small test website called TestPublish which has default.aspx, ErrorPage.aspx and testpage.htm. The default page just says hello world and no other code and the errorpage...
0
by: silviu | last post by:
Hello I'm trying to install Microsoft SQL 2005 Server Express Edition but I'm getting the following error: SQL Server Setup unexpectedly failed... Then it says something about a log file. Here's...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.