Existing Web Site - How do I import into .NET Framework??

Cicciolina

Member
Joined
Feb 24, 2005
Messages
5
Programming Experience
5-10
Please HELP!! I'm a total newbie to .NET & I have no idea how to open or import my existing web into .NET so I can begin work. Can't find my answer online either!! ANy help would be greatly appreciated!!
 
ASPX pages fully support html, so you could literaly copy paste. ASPX pages will also run along side HTML pages, so you could go page by page remaking them in ASPX which is probably how I'd do it.

TPM
 
Many thanks for your input. One other completely novice question - if I remake the pages as ASPX and put them in c:\Inetpub\wwwroot - do I no longer need my other external web hosting service? I know, duh!?!

-C.
 
Well no (as long as you have all the pages), but you'll need to set your DNS to the right ip etc.

TPM
 
Back
Top