IIS and Frontpage extentions...Where do I get them?

R

Rob Miller

I have just bought a copy of Visual Studio.net. To write
and test Web applications my notes tell me I need to
install Internet Information services (IIS) and Frontpage
extensions.
Where can I get these? I have installed VS.net on a
Windows XP machine. I would assume the above should be
downloadable to developers... so we can develop???
 
C

Cowboy \(Gregory A. Beamer\)

Windows XP Home? You have a problem.
Windows XP Pro? Pull out the install CD for Windows and go to COntrol Panel
That solves the IIS problem. NOw, you will have to use aspnet_regiis /i (use
the Visual Studio .NET command prompt or you will have to go into the .NET
folder under your C:\Windows folder and find this command line tool). This
registers ASP.NET in IIS.

FrontPage extensions can be installed from the VS.NET prerequisites CD. You
can also download them from the download section of
www.microsoft.com/office.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

****************************************************************************
****
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

Similar Threads


Top