473,803 Members | 4,392 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1484
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******** ********@TK2MSF TNGP10.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******** ******@TK2MSFTN GP09.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******** ********@TK2MSF TNGP10.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.432 2.573
located in C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_filter.d ll

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******** ******@TK2MSFTN GP09.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******** ********@TK2MSF TNGP10.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******** ******@TK2MSFTN GP12.phx.gbl...
I noticed in the IIS Admin

the isapi filters on a working PC include a filter name
ASP.NET_1.1.432 2.573
located in C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_filter.d ll

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******** ********@TK2MSF TNGP09.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******** ******@TK2MSFTN GP12.phx.gbl...
I noticed in the IIS Admin

the isapi filters on a working PC include a filter name
ASP.NET_1.1.432 2.573
located in C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_filter.d ll
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**********@h otmail.com> wrote in message
news:Ou******** ********@TK2MSF TNGP10.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******** *******@TK2MSFT NGP09.phx.gbl.. .
Hey Craig,

Did that get your running?

"Craig" <Cr**********@h otmail.com> wrote in message
news:Ou******** ********@TK2MSF TNGP10.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
872
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 myself from books and online classes. Now, whenever I try to open .sln files (eg MOD11VB.sln) from the online classes I get these messages: The Web server reported the following error when attempting to create or open the Web project located at...
10
2728
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 VS, however, when I change to release and put it out on the web it fails giving me the following error message The underlying connection was closed. Could not establish a trust relationship with the remote server.
1
3160
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 Windows Server 2003 Enterprise Edition Only. This works on Windows 2000, Windows 2003 Web Edition and
3
2880
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 the framework version should be 1.1. I am sure ASP.NET is enable in the machine by checking the following methods: 1) Go to manage your server window, click add/remove a role, and choose application server, and it only have choices disable...
7
2863
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 custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
7
1040
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 Microsoft .NET Framework 1.1 Configuration How can I fix this?
10
2170
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, and everything is running fine. However, when I create a simple "HelloWorld.aspx" file, then browse to the page from VS.NET 2005 on the same machine, I get the following error message: ================================================ Server...
1
1852
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 has nothing yet (not sure how to make an error page yet...). After publishing the site to a remote server I can browse to testpage.htm, but not Default.aspx. When I hit the default page I get the server side error telling me I need to enable...
0
2070
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 the contents of that log: Microsoft SQL Server 2005 Setup beginning at Thu Nov 22 22:30:08 2007 Process ID : 3856 e:\6f695192a2be55cedd30e3868397bfd2\setup.exe Version: 2005.90.1399.0 Running: LoadResourcesAction at: 2007/10/22 22:30:8...
0
9699
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9562
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10542
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10309
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10068
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9119
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6840
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4274
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.