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.