Tagged Questions
0
votes
3answers
83 views
Hide webpage file with random folder and SSL?
Does an SSL request show the page being requested or just the domain?
I am trying to hide files in a directory on a webserver by using random folder names.
i.e. ...
0
votes
3answers
323 views
ASP.NET - UserType-wise page access
Suppose I have 3 kinds of users and their accessible pages in my ASP.net application are as follows:
(1) User Type-A {Default.aspx, a.aspx, b.aspx and c.aspx},
(2) User Type-B {Default.aspx, d.aspx, ...