0
Answer

security in .NET

Ask a question
kunal sinha

kunal sinha

12y
841
1
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.