Individual Column Search, ColumnDef, StateSave not working on my intranet production page on IE.

Individual Column Search, ColumnDef, StateSave not working on my intranet production page on IE.

nguyen220nguyen220 Posts: 3Questions: 2Answers: 0

I have intranet page that seems to not want to work properly on internet explorer. I used my render code on the live.datatables page and it works correctly even on internet explorer but when it comes to our production site (intranet) it doesn't like it. Is it possible something on the server is blocking something? I can't tell.

In my webconfig I denied all the possible sequences that are blocked by the servers (as shown below)

    <denyQueryStringSequences>
      <remove sequence=";"/>
      <remove sequence="--"/>
      <remove sequence="%3C"/>
      <remove sequence="%3E"/>
      <remove sequence="'"/>
      <remove sequence="&quot;"/>
      <remove sequence="`"/>
      <remove sequence="//"/>
      <remove sequence="/*"/>
      <remove sequence="*/"/>
      <remove sequence="declare"/>
      <remove sequence="varchar"/>
      <remove sequence="nchar"/>
      <remove sequence="exec"/>
      <remove sequence="update"/>
      <remove sequence="delete"/>
      <remove sequence="insert"/>
      <remove sequence="cast"/>
      <remove sequence="script"/>
      <remove sequence="0x"/>
      <remove sequence="\n"/>
      <remove sequence="\r"/>
      <remove sequence="char("/>
      <remove sequence=";alter"/>
    </denyQueryStringSequences>

I also tested the production site on Firefox and it works just not internet explorer. What could be causing the problem that it wouldn't let it run properly on internet explorer?

Debug page: http://debug.datatables.net/ogejiz
Live Example: http://live.datatables.net/dihotiba/1/

This discussion has been closed.