I'm trying to put a frame in my program and have it access a website that is requiring window's security:
I'd be okay with entering the password when that window of my program loads, but it simply throws a the error:
System.Net.WebException was unhandled Message: The remote server returned an error: (401) Unauthorized.
Best case scenario would be my programing being able to automatically provide the password and me being let directly into the site.
Any ideas?