Quote Originally Posted by Cheap Scotch Ron View Post
Impersonate using credentials that sharepoint will allow to access the images.

Basically, you are going to store the credentials in the web.config and use them when accessing the url on the sharepointserver.

See a more detailed example here:

http://www.microsoft.com/technet/pro....mspx?mfr=true
Tried that...still getting the same error. I think its because the request for the images is sent from the client machine when the page is getting rendered, rather than the server where the application is hosted. So, I guess impersonation is not the solution.