Can not find IIS server

  • Thread starter Thread starter Eyal Amedi
  • Start date Start date
E

Eyal Amedi

I have local IIS server on my computer, i install .net
studio and i try to make new project of webapplication
type - and it's OK.

Know i install .Net 2003 and when i try the some thing
i accept an error "a connection with the server could not
be establishied"

but still in the old .net studio i can do it and it
connect to my IIS server

HELP !!!
 
Try running regiis /i from a .NET command prompt (in the VS.NET tools). You
can also do this from a regular command prompt if you surf to the proper
Framework directory.

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

**********************************************************************
Think Outside the Box!
**********************************************************************
 
I FUBARed the command, it should be:

aaspnet_regiis /i

From a standard run or command prompt:
------------------------------------------

For 1.0
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe /i

For 1.1
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe /.i

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

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Back
Top