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.
 

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

Similar Threads

a few basic ?s regarding asp vs. FP 14
ASP web app 4
Calling a VB.net(2008) assembly from classic asp 7
Vb.net and ASP. 3
Asp Web App 2
Update an database using ASP .Net 2
ASP .Net Doubts 4
Basic application design 8

Back
Top