Easy way to convert classic asp to aspx?

3 replies
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
#asp #aspx #classic #convert #easy
  • Profile picture of the author unsmashed
    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.
    {{ DiscussionBoard.errors[1974852].message }}
  • Profile picture of the author casius
    That is correct!
    Signature
    Cloud VPS || Shared Hosting
    Web Hosting Solutions for Geeks!
    HOST1PLUS
    {{ DiscussionBoard.errors[1979774].message }}
  • Profile picture of the author chuawenching
    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
    {{ DiscussionBoard.errors[2092738].message }}

Trending Topics