Re: Upgrading HTML to ASP.NET 2.0

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




We have a website that we want to eventually convert from pure HTML to
ASP.NET pages.

It doesn't really work that way.

What you need to do is migrate your content from a static site to a site
runing asp.net. Likely some sort of asp.net content management system, I
imagine.

Point being, you're likely not going to use much, if anything of the old
site other than the content. It'll likely be a lot of cutting and pasting
and manual clean up of the content and then importing that into the new
application that you build.

It will likely make more sense to do it en masse rather than bit-by-bit.

-Darrel


.