Tony The Lion
Tony The Lion

Reputation: 63250

ASP.NET site opening from server produces error

I have a site that is running on a Windows Server 2008 machine with IIS 7.0, when I try to open it with Visual Web Developer 2010, it says the following:

error: unable to open site: ... The Web server does not appear to have FrontPage Server Extensions installed.

Looking on the server Frontpage Extensions 2002 are installed, so what could be wrong?

The thing is, I used to be able to open the project and work on it, etc...

Open Website -> Remote Site -> Enter remote site name -> tries to open & error above!

Can anybody assist?

Upvotes: 1

Views: 819

Answers (1)

Robert Greiner
Robert Greiner

Reputation: 29732

Check out WebDAV, it is becoming the new standard for publishing content to web servers.

Microsoft isn't even going to support Front Page Extensions with IIS 7.5 so it's probably best to get on board with WebDAV as soon as you can.

Also, check out: Installing and Configuring WebDAV on IIS 7 for help with installations.

Upvotes: 0

Related Questions