I have an HttpHandler that works great in Visual Studio 2010, but I am unable to get it to work in IIS 7. Since the project is not a traditional web site or application, the tools for copying it which I am used to using do not seem to be available.
So, I have done many searches, published it as a package, tried my hand with the Web Deploy Tool, and also tried following more manual procedures I came across, all with no luck. I have not had occasion to do much with IIS (until now) and am a bit lost in the sea of things that can be configured.
To sum up, I am trying to create a site that consists of an HttpHandler only and would appreciate any thougts, or ideas on where to look for guidance.