1
Reply

How to Restrict URL Encryption for particular aspx page?

Raja

Raja

Feb 15 2017 6:12 AM
236

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)