Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2005

Tip: Looking for answers? Try searching our database.

mixing classic ASP with .Net

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dica - 19 Oct 2005 14:06 GMT
we've got a large site that was built using classic ASP. i've read that
session state info can't be shared between classic and .Net, but, as the
client continues to add new functionality to the site, i'd like to move the
development to .Net. is it possible to share info like my login/permission
session cookies between the two frameworks?  what other issues am i going to
run into with trying to add .Net pages into classic ASP?

tks
Remy - 19 Oct 2005 14:20 GMT
Yes, you can reuse cookies, in my ASP.NET I use the new authentication
mechanism, but also check and set the old cookie separate.
You can still add develop classic ASP page in a ASP.NET project. There
is no "New Item" option for it, but you can just choose text file and
give it a .asp ending.

Remy Blaettler
www.collaboral.com
Juan T. Llibre - 19 Oct 2005 14:23 GMT
Check this out :
http://weblogs.asp.net/bleroy/archive/2004/10/21/245826.aspx

Essentially :

All solutions incur a performance cost as the data has to be marshaled
between the COM world of ASP and the .NET world of ASP.NET.

First, there’s a solution in MSDN:
Juan T. Llibre - 19 Oct 2005 14:27 GMT
Hmmm...

OE flubbed up some links.

Here they are again :

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.