ASP and ASP.NET co-existence on the same Web server

  • Thread starter Thread starter Tamara
  • Start date Start date
T

Tamara

I am looking for an article or book to give me a jumpstart
on ASP.NET within my existing production asp site on
Windows 2000 Server. I would like to start introducing
ASP.NET into it by porting some isolated parts of it
to .NET.

Any suggestions and recommendations will be greatly
appreciated.
 
Tamara,

We have both types of code on our windows 2000 servers and have had no
problems. Rather than starting with a book I got started with the official
..Net web site which has some great tutorials: www.gotdotnet.com. The
tutorials are located in the "Toolbox" area of the left menu.

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Hi Tamara,

Based on my research and experience, I believe that the following
information is useful to you.

Migrating to ASP.NET: Key Considerations
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html
/aspnetmigrissues.asp

Converting ASP to ASP.NET
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/ht
ml/convertasptoaspnet.asp

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top