I nave to allow users of my intranet to load any HTML pages. Users can load only the html pages that start with their username, for example:
User: 972547J
Pages: 972537J*****.HTML
I used asp.NET and VB.net, i created a gridview only with the linkbutton of the pages with 972537J****.HTML
(for this user)
That pages are confidentially, then i don't want that users change manually the link and show the HTML pages of other users.
Can i deny users not open html pages of others? With web config setting or iis7 config? The HTML pages are not editable