• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

ASP.Net Problems

G

group39

Guest
I have a couple of sites running under plesk. I recently tried to do a simple asp.net test page and I am getting and error. I have a web.config file in the root of my site I am using that will allow the error message to be shown to remote computers. The site is not recognizing it because I just get the default error page that tells me to set this in web.config
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

That is already set. Anyone have any ideas on how to fix this issue.

Thanks
 
Back
Top