0

Please let me know what is equivalent of servlets in .net. The purpose of my question is to write a servlet or whatever it is on .net which just sends me a file when that URL is called.

thndrkiss
  • 4,515
  • 8
  • 57
  • 96
  • Possible duplicate of http://stackoverflow.com/questions/708800/what-are-the-correspondent-of-servlet-and-applet-in-net – PatrickSteele Aug 05 '10 at 02:41

1 Answers1

1

I believe you want HTTP handlers. This may be a duplicate.

Travis Heseman
  • 11,359
  • 8
  • 37
  • 46