Author |
|
gdweb Newbie
Joined: 15 May 2008
Online Status: Offline Posts: 12
|
Posted: 06 June 2008 at 11:43pm | IP Logged
|
|
|
sir,
we are developing a email service with the help of your MailBee .Net Objects. but while we are testing the application on Win Xp there are no problem with msg.GetHtmlAndSaveRelatedFiles(), but while we are using Windows server 2003 - the above method did not working, any mail with embedded image not showing - and throws a javascript error: "Access to the path 'C:\WINDOWS\system32\3100CFAF83D0DB5D5A3AF2E69735C170\Fwd_ [TopMasala] Very Cute Pictures[57].jpg' is denied" like this. so please help us to develop the project in the Windows server 2003.
regards,
GD WebSolutions Ltd.
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 07 June 2008 at 1:02am | IP Logged
|
|
|
Seems you should set the appropriate permissions to allow access to the folder in question for the user account under which your application runs AND make sure the browser can access this folder as well (in your case, it seems MailBee itself can write into the specified location but the browser can't access it due to lack of permissions for the user account under which the browser is being run).
Alternatively, you can specify MailMessage.Parser.WorkingFolder to the folder where your application can write to and the browser can read from.
Regards,
Alex
|
Back to Top |
|
|
gdweb Newbie
Joined: 15 May 2008
Online Status: Offline Posts: 12
|
Posted: 07 June 2008 at 1:29am | IP Logged
|
|
|
its ok but my program in running fine in XP but this kind of problem i am facing on Windows Server 2003, and basically all the problems we are facing in Mozilla. please help us...
regards,
GD Websolutions
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 07 June 2008 at 2:54am | IP Logged
|
|
|
Windows 2003 Server has stricter security system and no wonder that it doesn't allow web browser to access to C:\WINDOWS\system32\ folder.
Try to specify another folder in MailMessage.Parser.WorkingFolder and make sure your application is allowed to write there and your web browser is allowed to read from there.
Best regards,
Andrew
|
Back to Top |
|
|