Help with HTTP Handler issue

Help with HTTP Handler issue

am 13.01.2008 19:13:55 von Glen Wells

Hi,

A client has 2 IIS websites both pointing at the same physical directory (2
separate IIS sites to allow 2 SSL certificates). On one site, an HTTP
Handler defined in the web.config works OK, on the other site, the same
handler defined in the same web.config, does not work at all. There are no
errors in the event log, the code just doesn't fire. Does anyone know what
might cause this?

Thanks,
Glen Wells
www.cubik.co.uk

Re: Help with HTTP Handler issue

am 14.01.2008 18:37:48 von George Ter-Saakov

Is it configured as an application (in IIS Managment tool ) on the second
site?

If it's not web.config is not read. And obviously Handler will not work

George.


"Glen Wells" wrote in message
news:3F750587-E09D-4CCE-866C-F0502DF4F43D@microsoft.com...
> Hi,
>
> A client has 2 IIS websites both pointing at the same physical directory
> (2 separate IIS sites to allow 2 SSL certificates). On one site, an HTTP
> Handler defined in the web.config works OK, on the other site, the same
> handler defined in the same web.config, does not work at all. There are no
> errors in the event log, the code just doesn't fire. Does anyone know what
> might cause this?
>
> Thanks,
> Glen Wells
> www.cubik.co.uk

Re: Help with HTTP Handler issue

am 15.01.2008 10:26:26 von Glen Wells

Hi George - thanks for the reply.

Yes, the site is set up as an application and there are configuration
settings in there which are successfully being read so it's a real mystery!

Any other suggestions anyone?

Thanks,
Glen

"George Ter-Saakov" wrote in message
news:eaGWvQtVIHA.4440@TK2MSFTNGP06.phx.gbl...
> Is it configured as an application (in IIS Managment tool ) on the second
> site?
>
> If it's not web.config is not read. And obviously Handler will not work
>
> George.
>
>
> "Glen Wells" wrote in message
> news:3F750587-E09D-4CCE-866C-F0502DF4F43D@microsoft.com...
>> Hi,
>>
>> A client has 2 IIS websites both pointing at the same physical directory
>> (2 separate IIS sites to allow 2 SSL certificates). On one site, an HTTP
>> Handler defined in the web.config works OK, on the other site, the same
>> handler defined in the same web.config, does not work at all. There are
>> no errors in the event log, the code just doesn't fire. Does anyone know
>> what might cause this?
>>
>> Thanks,
>> Glen Wells
>> www.cubik.co.uk
>
>