Can I write a ASP/ASP.Net application that will publish a FrontPa.

C

CostIndustries

I have eight people who are responsible for content in an office that I
contract for. The entire company is expected to move to Content Management
Server next year, but in the meantime they have to continue to maintain many
FrontPage 2000 webs. I am the primary "webmaster" for the office, if you
will. I am in the process of writing an ASP.Net (in VB.Net) application that
will allow these eight people to maintain their information and send me a
notice that their content is up and ready to be published. What I would like
to add to this is the ability to copy this content from my application to a
FrontPage web and then publish this frontpage web to the company's web
server. Is there a way to programmatically publish a FrontPage 2000 web?
 
S

Stefan B Rusynko

Yes - using FP VBA

See http://msdn.microsoft.com/library/d...-us/vbafpw10/html/fpmthPublish.asp?frame=true



|I have eight people who are responsible for content in an office that I
| contract for. The entire company is expected to move to Content Management
| Server next year, but in the meantime they have to continue to maintain many
| FrontPage 2000 webs. I am the primary "webmaster" for the office, if you
| will. I am in the process of writing an ASP.Net (in VB.Net) application that
| will allow these eight people to maintain their information and send me a
| notice that their content is up and ready to be published. What I would like
| to add to this is the ability to copy this content from my application to a
| FrontPage web and then publish this frontpage web to the company's web
| server. Is there a way to programmatically publish a FrontPage 2000 web?
 
C

CostIndustries

Thank you Stefan. I had already found this in the FrontPage help and tried
using the example to write a class in my .Net application. Unfortunately I
could not get it to work, nor could I locate the method in any of the
namespaces. I want to totally integrate the FrontPage Publish within my .Net
application if possible.
 
J

Jim Cheshire \(JIMCO\)

CostIndustries said:
Thank you Stefan. I had already found this in the FrontPage help and
tried using the example to write a class in my .Net application.
Unfortunately I could not get it to work, nor could I locate the
method in any of the namespaces. I want to totally integrate the
FrontPage Publish within my .Net application if possible.

You will have to use COM interop for that.

--
Jim Cheshire
JIMCO
http://www.jimcoaddins.com

Check out Spam Spoiler, our new add-in!
Add e-mail links to your Web site again
without fear of spammers!
 

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