.Net setup/debug issues

G

Guest

Hello,

I’m attempting to develop an asp.net application.

I have the following installed on my workstation: XP SP2 with all the latest
updates; IIS version 5.1 as part of the XP install; MS Visual Studio .Net (MS
development environment 2002).

After I have typed out some basic code I get the following two problems:
1. When I go to the ‘Debug’ menu and select ‘Start’ I get the following
Error screen details: “Error while trying to run project: Unable to
startdebubing on the web server. The server does not support debugging of
ASP.NET or ALT 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.â€
2. When I go to the ‘Debug’ menu and select ‘Start Without Debugging’ I get
a web browser starting my webpage but not everything that I have coded is
included. For example I have the following code for my button, ‘<asp:Button
id="Button1" runat="server" Text="Button"></asp:Button></P>’ but its not
included in the web page but it is included in the source, its like it has
ignored it.

I do not know what is wrong. Please help.
 
G

Guest

Most likely installed IIS after .NET. The easiest fix is to open a .NET
command prompt and type in:

aspnet_regiis /i


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top