We have migrated our ASP.Net Application to .Net version 4.6.2. Application uses javascript, Jquery for client validations and few value bindings.
We have published our code to our DEV server and Test server (site1), we faced no issue. When the same code is published in the same Test Server with another site (site2), we are facing an issue in loading 'PageMethods' methods from js files.
We are getting below error in site2:
Error:Some exception occured-{"Message":"There was an error processing the request.","StackTrace":"","ExceptionType":""}
because of which, some dropdowns are not being populated as the binding methods are in js.
Any idea, why this issue is? Please note, we have the same code in all the 3 published site/s:- DEV server, Test server - site1 and site2.
Thanks in Advance!
capture the fiddler trace and see all the resources required for the page are available on the client side. you can also compare working and non working trace for more help.