473,569 Members | 2,593 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help, error while creating ASP.NET app

OS: XPpro sp2
Visual Studio 2003 : 7.1.3088
..NET Framework 1.1 (1.1.4322 sp1)
When I in VS tryes to create an ASP.NET app I get this error message:
"Visual Studio .NET has detected that hte specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET web
applications or services"

I have searched the web/newsgroups and read that using this command:
"ASPNET_REG IIS -I" will fix it (I ran it in the vs command line).... but it
doesn't fix my problem.... Today I have reinstalled visual studio and the
same error appear... I also tryed to reistall the IIS (webserver), before
installing visual studio...-> it didn't fix the problem...

On this computer I have both IIS and Apache installed... IIS is configured
to use port 8080... But the Apache service isn't running...

Please, help.. what must I do to fix the problem so I can use ASP.NET

Jeff
Nov 19 '05 #1
3 1168
While VS.NET can use other ports,
it's pre-configured to use port 80.

Why can't you simply use port 80 for IIS ?

If you need to use port 8080, you'll have to create
an IIS application and configure it to use port 8080.

That's quite simple to do with the IIS MMC,
and from that point on, VS.NET will recognize it.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Jeff" <it************ @hotmail.com.NO SPAM> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
OS: XPpro sp2
Visual Studio 2003 : 7.1.3088
.NET Framework 1.1 (1.1.4322 sp1)
When I in VS tryes to create an ASP.NET app I get this error message:
"Visual Studio .NET has detected that hte specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET web
applications or services"

I have searched the web/newsgroups and read that using this command:
"ASPNET_REG IIS -I" will fix it (I ran it in the vs command line).... but
it doesn't fix my problem.... Today I have reinstalled visual studio and
the same error appear... I also tryed to reistall the IIS (webserver),
before installing visual studio...-> it didn't fix the problem...

On this computer I have both IIS and Apache installed... IIS is configured
to use port 8080... But the Apache service isn't running...

Please, help.. what must I do to fix the problem so I can use ASP.NET

Jeff

Nov 19 '05 #2
re:
If you need to use port 8080, you'll have to create
an IIS application and configure it to use port 8080.
Sorry, that should read :

If you need to use port 8080, you'll have to create
an IIS *Web Site* and configure it to use port 8080.

That's quite simple to do with the IIS MMC,
and from that point on, VS.NET will recognize it.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. .. While VS.NET can use other ports,
it's pre-configured to use port 80.

Why can't you simply use port 80 for IIS ?

If you need to use port 8080, you'll have to create
an IIS application and configure it to use port 8080.

That's quite simple to do with the IIS MMC,
and from that point on, VS.NET will recognize it.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Jeff" <it************ @hotmail.com.NO SPAM> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
OS: XPpro sp2
Visual Studio 2003 : 7.1.3088
.NET Framework 1.1 (1.1.4322 sp1)
When I in VS tryes to create an ASP.NET app I get this error message:
"Visual Studio .NET has detected that hte specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET web
applications or services"

I have searched the web/newsgroups and read that using this command:
"ASPNET_REG IIS -I" will fix it (I ran it in the vs command line).... but
it doesn't fix my problem.... Today I have reinstalled visual studio and
the same error appear... I also tryed to reistall the IIS (webserver),
before installing visual studio...-> it didn't fix the problem...

On this computer I have both IIS and Apache installed... IIS is
configured to use port 8080... But the Apache service isn't running...

Please, help.. what must I do to fix the problem so I can use ASP.NET

Jeff


Nov 19 '05 #3
re:
If you need to use port 8080, you'll have to create
an IIS application and configure it to use port 8080.
Sorry, that should read :

If you need to use port 8080, you'll have to create
an IIS *Web Site* and configure it to use port 8080.

That's quite simple to do with the IIS MMC,
and from that point on, VS.NET will recognize it.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. .. While VS.NET can use other ports,
it's pre-configured to use port 80.

Why can't you simply use port 80 for IIS ?

If you need to use port 8080, you'll have to create
an IIS application and configure it to use port 8080.

That's quite simple to do with the IIS MMC,
and from that point on, VS.NET will recognize it.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Jeff" <it************ @hotmail.com.NO SPAM> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
OS: XPpro sp2
Visual Studio 2003 : 7.1.3088
.NET Framework 1.1 (1.1.4322 sp1)
When I in VS tryes to create an ASP.NET app I get this error message:
"Visual Studio .NET has detected that hte specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET web
applications or services"

I have searched the web/newsgroups and read that using this command:
"ASPNET_REG IIS -I" will fix it (I ran it in the vs command line).... but
it doesn't fix my problem.... Today I have reinstalled visual studio and
the same error appear... I also tryed to reistall the IIS (webserver),
before installing visual studio...-> it didn't fix the problem...

On this computer I have both IIS and Apache installed... IIS is
configured to use port 8080... But the Apache service isn't running...

Please, help.. what must I do to fix the problem so I can use ASP.NET

Jeff


Nov 19 '05 #4

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

Similar topics

0
804
by: Chris | last post by:
Hi, I need to create a few classes that I can reuse in my applications and also distribute to other programmers on the team. After creating the classes I want to put them in a package and distribute them .When the distributed package is run it will install my .dll in the GAC so that all we have to do is to reference imports mydll. How do I...
0
826
by: Chris | last post by:
Hi, I need to create a few classes that I can reuse in my applications and also distribute to other programmers on the team. After creating the classes I want to put them in a package and distribute them .When the distributed package is run it will install my .dll in the GAC so that all we have to do is to reference imports mydll. How do I...
0
1760
by: DB2 newsgroup user | last post by:
we need help with the following error. The system is a SUSE Enterprise Server: Linux db2serv 2.4.19-64GB-SMP #1 SMP Thu Mar 20 14:41:55 UTC 2003 i686 unknown Installed is DB2 Workgroup Edition 7.2: DB21085I Instance "db2inst" uses DB2 code release "SQL07029" with level identifier "030A0105" and informational tokens "DB2 v7.1.0.98",...
5
7807
by: azgoddess1 | last post by:
During the installation I get these error messages: ***** SQL1390C The environment variable DB2Instance is not defined or is invalid An error ocured while loading the command "C:\Program Files\IBM\SQLLIB\bin\db2.exe CREATE TOOLS CATALOG SYSTOOLS USE EXISITING DATABASE DWCTRLDB FORCE" to initialize and\or migrate the DB2 tools catalog...
9
4337
by: Dom Boyce | last post by:
Hi First up, I am using MS Access 2002. I have a database which records analyst rating changes for a list of companies on a daily basis. Unfortunately, the database has been set up (by my predecessor, I hasten to add) so that each day it creates a copy of the record for each company, changes the date to today's date, and prompts the user...
4
1439
by: Marek Krzeminski | last post by:
I am new to ASP and I am having some problems that I hope someone can help me with. I am using WindowsXP and a book to try to learn ASP. The book instructed me to install IIS & .Net Framework v1.1 (which I did) In the book they gave me the following code: <script language="vb" runat="server">
1
4327
by: treelife | last post by:
I'm getting and internal server error when | run the following mod_python script. I am actually trying to run Django. Script: from mod_python import apache def handler(req): req.content_type = 'text/plain' req.write("Under Construction")
0
5542
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted ******************************************************** For this teeny job, please refer to: http://feeds.reddit.com/feed/8fu/?o=25
0
931
by: Luis Speciale | last post by:
Hi u all : I'm trying to build mod_python in Leopard 10.5.4 with a cvs version from http://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk I have $ python Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
2
1179
by: Luis Speciale | last post by:
Hi I'm trying to build mod_pyton on Leopard 10.5.4 on a Mac G5 with this cvs version http://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk with this Python python Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53)
0
7700
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...
0
7614
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...
0
8125
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...
0
7974
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...
0
6284
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...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
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...
1
1221
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.