TF30036: You are unauthorized to access https:// - visual-studio-2013

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.

Related

Kaspersky antivirus blocking Visual Studio stable build download for windows

Summary: Kasperysky is not allowing to download the Visual Studio for windows.
Platform details:
OS: Windows 10
Browser: Chrome
Browser Extension: Kaspersky protection
Steps to reproduce:
Launch Visual Studio Code
Click on "Download for Windows" button
User will be redirected to Thanks for downloading VS Code for Windows
After 3rd step we will be blocked by Kaspersky antivirus saying that "Visiting a dangerous website has been prevented" (see below image)
Actual dangerous web address which is getting blocked: https://az764295.vo.msecnd.net/stable/6cba118ac49a1b88332f312a8f67186f7f3c1643/VSCodeUserSetup-x64-1.61.2.exe
Any reason why Visual Studio download web address is showing as dangerous and totally blocking us from downloading it? Is it safe to bypass and download it? Or, any other known issues which I am unaware of?
Screenshot
That's possibly due to a fake link in an ad, or something similar. It's pretty common and I often get alerts from Avast that it blocked URL:Blacklist threats via its Web Shield, too. I wasn't testing the reproduction, but...
If this happens again when you restart the Thank You page, I would recommend you temporarily turning off the Kaspersky extension until the file is installed and the tab is closed.
If you're using Kaspersky as your antivirus too, and it detects VS as malware, report this as a false positive (if you're sure it is a false positive) and create an exception.
Think that should resolve your problem.

VS2019 install with SQL Server components causes err_connection_reset when viewing the web

I installed Visual Studio 2019 last night with SQL Server components, and now whenever I try to view web pages in Chrome, I get a connection reset error. I assume it has something to do with IIS. I tried uninstalling IIS Express, but that didn’t seem to help. I checked all my connections and everything seems to be fine. I can ping google in the command line, but for some reason I just can’t view the web. Does anyone have any ideas?
Maybe your services are turned off, try entering the task manager with CTRL + ALT + DELETE, and look for SERVICES, the SQL SERVER server you are using, and check if it is stopped.
VS2019 install with SQL Server components causes err_connection_reset
when viewing the web
This is not expected behavior after VS installation. Maybe something in that installing process modified your IE settings.
Try resetting all IE options(IE options=>Advanced=>Reset) and reinstall Chrome browser.
I fixed this by removing all Visual studio installations and reinstalling VS 2019.

Can't edit the TFS buid definition through the VPN

I am an administrator on TFS. If I am in the office (connected to the domain directly) I can change the build definition easily, but when I use VPN it says "Downloading Custom Assemblies" and never finishes downloading. What is the problem with that? Does anybody encounter this issue?
Is it the same machine? If not make sure you have upgraded VS 2013 to at least update 2, I've seen this problem with vanilla VS 2013 installations.
If it is the same machine you could try adding the URL for the TFS server to the trusted sites in your internet options.
If that doesn't work then it's probably a proxy server preventing the download of binary files. You need to speak to your network team and ask them for some help

Can no longer access TFS from workstation

All of the sudden I can no longer access my TFS 2010 server. It is on the same network as my laptop. I have made no changes to anything. I worked on it one day and then the next day VS2012 and 2010 can't connect. I can also not connect to the web UI from the outside either.
I have VS2010 installed on my server and it can connect just fine. I have looked at my services on my laptop and found nothing about TFS or Visual Studio.
What I have tried.
Restarting the server
Restarting my laptop.
Resetting the TFS user account on my server.
Restarting the web server that TFS runs under.
Checked the server logs for errors.
ipconfig /flushdns
Using VS2010 and VS2012. With all updates.
Turned off Bitdefender firewall.
Firewall on server is turned off.
Ping server name. This works.
RDC into server via same server name. This works.
Connecting to TFS from VS2010 on the server. This works.
I would say this is a DNS issue but I can get to my server just fine except when TFS is involved. It seems like there is a communication issue from an outside source to TFS.
Any ideas on why access from any other source than the server would just stop?
I use Bitdefender too and for my final hope to solve this problem, I went to Control Panel > Uninstall a program > and Repair the Bitdefender, TFS came back!
While Bitdefender was repairing, I was able to access TFS Web site in the same network. Restarted Windows and the problem didn't show up again.
Hope this helps!

IIS does not list a web site that matches the launched URL

I have sharepoint 2013 application deployed on IIS. When I want to start debugging, I face this error:
"Unable to start debugging on the web server. IIS does not list a web site that matches the launched URL".
I found a few solutions for this issue, but none work for me. The solutions I found:
VS should be running as Administrator. I did that.
Windows Authentication should be enable on IIS. I did that.
'IIS Metabase and IIS 6 configuration compatibility' should be turn on in the Windows features. I did that.
It still doesn't work. Any other solutions? Please help me.
Try to start Visual Studio under administration account by choosing Run as administrator.
If nothing works as above said solutions , try this out
Start >> Control Panel >> Click Programs
Click Turn Windows features on or off.
In the User Account Control dialog box, click Continue
Expand Internet Information Services, expand Web Management Tools, and then expand IIS 6 Management Compatibility
Click to select the IIS Metabase and IIS 6 configuration compatibility check box, and then click OK.
I had this same problem.
I was trying to move my solution to a different DEV server of mine, that I don't use that often.
1.) I had not installed some of the items from the Application Development (duh, right) sections of the IIS Role Services. I ended up checking everything, but I think you only need ASP.NET
2.) I installed the asp.net and web tools 2013 available by clicking here

Resources