Məqalələr

ASP.NET Session Timeout

This in-depth analysis helps you know the problem and workaround when you experienced ASP.NET...

ASP.NET Core (5 & 6) Key Storage on Shared Hosting

You have your ASP.NET Core (5 & 6) application you have built with Visual Studio running...

Can I use ASP.NET State Service?

ASP.NET state service is not enabled due to the fact on shared hosting it keeps the session alive...

Do your windows shared hosting accounts support MVC4 and MCV5?

Only our Plesk Windows Shared Hosting accounts support MVC4 and MCV5 applications. When you...

Force to HTTPS

In the following example we will redirect HTTP to HTTPs using URL Rewrite:Edit your web.config...

How do I enable detailed error messages in the web.config of my website?

Detailed Errors allows for debugging errors in your websites code. Without detailed errors...

How to Enable ASP.NET Debugging in Plesk

here may be times you need to see more logging or debugging information for your ASP.NET...

How to publish a .NET Core site on Plesk?

This article provides you with steps on how to publish a .Net core website on Plesk ASP.NET...

Sending Email via C# and ASP.NET

Add the following to your web.config file:  <system.net>    <mailSettings>...

Troubleshooting ASP.NET site

In most cases the error should display on the screen.However if it does not you can enable error...

User not local; please try a different path. when trying to send through your form on plesk

User not local; please try a different path. The server response was: Sender address is not valid...

Validation of viewstate MAC failed

To solve this you need to add a machinekey in web.config fileTo generate a machine key please...