Convert asp to asp.net

Discussion in 'Getting started' started by mk68, Sep 17, 2014.

  1. Hi All,


    I need to convert asp project into asp.net environmnet.
    so please what is best way to convert asp project into asp.net enviornment.

    Looking forward your valuable reply.

    Regards,
    Kar
     
  2. Short answer: http://msdn.microsoft.com/en-us/library/dddsc60w(VS.71).aspx

    Longer answer: classic asp and asp.net are completely different technologies. If you're looking for a magic utility to convert your asp pages into a well structured maintainable asp.net web application, I recommend you give up on that idea. It's going to take a human who knows what they're doing to make that a reality.

    If you were just looking for a way to run your classic asp pages on an IIS Web server that has asp.net installed, that should work with minimal hassle.
     
    RayH, martino and mjp like this.
  3. thanks crystalcms
     

Share This Page