Windows service throwing error ACCESS DENIED While trying to access website that uses windows authentication. While deploying this service its using NT-Authority as windows credential
WebClient wc = new WebClient();
string page = wc.DownloadString("https://abcxyz.com/");