A
Anandraj
Hi All,
I have added the below line in the machine.config file
<add verb="*" path="*.js" type="System.Web.HttpForbiddenHandler"/>
I thought the above line will not serve files with .js extensions will not
be send to the client. but still i am getting the file.
If I do the same thing in other files like .asax, .cs files its working as
expected.
for some of the file extensions it is not working. Can any one please
expalin me When it will work.
If you have any links in the net, it will be helpful for me.
Thanks
Anandraj.A.
I have added the below line in the machine.config file
<add verb="*" path="*.js" type="System.Web.HttpForbiddenHandler"/>
I thought the above line will not serve files with .js extensions will not
be send to the client. but still i am getting the file.
If I do the same thing in other files like .asax, .cs files its working as
expected.
for some of the file extensions it is not working. Can any one please
expalin me When it will work.
If you have any links in the net, it will be helpful for me.
Thanks
Anandraj.A.