-
Integrating ASP & ASP.NET pages
I’m working with some ASP pages that use lines such as
<!-- #include virtual =”xxx.asp” --> for headers and footers.
Can this sort of stuff exist in an ASP.NET page using the existing ASP pages or does a new .ASCX file need to be created for each instance?
Thanks,
~ Ben
-
You may use #include files in ASP.NET pages, but the code within them must be ASP.NET code, not Classic ASP. To my knowledge, there's no way to mix Classic ASP and ASP.NET code on the same page.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
Thanks Phil. Would Classic ASP and ASP.NET be able to pass variables (security info, login info for user rights, ...) back and forth?
-
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
By Emad Ramadan in forum ASP.NET
Replies: 4
Last Post: 09-30-2008, 07:12 AM
-
By sunilbenjamin in forum ASP.NET
Replies: 2
Last Post: 08-01-2005, 03:12 PM
-
By Emad Ramadan in forum ASP.NET
Replies: 0
Last Post: 08-21-2002, 10:41 PM
-
Replies: 0
Last Post: 07-02-2002, 08:20 AM
-
By MacDeath in forum VB Classic
Replies: 2
Last Post: 02-14-2001, 05:44 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks