I am having an security issue, the user can forced browsing technique to traverse to the page which is not accessible to them. is there anyway that i can stop it.
Visual Basic, .net 3.5
I am having an security issue, the user can forced browsing technique to traverse
Share
Pardon if I do not understand you clearly, but in asp.net enviornment you can use web authorization and authentication mechanisms to prevent user from seeing specified locations. To learn more about how to use it read this article, this article and see this tutorial