Raja

Raja

  • 546
  • 2k
  • 345.7k

How to Restrict URL Encryption for particular aspx page?

Feb 15 2017 6:12 AM

I want to restrict url encryption for particular page how to do it.

Url Encrypt code

<httpModules>
<add type="QueryStringModule" name="QueryStringModule"/>
</httpModules>

Above code and .cs class file is used for url encryption.

now i want restrict encryption for particular page for some requirements how to do

What i have tried

i used below code for restrict encryption

<%@Page ViewStateEncryptionMode=”Never”>

But this is not worked.

 

Answers (1)