I used Visual Studio 2005 to open a remote website. This remote website runs on Windows Server 2003 enterprise, (IIS 6.0). I installed frontpage server extensions for IIS, but VS 2005 still says that it "unable to open the web "". The web server does not appear to have the Frontpage Server extensions intalled"
Can you help me?
Check that you have the Frontpage extensions enabled on the Server. For information about enabling Web service extensions, see this TechNet article: Enabling Web Service Extensions (IIS 6.0):
I solved this problem: Even when you installed frontpage server extensions, it doesn't mean that your website support it, that's why VS cannot open the site. You'll have to config your website: -Right click on your website, choose All tasks => Configure Frontpage server extensions, then follow the instructions to config your site.
After that, you'll able to open the site using VS :)