how can we know the client has requested an image from the server
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi, how can be known that the pics in the iis server is accessed from other sites?The image from another site get rendered from oursite.Do i have to give the image path from the page ? regards anonymous
-
hi, how can be known that the pics in the iis server is accessed from other sites?The image from another site get rendered from oursite.Do i have to give the image path from the page ? regards anonymous
This article should point you in the right direction. generating-asp-net-images-fly Ignore the parts about generating the image but if you look at Response.ContentType and the way to link to the image this should let you create an aspx page in which you can save request details to a database and then send your image to the client browser.