Publish Web Site To SharePoint Server

Publish Web Site To SharePoint Server

am 20.07.2007 11:56:03 von Andrew Hayes

We have a web application developed in VS2K5 using C#.NET and have no problem
using the Publish Web Site feature to publish to a web server that has FP
Extensions installed.

What we would now like to do is publish the app to a web server that has
SharePoint Services installed. Unfortunately it seems that VS required FPX
for the publish to work (although you don't need FPX to run the web app
locally).

What options do I have?

RE: Publish Web Site To SharePoint Server

am 24.07.2007 02:02:04 von Andrew Hayes

No other option but to setup side-by-side virtual web servers. One with
SharePoint Services, the other with FrontPage Server Extensions 2002.

We achieved this using a Host Header (so both virtual web servers can use
port 80), and adding a HOST record to DNS and a static mapping in WINS to
match the host header name to the IP address.