Follow-up questions
Listed below are some questions and answers from the last user group meeting. Q: I have alot of VBA experience and would like to learn VB.Net. What resources are available that can help with this? A: There are several sites available online to assist with this. For starters, check out the following links: http://msdn.microsoft.com/vstudio/express http://msdn.microsoft.com/vstudio/express/beginner http://safari.oreilly.com http://www.bookpool.com http://www.nerdbooks.com Q: I created an application as a web site. Is there difference in deploying it between a web site application and a web project application? Is there any way to deploy it as a web site application? A: ASP.Net 2.0 "web sites" are different from the "web projects" you worked with in VS2003. Deploying a web site in VS2005 requires a different procedure (see http://www.odetocode.com/Articles/417.aspx for more information). If you want to build and deploy web applications in VS2005 the same way you d