Publish Web Site To SharePoint Server

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?
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top