Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Migration from ASP to ASP.Net

  • 27-01-2009 12:23PM
    #1
    Registered Users, Registered Users 2 Posts: 224 ✭✭


    Hi,

    I have been designing websites in asp for some time now but i would like to update to asp.net. Could i mix both asp & .net in the same site or would i need to convert all to .net in order for it to work smoothly?


Comments

  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    I've seen them mixed but its a really bad idea and is very poor programming practice. I'd go with the complete .NET solution.


  • Registered Users, Registered Users 2 Posts: 2,494 ✭✭✭kayos


    You can mix and match but depending on what you are doing on the site you might be better off just converting the lot.

    e.g. If you had your login processing in asp and then went into a asp.net you would have to do some session sharing.

    http://msdn.microsoft.com/en-us/library/aa479313.aspx


  • Registered Users, Registered Users 2 Posts: 2,931 ✭✭✭Ginger


    Just keep one...

    Moving to .NET aint that hard. They will coexist on the same site but if you want them to interop its not always easy nor recommended


Advertisement