5
Answers

Ajax does not work !!!

Majid Kamali

Majid Kamali

13y
3k
1
Hi.
I was learning ajax from w3schools.com and copied one of it's examples and paste it to a notepad, then saved it with html extension.
then I changed file names (url that will be retrieved) to one of text files in that folder.
But it creates "Access is denied" error in IE. FireFox does not even execute it.
What's the problem?
Thanks
Answers (5)
0
Muralidharan Deenathayalan

Muralidharan Deenathayalan

NA 11.9k 1.5m 11y
You have to add authentication + authorization module in your services.
Based on the service context + operation context + user authorization you should be able to restrict the access.

You may need to maintain some kind of roles + users in the database / in configuration xml file to maintain the authorized users list.

Accepted
0
bn raju

bn raju

NA 28 8.6k 11y
Thanks Dude, 
This concept is very usefull for me---

http://www.dotnetcurry.com/ShowArticle.aspx?ID=592