How to Conver from ASP to ASP.Net

  • Thread starter Thread starter ThanhDanh
  • Start date Start date
ThanhDanh,

Probably not. There are a lot of constructs in .NET which don't have a
direct mapping to constructs in COM (and you have to watch out for COM
components that you are using that don't have .NET representations, as you
have to make special considerations). Your best bet is to do it by hand, or
keep running the ASP site, and have new content take advantage of .NET.

Hope this helps.
 
Back
Top