Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <configuration>
  2. <system.web>
  3. <pages renderAllHiddenFieldsAtTopOfForm="true"></pages>
  4. </system.web>
  5. </configuration>
  6.  
  7. <appSettings>
  8. <add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
  9. ...
  10. </appSettings>
  11. <system.web>
  12. <machineKey compatibilityMode="Framework45" decryptionKey="somekey" validationKey="otherkey" validation="SHA1" decryption="AES />
  13. <pages [...] controlRenderingCompatibilityVersion="4.0" enableEventValidation="true" renderAllHiddenFieldsAtTopOfForm="true" />
  14. <httpRuntime [...] requestValidationMode="2.0" targetFramework="4.5" />
  15. ...
  16. </system.web>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement