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 have ASP and ASP.Net code on the same page but you can interact between ASP and ASP.Net pages.It would be the same as using PHP and ASP. Just because they have similar names does not mean they are the same. They are 2 seperate languages.As far as I know the only problems you will run into is Session variables ASP cannot read a ASP.Net Session variable and vice versa.I would only recommend doing this if you can only acheive your goal with .net and not with asp.You may need to consider just upgrading the whole program to .net.

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...