Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
The BIND DNS server has already been deprecated and removed from Plesk for Windows.
If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
I find some other trick and I would like to share it with you. hope for your contributions.
In classic mode you will have a problem with running MVC 2.0 and you should enabled wildcard script map as following:
Here's how you enable a wildcard script map for IIS 7.0:
1. Select your application in the Connections window
2. Make sure that the Features view is selected
3. Double-click the Handler Mappings button
4. Click the Add Wildcard Script Map link
5. Enter the path to the aspnet_isapi.dll file (You can copy this path from the PageHandlerFactory script map)
6. Enter the name MVC
7. Click the OK button
* Don't forget to put "System.Web.Mvc.dll" in bin directiory of your web site.
In this state (Classic mode) your web server preformance will be impact, So I'm looking for integerated mode. Any Idea?