Dear Support,
I am trying to implement FIleExplorer in my application using the DBContentProvider sample.
I was finding it difficult to get around the Handler.ashx class.
This class is suppose to receive HTTP request from the client and process it in our custom logic. But as per Microsoft's Documentation on Handler class, they are supposed to be Marked in the Web.Config within the httphandlers tag, to make it work. I do not see any such implementation in our web.config. So how does it work then, and also as per them, it can be debugged. But in your demo, i have put breakpoints in all the methods. But none of them get hit while running your sample.
Can you please suggest me with a sample if possible as how does it work and if it can be debugged.
I am trying to implement FIleExplorer in my application using the DBContentProvider sample.
I was finding it difficult to get around the Handler.ashx class.
This class is suppose to receive HTTP request from the client and process it in our custom logic. But as per Microsoft's Documentation on Handler class, they are supposed to be Marked in the Web.Config within the httphandlers tag, to make it work. I do not see any such implementation in our web.config. So how does it work then, and also as per them, it can be debugged. But in your demo, i have put breakpoints in all the methods. But none of them get hit while running your sample.
Can you please suggest me with a sample if possible as how does it work and if it can be debugged.