473,804 Members | 2,715 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem starting with ASP.NET

I have a WinXP Professional that had Microsoft Visual Studio .NET 2002. I
created a new project of type Visual Basic Projects and used
template: ASP.NET Web application. When I hit F5 to run the project, I got
the following error:
"Error while trying to run project: Unable to start debugging on the web
server.
The server does not support debugging of ASP.NET or ATL Server applications.
Run setup to install the Visual Studio .NET server components. If setup has
been run verify that a valid URL has been specified.
You may also want to refer to the ASP.NET and ATL Server debugging topic in
the online documentation. Would you like to disable future attempts to debug
ASP.NET pages for this project ?"
When I run it without debugging, it brings up the ASPX on my IE browser, but
the code did not run correctly. All I have in my project is a label, and on
Form_load, I assign Label1.text to the current time. The ASPX on my IE
Browser only showed the label, but no time shown.

I then I installed Microsoft Visual Studio .NET 2003. So, now I have both
Microsoft Visual Studio .NET 2002 and 2003 on my machine.
In Microsoft Visual Studio .NET 2003 I tried to create a new project of type
Visual Basic Projects and used template: ASP.NET Web application.
I got an error when trying to create the project saying "Visual Studio.NET
has detected that the specified Web server is not running ASP.NET
version 1.1. You will be unable to run ASP.NET Web applications or services"

On my machine, I have installed:
Microsoft Development Environment 2002 version 7.0.9466
Microsoft .NET Framework 1.0 version 1.0.3705

Microsoft Development Environment 2003 version 7.1.3088
Microsoft .NET Framework 1.1 version 1.1.4322

How can I fix the problem either in 2002 or 2003 ? Thank you very much.
Nov 18 '05 #1
2 2267
watch the URL wrap, but the google archives will include numerous postings
regarding the same messages. Be sure to choose the option to limit it only
to this group:

http://groups.google.com/groups?hl=e...amework.aspnet

hth.

mark
"Fie Fie Niles" <fn****@wincite systems.com> wrote in message
news:uI******** ******@TK2MSFTN GP10.phx.gbl...
I have a WinXP Professional that had Microsoft Visual Studio .NET 2002. I
created a new project of type Visual Basic Projects and used
template: ASP.NET Web application. When I hit F5 to run the project, I got
the following error:
"Error while trying to run project: Unable to start debugging on the web
server.
The server does not support debugging of ASP.NET or ATL Server applications. Run setup to install the Visual Studio .NET server components. If setup has been run verify that a valid URL has been specified.
You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentation. Would you like to disable future attempts to debug ASP.NET pages for this project ?"
When I run it without debugging, it brings up the ASPX on my IE browser, but the code did not run correctly. All I have in my project is a label, and on Form_load, I assign Label1.text to the current time. The ASPX on my IE
Browser only showed the label, but no time shown.

I then I installed Microsoft Visual Studio .NET 2003. So, now I have both
Microsoft Visual Studio .NET 2002 and 2003 on my machine.
In Microsoft Visual Studio .NET 2003 I tried to create a new project of type Visual Basic Projects and used template: ASP.NET Web application.
I got an error when trying to create the project saying "Visual Studio.NET
has detected that the specified Web server is not running ASP.NET
version 1.1. You will be unable to run ASP.NET Web applications or services"
On my machine, I have installed:
Microsoft Development Environment 2002 version 7.0.9466
Microsoft .NET Framework 1.0 version 1.0.3705

Microsoft Development Environment 2003 version 7.1.3088
Microsoft .NET Framework 1.1 version 1.1.4322

How can I fix the problem either in 2002 or 2003 ? Thank you very much.

Nov 18 '05 #2
Thanks.
You said to watch the URL wrap, is this the correct URL :
http://groups.google.com/groups?hl=e...amework.aspnet

What is "hth" that you wrote after the URL ?

When you said to be sure to choose the option to limit it only to this
group, you meant, when I search, make sure to limit the search to only this
group ?
Shall I search for "Error while trying to run project" ?

Thanks a lot.
"Mark" <mf****@idonotl ikespam.cce.umn .edu> wrote in message
news:uI******** ******@TK2MSFTN GP12.phx.gbl...
watch the URL wrap, but the google archives will include numerous postings
regarding the same messages. Be sure to choose the option to limit it only to this group:

http://groups.google.com/groups?hl=e...amework.aspnet
hth.

mark
"Fie Fie Niles" <fn****@wincite systems.com> wrote in message
news:uI******** ******@TK2MSFTN GP10.phx.gbl...
I have a WinXP Professional that had Microsoft Visual Studio .NET 2002. I created a new project of type Visual Basic Projects and used
template: ASP.NET Web application. When I hit F5 to run the project, I got the following error:
"Error while trying to run project: Unable to start debugging on the web
server.
The server does not support debugging of ASP.NET or ATL Server

applications.
Run setup to install the Visual Studio .NET server components. If setup

has
been run verify that a valid URL has been specified.
You may also want to refer to the ASP.NET and ATL Server debugging topic

