N
Norm
Is it possible to authenticate only a certain page or set of pages within an
ASP.NET application that are all in the same folder? In other words, I have a
web directory that contains multiple ASPX pages, but I only want to
authenticate on one of the pages.
Is it possible to set up the wbe.config file in such a way? I do not want to
have to resort to putting the one page I want to authenticate on into a
different subfolder with its own web.config file.
ASP.NET application that are all in the same folder? In other words, I have a
web directory that contains multiple ASPX pages, but I only want to
authenticate on one of the pages.
Is it possible to set up the wbe.config file in such a way? I do not want to
have to resort to putting the one page I want to authenticate on into a
different subfolder with its own web.config file.