• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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