This doesnt look right


<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?