Search code examples
.netsecuritykiosk

How to keep users from accessing anything outside application in .net


Are there any common designs or best practices for keeping users confined to your .net application (unless of course they have access to get out of the application)?


Solution

  • This is very dependent on which kind of application you are using, but the term to feed google is "Kiosk-Mode".