FrontPage Extensions

  • Thread starter Thread starter Frank Baed via .NET 247
  • Start date Start date
F

Frank Baed via .NET 247

I am creating an ASP.NET Web Application, but I am not using fileshare, I want to use FrontPage extensions. MS Devel Environ wontlet me set up the project because "the project folder can't beopened with FrontPage." I have tried reinstalling FrontPageExtensions and got an error message which says, You must firstinstall IIS 4.0" I looked in Administrative Tools and sureenough my workstation does not have an IIS. What am I missing?What do I need to install to give me IIS 4.0 or greater?
 
What OS are you running? Win 2000 Pro comes with IIS 5.0, Win XP is IIS 5.1,
and all 2003 OS's are 6.0. In order to create ASP.NET applications you have
to have access to IIS. In VS .NET 2005 you won't need it anymore because it
has built in hosting capabilities for development.
 
Back
Top