So I'm trying to make my own forum signature generator for some friends, and I've gotten most of the work done. My real issue now is refreshing the information when the image is requested from my server.

I have almost no clue how to even go about it, so I'm sorry if my question is poorly written. Basically, I'm looking for someone to push me in the right direction on how to have the image refresh from the datasource when it gets requested, but only if it has been more than 5 minutes to prevent an overload.

Thank you. I'll post code here, as I try to make it work once I get my start.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You will have to create a new HTTP handler. Check out this msdn post.

link|improve this answer
Awesome, thank you for the reply. – Landmine Mar 26 '11 at 22:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.