Author |
|
thanhluan0687 Newbie
Joined: 06 July 2009 Location: Vietnam
Online Status: Offline Posts: 6
|
Posted: 07 July 2009 at 7:13am | IP Logged
|
|
|
error :
Could not use ''; file already in use.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 July 2009 at 1:25am | IP Logged
|
|
|
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 |
|
|