"Missing Authentication Token" Error - visual-studio

I feel like this should be simple, but I've searched everywhere I can and haven't found my issue. I'm trying to connect to AWS from Visual Studio using the .NET Toolkit for Visual Studio but I'm getting a "Request is missing Authentication Token" error (below):
I have all of the authentication information filled out:
Any ideas on what the issue is or where I can begin to troubleshoot?

Our company was blocking access somehow. When we took the computer outside of the company firewall it ended up working just fine. They ended up opening up a few ports for us and then it worked fine within the firewall.

Related

Visual Studio no longer connecting to Power BI Premium

I have a tabular model in VS that I set up per the instruction below and have successful deployed it to Power BI Premium multiple times. Yesterday I made some changes and tried to deploy but am getting an error: An error occurred while connecting to the server. When I deployed in the past it would open up the Microsoft Pick an Account window before proceeding with the deployment. That is no longer happening, which I assume is what is creating this connection issue.
I have restarted VS, restarted the server, recreated the connection configuration and changed my domain password, but all to no avail.
Anyone had this problem or have any ideas on how to get it to resume prompting me to chose my account to connect with?
Thank in advance.
Error message screenshot
https://learn.microsoft.com/en-us/analysis-services/deployment/deploy-from-visual-studio-tabular
https://learn.microsoft.com/en-us/power-bi/admin/service-premium-connect-tools#deploy-model-projects-from-visual-studio-ssdt
I figured it out. I restarted the server, then used a service account to log into the server and followed the below directions to delete my widows profile. Then when I tried to deploy it prompted me to choose which account to sign in with and deployed as expected.
https://www.isunshare.com/windows-10/tutorial-how-to-delete-user-profile-in-windows-10.html

TF30036: You are unauthorized to access https://

I've found quite a few posts of similar issues, but I still am having trouble getting this resolved.
I have a TFS repository I know I have access to with my Microsoft account. I'm currently using it on my laptop as I'm typing this, and if I go there via chrome, I am having no issues.
I finally got my desktop up and running again, and after a fresh windows/VS 2013 install, I am getting unauthorized when trying to connect to team projects. I'm using the same credentials that are being using through Visual Studio on my laptop, and in chrome.
Does anyone have any idea what could be causing this?
Please use below ways to narrow down the issue.
Try to disable the Antivirus software on your desktop
Try to disable your firewall on your desktop and try again
If you are using VPN on your desktop, please disable it.
Clear TFS and VS cache in your desktop.
Clear the account info from the Credential Manager (Control Panel) both in
your laptop and desktop, then try it again.
Team -> Manage Connexions... -> re-select your project
Close Visual Studio > Reboot all servers in the Topology.

Login into my deployed Umbraco back office is causing "An error has occurred.". How do I find out what is wrong?

I have deployed my Umbraco installation by using Visual Studio and the regarding nuget package version 7.4.1 and I am using Azure DB as a back-end. When I try to login I get the following message:
The logs in the folder "/site/wwwroot/App_Data/Logs/" do not show anything. Using http or https does not make any difference.
When I start Umbraco from within Visual Studio (connected to my Azure DB back-end) in debug mode the login works perfectly:
How can I find out what the issue is?
Connecting to the backend with Open Live Writer helped me to unveil a detailed error message. By mistake I have deleted one of the caching folders (App_Data\TEMP\PluginCache).

Visual studio web deploy errror ERROR_EXCEEDED_MAX_SITE_CONNECTIONS

Suddenly this error started to appear when one of our programmers is trying to make a web deploy to our Microsoft Server 2008 . We cant find any meaningful information about this error. Also, most topics that we have found are related to Azure.
Does anybody know what this error means?
Update,
For everybody that will tell me to Google the issue:
yes, I goggled the issues. No, I couldn't solve the problem.
I event looked on this link. The error isn't even posted
In the end, I deleted the web server in IIS and created a new one. This is still a weird errorr...

Azure Remote Debugging: Failed to enable remote debuggingException from HRESULT: 0x89710023

I'm getting a strange error: 'Failed to enable remote debuggingException from HRESULT: 0x89710023' while I'm trying to debug remotely Azure Website. I'm using VS2013 with Azure Tools v.2.2. There are a lot of people who are getting this error here http://blogs.msdn.com/b/webdev/archive/2013/11/05/remote-debugging-a-window-azure-web-site-with-visual-studio-2013.aspx but there is no working solution.
Resolved
I've managed to resolve this as installed Azure Tools 2.2 on a new machine with fresh installed VS 2013. Not sure what caused the issue.
I found that if my site name contains a - sign, the remote debugger will not work.
The remote debugger worked when I switched to a site name without the '-' sign.
The error isn't very forthright.
I found the answer from Twitter https://twitter.com/martinhelgesen/status/410363288132657152
Basically just open up ports 4016 and 4018 and things should work.

Resources