V
VK
Hello:
This is an ASP.NET app - once user logs in using username and password
(kind of hard coded, since it is temporary solution) they have access to
a series of html files. What happens is that these html files are
accessible even without logging by trying in the url directly.
Is there a way to secure this folders, since these different html will
be in multiple folders?
I cannot use forms authentication since we have current website set up
as Windows auth.
Many thanks for your time.
This is an ASP.NET app - once user logs in using username and password
(kind of hard coded, since it is temporary solution) they have access to
a series of html files. What happens is that these html files are
accessible even without logging by trying in the url directly.
Is there a way to secure this folders, since these different html will
be in multiple folders?
I cannot use forms authentication since we have current website set up
as Windows auth.
Many thanks for your time.