Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: i can’t send mail Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
thanhluan0687
Newbie
Newbie
Avatar

Joined: 06 July 2009
Location: Vietnam
Online Status: Offline
Posts: 6
Posted: 07 July 2009 at 7:13am | IP Logged Quote thanhluan0687

error :

Could not use ''; file already in use.
Back to Top View thanhluan0687's Profile Search for other posts by thanhluan0687
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 08 July 2009 at 1:25am | IP Logged Quote Igor

Do you get this message as an error page or at top right corner of web browser? In the 1st case, we need complete page text. Otherwise, please enable debug logging. Uncomment the following lines in the web.config file (located in root folder of WebMail Pro):

Code:
<!--<add name="MyListener"
    type="System.Diagnostics.TextWriterT raceListener"
    initializeData="c:\temp\webmail.log" />-->

so, it'll look like:

Code:
<add name="MyListener"
    type="System.Diagnostics.TextWriterT raceListener"
    initializeData="c:\temp\webmail.log" />


(make sure IIS has permission to write into the specified location.)

Reproduce the issue and provide us with the log file for examination.

It's necessary to make sure the log file doesn't contain irrelevant records which may appear if multiple users are accessing WebMail Pro simultaneously.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide