New Install

  • Thread starter Thread starter Tom
  • Start date Start date
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
 
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!
**********************************************************************
 
Back
Top