PDA

Click to See Complete Forum and Search --> : Transition VS6 to ASP.NET


wanhobi
Jan 8th, 2002, 04:59 AM
Lets say u have a Web server you are developing IIS5 apps on using ASP/VB6 COM and SQL-Server.

I want to install .NEt on the server and still be able to create apps like we always have and have the option to start a new web project as a .net solution.

If fairly sure this should be OK but thought i'd run it by the forum 1st.

Existing ASP pages could just be edited in the new replacement for Interdev and COM components compiled in VB6 and registered as normal.

any comments appreciated

cheers

JoshT
Jan 8th, 2002, 07:18 AM
ASP.Net uses the *.aspx extension, which can run side by side with your *.asp files.

I've used the VS.Net Beta1 IDE to edit old *.asp / vbscript files -- it worked just like InterDev.

Cander
Jan 8th, 2002, 08:51 AM
From my testing all the old stuff still works the same.