1
Answer

how to stop browse java script file in browser in asp.net

Vamsi Krishna

Vamsi Krishna

7y
244
1
Hi
 
How to prevent .js file browsing if i enter .js file name directly in browser url it should not browse  
 
example :http://localhost:56036/Default.aspx
 
Instead of default.aspx i have entered Scripts/jquery-1.8.2.js like below 
 
http://localhost:56036/Scripts/jquery-1.8.2.js 
 
How to stop browse these kind of files
 
Thanks in advance  
Answers (1)