Http Handlers

  • Thread starter Thread starter kiki
  • Start date Start date
K

kiki

Hello,
I have just started on Http Handlers and i have a question to ask
(which is so trivial but can find anything on web). How do i add an
ashx and an ashx.cs file on a C# project??

Thank you
 
You can add an ashx file as a 'text file' item initially, but give
the file an .ashx extension. VS.NET doesn't recognize the ashx
extension so you won't have built-in project items or intellisense
support when writing the code. The asp.net runtime does recognize
..ashx though!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top