I am using c# .NET Web Forms 4.0
I have a folder like the following that I need to password protect so anybody wanting to view the page needs to first enter a useridpassword (that we tell them) in order to view the page.
example:
so under srlv I have web pages that need to be password protected.
Is there a quick way to do this?
You could use authorization and location settings in web.config.