How to resolve the url parameter issue of jquery. ajax() method in DNN 7 module
Last Post 02/08/2016 6:11 AM by Andy Stephenson DNN Creative. 1 Replies.
Author Messages Not Resolved
pratik shukla
Nuke Newbie
Nuke Newbie
Posts:1


--
02/03/2016 6:10 AM  
I am trying to call a web method of my View.ascx page in dnn 7 from Jquery.Ajax() function and sending all the parameters. but it is throwing me error as :
"a custom filter or module, such as URLScan, restricts access to the file"
im unable to get the debugger to the webmethod also. i want to know how to give a url for a modules method to ajax method. Can any one guide me through this ?
Andy Stephenson DNN Creative
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:169


--
02/08/2016 6:11 AM  
You may find the solution @

https://www.west-wind.com/wconnect/weblog/ShowEntry.blog?id=697

or

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/1113042b-4939-4f7c-8239-52e0c237d64f/anything-wrong-with-the-config-or-not?forum=sqlreportingservices


---