Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
ASP.NET 2.0 Frequently Asked Questions
ASP.NET 2.0 Hosting Plans from HostMySite.com.
- Question:
- What trust level do my ASP.NET applications run as on the server?
- Answer:
- Our shared servers are configured to run ASP.NET applications as Medium trust level. This trust level prevents access to the registry and the Windows event log. In addition, your application is confined to files within a specific IP address range as well as within your application's virtual directory hierarchy. We have enabled database permissions however so that you can create applications that interact with a database.
- 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.
