I have an ASP.NET website deployed on IIS 6. I have several folders in my app containing handlers like log.ashx, default.ashx and so on.
I have default document configured in IIS, so that I can type www.mydomain.com/tools in the browser, and I will get the /tools/default.ashx.
IIS gives me 404 all the time, which is my problem. I also have the aspnet_isapi.dll configured as a wildcard handler.
Does anyone know how to fix this?