This doesnt look right
Shouldn't it look more like this?
and my web.config file has multiple </system.web>
so which one should I be looking for?
<httpHandlers>
verb="*" path="*.flv" type="FLVStreaming" />
</httpHandlers>
Shouldn't it look more like this?
<httpHandlers>
<add verb="*" path="*.flv" type="FLVStreaming" />
</httpHandlers>
and my web.config file has multiple </system.web>
so which one should I be looking for?