3 (Basic) questions regarding .asp apps

  • Thread starter Thread starter Grumpy Aero Guy
  • Start date Start date
G

Grumpy Aero Guy

1. If I create a simple .asp project with, say, 2 forms/pages and 1
module --- AND
I wish to add this functionality to a Frontpage Web.....
What's the approach? Import the files into the web, copy them
there.... what?

2. How do I know which files, exactly, to import to the web....all of the
files in the project?

3. How can I have the .asp page "inherit" the style of the FP web?

Thank you.
 
1. If I create a simple .asp project with, say, 2 forms/pages and 1
module --- AND
I wish to add this functionality to a Frontpage Web.....
What's the approach? Import the files into the web, copy them
there.... what?

You cant. The only thing you can do is to add an IFRAME in which to house
your ASP pages or simply link to them.

2. How do I know which files, exactly, to import to the web....all of
the files in the project?

Answered in 1
3. How can I have the .asp page "inherit" the style of the FP web?
Not really, you can use the same style sheets though.
 
Back
Top