Q&A
Where can I get more information on the .NET Framework SDK?
The first source of information is the .NET Framework Reference Guide that's installed with the SDK. To access it, click the Start button and then click Programs, Microsoft .NET Framework SDK, Reference Guide. You can also access information from Microsoft's Web site at http://msdn.microsoft.com/net or http://www.microsoft.com/net. A third source of information is from newsgroups. Microsoft has set up several newsgroups for discussions of the .NET Framework SDK. The following newsgroups will be of interest to ASP.NET developers: microsoft.public.dotnet.framework.aspnet, microsoft.public.dotnet.framework.aspnet.mobile, and microsoft.public.dotnet.framework.aspnet.webservices. Finally, there are numerous sites devoted to ASP and ASP.NET programming. Some of the ones to visit include http://www.asp.net, http://www.gotdotnet.com, http://www.aspfree.com, www.4guysfromrolla.com, and http://www.asptoday.com.
Will I be able to run my existing ASP pages along with ASP.NET pages on the same server?
Absolutely! ASP.NET has been designed to coexist in complete harmony with ASP pages on the same server. In fact, you can have half of your Web site done in regular ASP and the other half in ASP.NET. This certainly helps the application migration path from ASP to ASP.NET.