| KB Home | Advanced Search | News | Glossary | Login |  | 
| ASP.NET Hosting Knowledge Base |   | 
| 
										How can I publish my website to your server?
										 Viewed 7805 times  since  Mon, Apr 30, 2012  You can publish your website to our server in few different ways.    1. Via FTP    Download FTP Client such as WSFTP, Cute FTP, FileZilla and SmartFTP. We recommend you to use SmartFTP and you can download it from www.smartftp.com. Fill in all the... Read More 
										How can I deploy my website with WebDeploy tool?
										 Viewed 6478 times  since  Mon, Apr 30, 2012  In order to deploy your website via webDeploy tool, there are several requirements that you need to meet:  1. You need to make sure that the webDeploy tool is installed on your local computer. Please refer to http://www.iis.net/download... Read More 
										I receive this error message: "Unknown file type (binary data)" when trying to deploy my SQL CE database. What did I do wrong?
										 Viewed 4407 times  since  Thu, May 3, 2012  If you receive this error message, please try adding the following line to your web.config file: <identity impersonate="true" userName="XXXXXXXXX" password="XXXXXX" />    This line should be added inside the tag <system.web> </system.web>.... Read More 
										My .CSHTML site is not working. What did I do wrong here?
										 Viewed 4185 times  since  Thu, May 3, 2012  In order for your site to render .CSHTML file extension, you always need to make sure you site operates under ASP.NET 4.0 framework. To know how to change your site's ASP.NET version to ASP.NET 4.0, please refer to this article.   Read More | |