in
the online documentation. Would you like to disable future attempts to

debug
ASP.NET pages for this project ?"
When I run it without debugging, it brings up the ASPX on my IE browser,

but
the code did not run correctly. All I have in my project is a label, and

on
Form_load, I assign Label1.text to the current time. The ASPX on my IE
Browser only showed the label, but no time shown.

I then I installed Microsoft Visual Studio .NET 2003. So, now I have both Microsoft Visual Studio .NET 2002 and 2003 on my machine.
In Microsoft Visual Studio .NET 2003 I tried to create a new project of

type
Visual Basic Projects and used template: ASP.NET Web application.
I got an error when trying to create the project saying "Visual Studio.NET has detected that the specified Web server is not running ASP.NET
version 1.1. You will be unable to run ASP.NET Web applications or

services"

On my machine, I have installed:
Microsoft Development Environment 2002 version 7.0.9466
Microsoft .NET Framework 1.0 version 1.0.3705

Microsoft Development Environment 2003 version 7.1.3088
Microsoft .NET Framework 1.1 version 1.1.4322

How can I fix the problem either in 2002 or 2003 ? Thank you very much.


Nov 18 '05 #3

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

Similar topics

0
3502
by: David | last post by:
I've written a small windows service, and I'm having a problem that I'm spending a lot more time on than I'd like. If anyone has experienced this problem and has any hints or solutions; they would be appreciated. Simply leaving the threadMain() method if something unexpected occurs during thread execution leaves the thread in a ThreadState.Running state. This (apparently??) causes the Thread.Join() in service.OnStop() to hang...
1
1344
by: Joy | last post by:
Hi, I have a problem in data structures which most of the people find a homework but that it is and I am sorry for that. I am stuck in this one .Please try to help me , just provide me the outline how to analyse this problem. Question : A man Joe has a habbit of eating pancakes & driving bikes.Once he went for outside by his bike,now he is EXACTLY IN THE MIDDLE OF A ROAD his stomach is crying for pancakes and also his
3
6322
by: ChrisWinterscheid | last post by:
We are running DB2 8.1 on AIX 5.2. DB2level shows: DB21085I Instance "db2inst1" uses "32" bits and DB2 code release "SQL08016" with level identifier "02070106". Informational tokens are "DB2 v8.1.1.56", "s040616", "U497635", and FixPak "6". Product is installed at "/usr/opt/db2_08_01".
11
2337
by: John Baker | last post by:
Hi: I have a table which is indexed on an auto number (supposedly unique for each record). For reasons I cannot explain, I have started to encounter a problem with duplicate auto numbers. The numbers went up to 250, and the suddenly the system started to try and generate numbers starting at 150. Because the auto numbers duplicated, the system now will accept NO new records!! Can someone tell me how to fix this, either by giving a new...
3
4604
by: Stampede | last post by:
Hi, I write an application which waits for incomming files in a specified directory. I thought, that using the FileSystemWatcher would be the best, as it does exactly what I need. But now I have a problem: I wonna get shure, that really all files are processed and I need to be shure, that no file is processed twice. If my application is started while there are already files in the directory (which is realistic, as the application could...
17
9240
by: Danieltbt05 | last post by:
just installed SQL server 2000 and using my client , i can't locate the server. I used SQL query analyzer to search but no servers were found. Error message is as below Server : Msg17,level 16, state1 SQL server does not exist or denied access.
17
19666
by: foahchon | last post by:
Hi, I'm trying to write a program to solve (or whatever) the Knight's Tour. I know this is a pretty common problem, but I haven't found a solution that I can really compare mine to and isolate what the problem(s) is/are. I have an idea as to what the problem is, but let me first post my code: #include <iostream> #include <iomanip> using namespace std; void InitializeBoard(int **board, int xSize, int ySize); void DisplayBoard(int...
0
2971
by: =?Utf-8?B?am8uZWw=?= | last post by:
Hello All, I am developing an Input Methop (IM) for PocketPC / Windows Mobile (PPC/WM). On some devices the IM will not start. The IM appears in the IM-List but when it is selected from the list athe result is that the standard (QWERTY) keyboard appears. I found that many ( all?) ISV's who make IM's have customers reporting this problem. My research on the internet brought me to the conclusion it is some
1
1860
by: ropo | last post by:
I have a .NET 2.0 app that at one point starts an old MFC App through System.Diagnostics.Process.Start from a model form/ I then wait for it to finish by calling StartedProcess.WaitForExit(); Problem is: When I close the MFC app if there is an window behind my .NET app it will come to the front leaving my .NET app at the back.
5
3126
by: sui | last post by:
this is my code import sys, os, glob, datetime, time import smtplib ## Parameters for SMTP session port=587 SMTPserver= 'smtp.gmail.com' SMTPuser= '...@gmail.com' pw= 'fill in here' SENDER= SMTPuser
0
9704
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
10561
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...
1
10302
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10069
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...
1
7608
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5505
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4277
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
2
3803
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2976
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.