My 2 cents: Yours seems to be like a generic question. All depends on the type of ASP pages you include in the HTML.
As far as your ASP pages are free of HTML codes like <head></head> <body></body> , etc won't be a problem. If your ASP has a <head> plus the HTML page has a <head> too your final html will be reading same tag twice. Some times it's a problem. But generally speaking if you program ASP knowing that they would be included in a html file, you won't have a problem as long as you respect the html tagging rules. Also be aware that if you include an asp file into html, a user would be able to see all your ASP code. Luis Arango ----- Original Message ----- From: "Manish Pandit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 1:53 AM Subject: [IMail Forum] re: - Imail Server Help > > Hello > Friends > > > I have a problem in the Imail Server can anybody help me for this I will be > thankful to him. > > I am developing a site for which i am using Imail Server 7.0 version.My > Problem is my whole site contains one layout and that all are asp files.Now > when I saw the Imail server pages i found that i have to stuck to that html > pages .So my problem is can i use my asp pages (my layout) without giving > trouble to the Imail server page layout i.e by using asp pages through > include tags. > > Thanks in Advance > > Bye > Manish Pandit > > > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > Please visit http://www.ipswitch.com/support/mailing-lists.html > to be removed from this list. > > An Archive of this list is available at: > http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ > > Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
