Author |
|
karthikj Newbie
Joined: 05 February 2011 Location: United States
Online Status: Offline Posts: 2
|
Posted: 05 February 2011 at 4:19am | IP Logged
|
|
|
I'm using the Webmail Lite Free version in Windows 2003 Server with IIS and .NET 3.5 framework. When I run the adminpanel and hit "save" button, I get "save unsuccessfull". This is the log that I'm getting.
NOTE: Having the virtual directory set as "Webmail"
------------------------------------------------------------
[2/5/2011 5:23:38 PM] ERROR!!!
[Message]
Access to the path 'E:\Applications\Webmail\App_Data\Settings\settings.xml' is denied.
[TargetSite]
Void WinIOError(Int32, System.String)
[Stack Trace]
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding)
at System.Xml.XmlDocument.Save(String filename)
at WebMail.WebmailSettings.SaveWebmailSettings(String dataFolder)
[Method]: WinIOError
[Line, Column]: [0, 0]
------------------------------------------------------------
------------------------------------------------------------
[2/5/2011 5:23:38 PM] ERROR!!!
[Message]
Internal Server Error. Please, contact your system administrator in order to report the problem.
[TargetSite]
Void WinIOError(Int32, System.String)
[Stack Trace]
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding)
at System.Xml.XmlDocument.Save(String filename)
at WebMail.WebmailSettings.SaveWebmailSettings(String dataFolder)
[Method]: SaveWebmailSettings
[Line, Column]: [0, 0]
------------------------------------------------------------
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 05 February 2011 at 5:21am | IP Logged
|
|
|
The error message is self-explaining. Set permissions to enable access to that settings.xml file.
Regards,
Alex
|
Back to Top |
|
|
3asit Newbie
Joined: 05 February 2011 Location: Italy
Online Status: Offline Posts: 14
|
Posted: 05 February 2011 at 9:44am | IP Logged
|
|
|
If you still got problem, that could be also linked with impersonification of ASP.NET application pool.
You should set to false, allow impersonification on IIS on application pool setting.
|
Back to Top |
|
|
karthikj Newbie
Joined: 05 February 2011 Location: United States
Online Status: Offline Posts: 2
|
Posted: 09 February 2011 at 10:32am | IP Logged
|
|
|
Thanks for the reply. I changed the Application Pool (Default APP) settings to set the identity as "local system" and the email started working.
But after a while, I'm getting error saying "Internal server error" (top yellow) after successful login into email. I can see the emails list on to the left and also can view each email when I click on the email.
Also when sending the email, the error is Cannot connect SMTP server.
Can any one help!!!
|
Back to Top |
|
|
3asit Newbie
Joined: 05 February 2011 Location: Italy
Online Status: Offline Posts: 14
|
Posted: 09 February 2011 at 2:57pm | IP Logged
|
|
|
You use imap or pop3 account?.
What version of Webmail?. 6.0 Got some problem.
You can access to Sent Folder or you got an error before?
Try to update to the last release 6.1 should be better
|
Back to Top |
|
|