Publish Web Site To SharePoint Server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
Back
Top