I work on asp.net razor web application i have issue when open vpn it block cdn for jquery and javascript and
when close vpn cdn for jquery and javascript working
so How to solve this issue please without using or install jquery and javascript files on my pc
Amit MohantyPosted Jun 13, 2023, 7:07 AM
Solution 1: Use local copies of the jQuery and JavaScript files by downloading them and including them in your project's directory.
Solution 2: Check if your VPN client provides a feature like split tunneling that allows you to whitelist specific domains or URLs, allowing them to bypass the VPN connection.