Click here to Skip to main content
15,907,225 members

Comments by Member 11774876 (Top 15 by date)

Member 11774876 2-Aug-16 8:04am View    
How can I check for token/verify it?
Member 11774876 2-Aug-16 8:00am View    
@RyanDev, an actual problem is on our hosted site users saying that, the data they are passing affected by some malicious data. Automatically different data getting saved to the actual result they have passed.

Some of the help I have got says "It's just the security around web service call is not tight enough."

I have added following section to web.config.

<location path="CompleteService/Methods.asmx" allowoverride="false">
<system.web>
<authorization>
<deny users="?">




Does this would restrict external users to do so?
Member 11774876 24-Feb-16 9:27am View    
did that also but still not working..!
Member 11774876 22-Feb-16 8:10am View    
@Kornfeld Eliyahu Peter, any other solution please...?
Member 11774876 22-Feb-16 7:57am View    
I have try that but not working..!