473,506 Members | 16,970 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_REGIIS -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 1163
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.NOSPAM> wrote in message
news:%2****************@TK2MSFTNGP09.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_REGIIS -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****************@TK2MSFTNGP10.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.NOSPAM> wrote in message
news:%2****************@TK2MSFTNGP09.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_REGIIS -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****************@TK2MSFTNGP10.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.NOSPAM> wrote in message
news:%2****************@TK2MSFTNGP09.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_REGIIS -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
802
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...
0
822
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...
0
1755
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...
5
7801
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...
9
4333
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...
4
1429
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...
1
4317
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):...
0
5518
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...
0
925
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...
2
1174
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...
0
7218
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
7103
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
7307
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,...
1
7021
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5614
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,...
0
3177
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1532
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 ...
1
755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
409
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...

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.