KB Home | Advanced Search | News | Glossary | Login |
|
ASP.NET Hosting Knowledge Base |   |
How To Solve Problem with Connection String on EF (Entity Framework) 4 or above
Viewed 31540 times since Mon, Apr 1, 2013
This article applies to anyone who uses Entity Framework (EF) type-of-codes on our shared server environment. Please be advised that when you host your database on our server, you will have to use the connection string on your web.config. The "usual"... Read More
Why do I suddenly receive the error message: "Compiler Error Message: The compiler failed with error code XXXXXXXXX"?
Viewed 16528 times since Wed, Feb 17, 2016
You might be wondering the reason your site suddenly throws an error message: "Compiler Error Message: The compiler failed with error code XXXXXXXXX". What is even more confusing is that your site was working perfectly fine and suddenly, it just... Read More
I cannot find a way to enable ASP.NET 4.5 on my Control Panel
Viewed 10825 times since Tue, Sep 11, 2012
Since ASP.NET 4.5 is just a superset to ASP.NET 4.0, by adjusting your site to ASP.NET 4.0 via our Control Panel, you should be able to use ASP.NET 4.5 directly. The following article describes the steps to enable ASP.NET 4.0/ASP.NET 4.5 on our... Read More
I receive this error message: "Directory Listing Denied. This Virtual Directory does not allow contents to be listed."
Viewed 10366 times since Mon, Apr 30, 2012
This error message occurs simply because you have not setup your own default page. As you may know, you can have your own default page such as home.aspx, default.aspx, default.php, etc. If you have this kind of default page, you need to add the... Read More
How to Solve an Error Message "Validation of viewstate MAC failed"
Viewed 9014 times since Tue, Apr 2, 2013
Usually we won’t got "Validation of viewstate MAC failed” error in our site all the time. Normally the site works fine and doesn't throw any errors if you load the site and use it at a regular pace. The error only occurs when you load... Read More
How do I send an email from my ASP.NET website by using SMTP Authentication?
Viewed 6268 times since Tue, May 1, 2012
In order to send email from our mail servers, you need to allow SMTP Authentication on your code. If you host your website and your email on our server, there will be NO remote connection made between your site and your mail service on our server.... Read More
My website session times out earlier than expected. Why?
Viewed 4723 times since Tue, May 1, 2012
Please be advised that since your site is hosted on a shared server, there are other services on the server that may impact your site session. A bad programming practice (infinite looping, etc), a sudden jump in one of the site's traffic, etc... Read More
|
|