I have a website that was building without any issue on multiple servers. But, when I copy/move it on the same machine from one folder to another folder: I started getti
If you are creating a new HttpContext and calling any external service, it also causes the same error. Key is you should not create new HttpContext, change the existing context to your needs.
If you are creating a new HttpContext and calling any external service, it also causes the same error.
Key is you should not create new HttpContext, change the existing context to your needs.