webmail not working (Server Error in '/MEWebMail' Applicati)

Discussion forum for Enterprise Edition.
Post Reply
anoopsoft
Posts: 1
Joined: Wed Dec 31, 2008 6:42 am
Contact:

webmail not working (Server Error in '/MEWebMail' Applicati)

Post by anoopsoft »

Error message as below, please suggest the solution:

Server Error in '/MEWebMail' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Best Regards...
Anoop

rfwilliams777
Posts: 1370
Joined: Thu Nov 11, 2004 5:26 pm
Location: Kingsville, Texas

Post by rfwilliams777 »

What version of ME are you running? What version of .net do you have it set up to use?
Robert Williams, Owner
www.WilliamsWebSolutions.com
#1 in MailEnable Business-Class Email Hosting - Switch to Williams Web Solutions and we will migrate your accounts to us for FREE!
We can be hired to help you with your Mail Enable server, too!

bmsbms
Posts: 52
Joined: Wed Mar 23, 2005 3:08 am
Location: Melbourne, Oz
Contact:

Post by bmsbms »

Check in your IIS settings that you are running ASP.NET 2 and not 1.1.

I also had this error message but following the UG to 2 problem was solved.

Post Reply