Author |
|
PungoUser Newbie
Joined: 18 October 2011
Online Status: Offline Posts: 5
|
Posted: 18 October 2011 at 9:40am | IP Logged
|
|
|
Hello,
I have downloaded the WebMail Lite for asp.net and placed it in IIS. In the Database Settings under admin panel, the 'Test connections' succeeds, but I am unable to save the details entered in the screen when I click on 'Save' button and 'Save Unsuccessful' message is popped up.
Any help would be appreciated.
Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 October 2011 at 10:30am | IP Logged
|
|
|
Did you use the installer shipped as a part of the product? It is able to detect various configuration issues. Assuming you have placed the product to, say, http://localhost/webmail/ you should be able to access the installer at http://localhost/webmail/adminpanel/install.htm location.
In this particular case, the issue is probably caused by insufficient write permissions over App_Data folder for web server, make sure IIS can write there, granting permissions for ASPNET and/or NETWORK SERVICE accounts might resolve that. For testing purposes, it might be a good idea to grant Full Control access to Everyone user over that directory.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
PungoUser Newbie
Joined: 18 October 2011
Online Status: Offline Posts: 5
|
Posted: 19 October 2011 at 11:15am | IP Logged
|
|
|
Igor,
Thanks for your esteemed support which helped me in being able to save the database setting details.
I was able to integrate the WebMail Lite to my web application. After logging in using the 'integr.UserLoginByEmail' method, the mailbox was displayed in the respective iframe. Now, when I click on Logout link of 'WebMail Lite' in the iframe, it comes out of the iframe and loads in the entire page as if 'WebMail Lite' has not been integrated to my web application and URL is also redirected away from my webapplication URL to 'http://localhost/webmail/default.aspx?mode=logout', in the same browser window though. Is there any possible way to stop clicking the logout link by making it invisible or to stop jumping out of the iframe on logout click?
As per the documentation, in 'Direct Mode', 'AfterLogic WebMail Lite' works directly with the mailbox on mail server (mails are always taken directly from mail server). Is there any option in WebMail Lite to synchronize and get only the new mails from mail server?
Thanks & Regards,
PungoUser.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 October 2011 at 1:14am | IP Logged
|
|
|
Quote:
Is there any possible way to stop clicking the logout link by making it invisible or to stop jumping out of the iframe on logout click? |
|
|
Search through the source code, find where the link is added and replace its CSS class with wm_hide.
Quote:
Is there any option in WebMail Lite to synchronize and get only the new mails from mail server? |
|
|
Yes, but that requires sync mode other than Direct Mode.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|