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?
Danre:
> 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, thou
gh.
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?[/col
or]
http://msdn.microsoft.com/asp.net/l...gratingfromasp/
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 espaol : http://asp.net.do/foros/
===================================
"Dan" <dvazanias@.aol.com> wrote in message news:%23nByJ0kMGHA.2560@.TK2MSFTNGP09.phx.gbl...[
color=darkred]
> Hi
> What are the dangers of mixing asp and asp.net? For the .net part of the s
ite i will need to use
> the global.asax file but for the asp parts it will be using the other glob
al. 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 m
y session var that needs
> to be initialised wont be as it will use the global.asax and not the globa
l.asa.
> Any ideas or reccomendations for the best way of converting from asp to .n
et?
> --
> Dan
>
You can mix ASP and ASP.NET without any dangers.
However, they will not directly communicate with each other or share any
kind of state unless you have custom code to facilitate such matters.
This could do the trick for you:
http://www.consonica.com/products/statestitch.aspx
I hope this helps,
Steve C. Orr
MCSD, MVP
http://Steve.Orr.net
"Dan" wrote:
> 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 sa
me
> one?
> For example i want to convert my homepage to aspx first, but in doing so m
y
> 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?
> --
> Dan
>
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment