kunal sinha

kunal sinha

  • NA
  • 1
  • 1k

security in .NET

Aug 14 2012 10:09 PM
In .NET when we apply security using web.config file and use the code

<system.web>
<authorization>
<deny users="?"/>
</authorization>

This code works on some machine and does not runs in some machine.So is it a bug or is there any problem with the code.