• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Newbie cannot get into website!

michelle.sollicito

New Pleskian
I have only just bought my website (with .Net/Windows development package) and when I go to the page I am supposed to go to to administer my site I see this. I have written to support and got no response. Help?
1655147198917.png
 
Hello Michelle,

I would suggest you check for the error logs. You should disable custom errors to get actual errors that may help resolve the issue. Follow the steps to disable custom errors.

- Go to the web.config file.
- And search for <system.web>.
- Create a below tag:

<customErrors mode =”off”/>

Once you disable the custom errors, browse your domain again. Now you will see the actual causing errors, which can lead to issues.

Try this. Hope you will find this helpful.
 
Back
Top