Re: How to get a handler for a path

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Marvin,

What I want to avoid is executing handlers other than mine. In fact I
don't have to execute my handler but even if I execute it that is not a
problem. By making a request I would execute any handler on that URL.

Thanks for your update. I believe we can move forward if you could clarify
this point:

You mentioned:

because my system has a sub-request like feature
that needs this information.

What is your "system"? Is it an ASP.NET application? Does it run on the web
server or another machine?

We probably can work out a solution if this point is clarified.

Regards,
Allen Chen
Microsoft Online Support




.



Relevant Pages

  • Re: Threading and returning values
    ... Instead of calling Control.Invokedirectly, you can instead subscribe event handlers to the BackgroundWorker class's DoWork and RunWorkerCompleted events. ... The DoWork event handler gets executed on the background thread, while handlers for the other two events are automatically executed on the UI thread used to create the BackgroundWorker. ... However, this is most likely going to fail, because the thread that actually does the work to get that data probably hasn't had a chance to run yet " only makes the thread runnable...the current thread will continue to execute until it yields or the Windows thread schedule pre-empts it). ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: CLI Exception Handling
    ... the exception, but not on the same instruction that actually generated the ... functionality does exist in win32 SEH. ... handler executes all finally blocks that were lower on the stack have ... >> really can do is make a decision to continue searching or execute the ...
    (microsoft.public.dotnet.framework.clr)
  • Re: IIS 7.0 Handler Mapping permission: Write
    ... After we opened up the handler ... permissions" so that one could then use the accessPolicy to control ... "EXE and DLL require Execute Permissions". ... goofy like set ISAPI to require "no" permissions ...
    (microsoft.public.inetserver.iis.security)
  • Re: Can AfxMessagebox() be used in TVN_SELCHANGING handler?
    ... A lot of us discovered the hard way that popping up message boxes in -ING handlers can ... in TVN_SELCHANGING handler of a CTreeView derived class. ... AfxMessageBoxwill never execute. ...
    (microsoft.public.vc.mfc)
  • Re: Edit_SetSel does not work
    ... Writing ... If you execute Edit_SetSellater, it should work as expected. ... You could post a private message to yourself from the WM_INITDIALOG handler ... -Software Consultant (Embedded systems and Real Time Controls) ...
    (microsoft.public.win32.programmer.ui)