bungpeng Posted October 31, 2003 Posted October 31, 2003 (edited) If I want to run both ASP & ASP.NET in the same server, what problem will I face? Edited October 31, 2003 by bungpeng Quote
Moderators Robby Posted October 31, 2003 Moderators Posted October 31, 2003 How will you run both? Will they interact? Quote Visit...Bassic Software
bungpeng Posted October 31, 2003 Author Posted October 31, 2003 Sorry, I mean run in same server. Quote
Moderators Robby Posted October 31, 2003 Moderators Posted October 31, 2003 It depends what they do, but generaly they should run side-by-side without problems. Quote Visit...Bassic Software
bungpeng Posted October 31, 2003 Author Posted October 31, 2003 If I not mistaken, I did faced problem in sending email portion in ASP, it won't work after I installed .NET Framework. That's why I wonder whether there are any other functions in my ASP won't work after installed .NET Framework for ASP.NET? Quote
drewsblues Posted October 31, 2003 Posted October 31, 2003 We're running both side-by-side and the biggest problem we've faced so far is in dealing with session data. If you want an ASP page to pass session data to an ASP.NET webform, you've got to do some fancy footwork (possibly using a backend database as a temporary holding area for session data, or the querystring while you make the switch). As for your SendMail routine: Did it employ a COM component? If you want to use that COM in ASP.NET, you'll have to take special steps (which others on this forum are more qualified than I to discuss). Otherwise, the two should coexist peacefully on the same server. Quote
bungpeng Posted October 31, 2003 Author Posted October 31, 2003 You mean all COM component not running? what are those special steps? You saw in this forum before? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.