FP2003 and ASP.NET

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

Guest

Hi all

I am developing a ASP.NET web application that I would like to deploy to various customers and have the ability to use an existing FP theme or to apply a custom FP theme.

How do I configure ASP.NET to use the styles associated with a given FP theme? I have searched multiple newsgroups and have not seen any discussions regarding this. Is there any printed material on this topic

Thank
Ti
 
-----Original Message-----
Hi all,
Howdy.

I am developing a ASP.NET web application that I would
like to deploy to various customers and have the ability
to use an existing FP theme or to apply a custom FP
theme.

How do I configure ASP.NET to use the styles associated
with a given FP theme? I have searched multiple
newsgroups and have not seen any discussions regarding
this. Is there any printed material on this topic?

Thanks
Tim

You can *probably* just open the ASP.NET project as a
FrontPage Web site and apply the theme, but this warrants
careful testing. FrontPage might skip over or corrupt
certain server controls.

The far more accepted (and safer) alternative would be to
do all your formatting through a CSS stylesheet, and then
let the customers modify the stylesheet.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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

Back
Top