views:

35

answers:

1

We have a mvc action that will send data to a embedded device, but would like it not to send any header information. Is this at all possible with a ActionFilter and how?

A: 

So its seems quite tricky to do this without having to add a Module to IIS which will strip the headers... So no go..

Jan de Jager