I have Asp.Net MVC application and I want to forbid load any resources from this application by clients such as Adobe Flash Player. Is it safe to remove crossdomain.xml from Asp.net web application what will it effects?
Asked
Active
Viewed 157 times
1 Answers
0
I have found answer on my question. So in case clients would try to load any resources from server if crossdomain.xml is not present it'll throws Rejected error "Rejected because no crossdomain.xml policy file was found". So in this case any clients won't be able to works with this server.

Y. Ivan
- 109
- 1
- 9