Jump to content

ASP and ASP.Net


me4webby

Recommended Posts

Hi,I have a website already made by asp and I wanna to use asp.net pages inside it and I wanna to ask if i will got a problem or not for doing that and how I will indicate that this pages are asp or asp.net.Please if you have an answer send it to me in details.Regards23 DoorsDown<me4webby@yahoo.com>

Link to comment
Share on other sites

you cannot mix ASP{ and .Net on the same page but you can have some ASP and some .net pages that can interact with each other.If you send form data from a ASP page to a .net page you can still access the form data or vice versa.It may get confusing trying to manage this. I would only recommend this is if you have to use .net for something you cannot do in ASP or just upgrade all together.Session variables are not accessable over asp to .net pages though. Meaning you cannot read a ASP session variable with .net and the other way around too.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...