I have created a vb.net web application, I have tried to keep it safe, in which all users should get the password Required.
The only problem is that if a person can guess (or using some kind of hacking tool) the URL of the javascript file
is there any way to prevent it from happening? Could?
Do not attach JS files to people who have not been certified.
I do not know ASP.NET well enough to say what would be the best way, but the worst case is that you stick it in .aspx file, do auth / authz content on top , Then set the correct content type and serve it.
Comments
Post a Comment