ASP.NET 2.0 FAQ

ASP.NET 2.0 Frequently Asked Questions

ASP.NET 2.0 Hosting Plans from HostMySite.com.

Question:
Can I upgrade my existing ASP.NET 1.x website to ASP.NET 2.0?
Answer:
Yes. Through the Customer Control panel you can select ASP.NET 2.0 for your website, or you can contact us and we will make the change for you.
Question:
Is there any additional charge for using ASP.NET 2.0?
Answer:
No. Our servers have been upgraded to allow for both ASP.NET 1.x and ASP.NET 2.0. You can use either version at no additional charge.
Question:
Can I run my ASP.NET 2.0 applications on my local machine to test my pages?
Answer:
If you are using Visual Studio, you can use the ASP.NET Development Server built into Visual Studio to test your pages. The server functions as a local Web server, running ASP.NET Web pages in a manner virtually identical to how they run on a Web server. Once testing is completed you can upload your pages to our servers.
Question:
Can I hide the source code for my page?
Answer:
Server-side code is processed on the server and is not sent to the browser, so users cannot see it. However, client script is not protected; any client script that you add to your page or that is injected into the page by server processing is visible to users. If you are concerned about protecting your source code on the server, you can precompile your site and deploy the compiled version.
Question:
Is there a preferred language I should write my code in?
Answer:
You can write code for your Web application in any language supported by the .NET Framework. That includes Visual Basic, C#, J#, JScript, and others.
Question:
What is the recommended program to use for creating ASP.NET 2.0 Web applications?
Answer:
The recommended program to use is Visual Web Developer 2008. Information about this product can be found here.
Question:
Are old projects created in Visual Studio .NET 2002 or 2003 supported in Visual Studio 2005?
Answer:
Old projects will continue to run without change. In Visual Studio 2005, if you open a project created in Visual Studio .NET 2002 or 2003, the project is converted to the new project layout used in Visual Studio 2005. As part of the conversion, pages that use the old code-behind model are converted to use the new code-behind model. You cannot create pages using the old code-behind model in Visual Studio 2005.

Please visit Microsoft's website for more detailed information regarding the differences between each edition.

 

© 2015 HostMySite