Easy way to convert classic asp to aspx?

by 3 replies
5
Hi,

I've made a website in asp, not yet launched, and want to make it in aspx instead, to be ready for the future?
Is there an easy way to do this?
Can I still use 'Include File="...' and function calls, etc.?

Thanks.

Best regards,
Thomas
#programming #asp #aspx #classic #convert #easy
  • ASPX is completely different than ASP. While you can add a .aspx extension to the filename, and it will still work, it by no means is developed like a traditional ASP.NET page would be.
  • That is correct!
  • some of the classic asp syntax still works in asp.net, e.g. response.redirect ... or use <% %>, etc

    but you can only code inline programming, no code behind, except u move into that

Next Topics on Trending Feed