A
Andy B.
I have a web application that has a folder of httpHandlers in it. I put the
httpHandlers in the Rss namespace in the web application. I am having
problems getting the httpHandlers inside the web.config. I keep getting
'Can't load type 'typeName'' errors. The httpHandler in question is called
News.ashx. It is in the project called Website in the namespace Rss. The
handler class is called News. How would I register this in web.config?
httpHandlers in the Rss namespace in the web application. I am having
problems getting the httpHandlers inside the web.config. I keep getting
'Can't load type 'typeName'' errors. The httpHandler in question is called
News.ashx. It is in the project called Website in the namespace Rss. The
handler class is called News. How would I register this in web.config?