Saturday, September 15, 2012

silverlight web application prevent file access from webserver through url..

silverlight web application prevent file access from webserver through url..

Hi Team, I have a silverlight WebApplication, it has a folder on webserver that download a document and store for clients to view. The issue I am facing is that eventhough windows authentication is enabled and directory browesing is disabled. I am able to access the image using the url i.e. (http:\loclahost\webapp\dir\image1.tif) with image unique Id I form a different domain I am still able to view the image. Is there some configuration I can do on web server (IIS 8) or I need to adopt some encryption logic in my code.

Any suggestion or help on this would be of gr8 help.

Answers & Comments...

Answer: 1

If it's what I'm thinking, You must set permissions to IISUSRS (a system user created for ISS) to write and read your folder.

by : Linhareshttp://stackoverflow.com/users/1627692




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog