To provide security layer on top of loading Web Application.
Scenario:
Implement a .exe file (client side) which will ask for a password -
1) If the password is correct - it will grant the access to Web Application to load on browser whenever the URL gets hit.
2) If the password is NOT correct - it will not allow the Web Application to load ever.
NOTE:
1) Running .exe and feeding password is just the one time process (except formatting the system).
2) Later the group/user only hit URL of Web Application any number of time (Loads only when he has filled the password section correctly - one time process)
3) The purpose of .exe is to provide the access of Web Appication only to those group/user who have this .exe file and have that unique password.
Please explain in detailed view. THANKS in advance.