Hi
when I'm trying to send an email with embed images , I noticed that I have to make a copy of these images in c:\windows\system32 .
Is there any way to overcomethis problem , I mean to use images from any path , I'm making an asp application so I can't add the images to this path
Thank you
MRK
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You might want to try filemon from www.sysinternals.com to figure out why it's not reading it. I have never had to use asp (only asp.net), so I don't know anything about how the permissions work. For asp.net you have to make sure that it has the same permissions as whatever your asp.net process runs in.
Hi
when I'm trying to send an email with embed images , I noticed that I have to make a copy of these images in c:\windows\system32 .
Is there any way to overcomethis problem , I mean to use images from any path , I'm making an asp application so I can't add the images to this path
Thank you
MRK
Hi,
You might want to try filemon from www.sysinternals.com to figure out why it's not reading it. I have never had to use asp (only asp.net), so I don't know anything about how the permissions work. For asp.net you have to make sure that it has the same permissions as whatever your asp.net process runs in.
Check here for an example:
http://support.microsoft.com/kb/890960
-Mike