I have been facing a very difficult issue and I'm not able to figure out what's wrong?
I am working on a nopCommerce 3.20 which is built upon ASP.net MVC.
I am trying to call one of my custom function from another function.
This works fine on my development machine, on my test server and on few other hosting account. However, the same doesn't work on one of the hosting account, no matter whatever we do! We checked file permissions, they are all fine. The internal functions works fine everywhere else except this particular hosting account where needed.
I get following error trying to run this...
System.Net.WebException: The remote server returned an error: (404) Not Found. at System.Net.HttpWebRequest.GetResponse()
What could be wrong here?