Forum Moderators: open

Message Too Old, No Replies

Using ASP.NET in existing ASP site

         

Jalinder

3:56 am on Sep 17, 2005 (gmt 0)

10+ Year Member



The site on which I regularly work is in asp. Nothing's broke, so I'd keep all existing pages as is in asp. But for new pages I would like to shift to ASP.NET.
My questions are:
If I add one single .aspx file in the asp site, will it work?
Will new .aspx files affect existing site in anyway? Especially will there be any effect on session state of asp pages?
Will the session get passed between .asp and .aspx files?
Any other issues?

Easy_Coder

4:38 am on Sep 17, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>If I add one single .aspx file in the asp site, will it work?
yes, you can run asp and asp.net side by side

>Will the session get passed between .asp and .aspx files?
Here's the workaround [msdn.microsoft.com...]

Jalinder

6:43 pm on Sep 18, 2005 (gmt 0)

10+ Year Member



Thanks Easy_Coder. Any additional tips will be good to know.