New Install

T

Tom

I have installed Visual Studio.net 2002 and IIS. When I try to create a
project from the start page in visual studio by calling the service
FirstService it will try to "Creating the Web
http:\\localhost\FirstService." It just does this continuously. Meaning the
dialog box just sits there and it will keep trying to create the project. Is
there something that I have forgot to do in order for me to create a new C#
project. Any help would be appricetated.

Thanks
Tom
 
C

Cowboy \(Gregory A Beamer\)

What OS?

On Windows Server 2003, for example, you have to specify that it is okay to
run .NET. NOTE, however, that .NET 1.1 is installed on Windows Server 2003.
Not a major problem for most apps, but you may have to install the 1.0
Framework for some apps and set IIS up to be 1.0.

In some instances, the .NET Framework does not register iwth IIS. IN these
cases, open a .NET command prompt and type:

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

Top