Mixing ASP with ASP.net

D

Dan

Hi

What are the dangers of mixing asp and asp.net? For the .net part of the
site i will need to use the global.asax file but for the asp parts it will
be using the other global. file, is there anyway to get to both use the same
one?

For example i want to convert my homepage to aspx first, but in doing so my
session var that needs to be initialised wont be as it will use the
global.asax and not the global.asa.

Any ideas or reccomendations for the best way of converting from asp to
..net?
 
J

Juan T. Llibre

re:
What are the dangers of mixing asp and asp.net?

Dangers ?
None. They co-exist quite happily.

Communication between ASP and ASP.NET apps might prove to be difficult, though.

re:
is there anyway to get to both use the same one?
Nope.

re:
Any ideas or reccomendations for the best way of converting from asp to .net?

http://msdn.microsoft.com/asp.net/learning/learn/migratingfromasp/




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top