Hello, I would to protect a whole website with a basic authentication or by Ip addresses.
But the website in asp mvc already use form authentication.
I mean protect the website with a basic auth then once connected use the normal form authentication + DB system.
I want to prevent people and robot acces a website version not yet finished.
I tryed Ip restriction in IIS but i can't refuse ALL IP, juste some Ip ranges (thats so stupid...)
Activate basic and form authentication at the same time doesnt work neither...
what can i do??
Thank you