Problem installing frontpage server extension

Here's a canceled my story

I have a problem with VS or IIS. I dont know.

When I try to create a website in Visual Studio 2010: run the following error: Failed to create the Wet site ' http://www.ecommerce.com '. The web server does not have FrontPage server extensions built-in.

I download the Frontpage extension from here: http://www.iis.net/community/default.aspx?tabid=34&g=6&i=1630

Then I read how it can be installed, but when the article writes that: To expand the website using the HTML administration pages on Windows, follow these steps:

Click Start, point to Programs, point to Administrative Tools, and then click Microsoft SharePoint Administrator to open the Server Administration page. In the list of virtual servers, click Extend next to the virtual server you want to extend. In the Administrator box, type the user name for the administrator of the virtual server. Click Submit. 

I do not find Microsoft SharePoint Administrator on my 64-bit 64-bit 64-bit Windows

or

You can expand your website using the command line tools, owsadm or owsrmadm. These tools are located in the "% ProgramFiles% \ Common Files \ Microsoft Shared \ Web Server Extensions \ 50 \ bin" folder. To expand the website, use the installation operation, which takes the following parameters.

I cannot find server versions of Externsions on my 64-bit 64-bit Windows

I read another article in which I write that using the Visual Studio DVD, go to the WCU directory and to the web server ... dir, but I cannot find ...

I download FPSE and install using my local administrator account. But Visaul Studio always says: The web server does not seem to install FPSE. How can i fix this? Install it?

+4
source share
2 answers

Bad news (maybe not so bad): FPSE for IIS 7 and 7.5 is not supported. An alternative is to use WebDav and here's an article explaining how to migrate FPSE sites to WebDAV .

Good news (maybe not so good because of the license): As of December 18, 2010 Ready-to-Run Software Inc. created Microsoft FrontPage Server Extensions (FPSE) 2002 for IIS 7 and 7.5.

See this post from MS: FrontPage 2002 Server Extensions for IIS 7.0 on Windows Server 2008 and Windows Vista

+2
source

If FrontPage Server Extensions are installed, this error may occur because the _vti_bin virtual directory is not marked as executable. To resolve this issue, start Internet Services Manager, select the web server that has the problem, and use the Check Server Extensions task. Link: http://msdn.microsoft.com/en-us/library/aa984224%28v=vs.71%29.aspx

0
source

All Articles