Problem starting with ASP.NET

F

Fie Fie Niles

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top