About 5,390 results
Open links in new tab
  1. Authorization users - social.msdn.microsoft.com

    Oct 7, 2021 · Also note that if you are running the setspn.exe command on a Windows 2000 machine, use the -A switch instead of the -S switch. After you set the SPN for the HTTP service to the domain …

  2. PowerShell Add-AzureAccount and authentication_failed

    Jan 30, 2014 · The Add-AzureAccount command opens a browser dialog with text "The system cannot locate the resource specified". The log on screen does not appear.

  3. Deny public access to Azure PostgreSQL Service

    Jan 25, 2019 · "Once service endpoints are enabled in your virtual network, you can secure Azure service resources to your virtual network by adding a virtual network rule to the resources. This …

  4. Allowing any origin with CORS - social.msdn.microsoft.com

    Oct 7, 2021 · 1. `HttpContext.Current` was removed in ASP.NET Core. You could directly u se HttpContext from a controller. You could use theIHttpContextAccessorhelper service to get the HTTP …

  5. How to start a screensaver from a service - social.msdn.microsoft.com

    Apr 21, 2011 · In your system service create a global named auto-reset event, set its state to non-sginaled. Make sure to adjust the security descriptor for this event to be read and synchronized by …

  6. does not have permission to perform action …

    Feb 9, 2019 · Please check if enabling below Advance Access Policy in Access Policies of the key vault helps to resolve the issue.

  7. Azure deployment slots RBAC - social.msdn.microsoft.com

    Jan 12, 2016 · This way your developers don't have access to the portal to make unwanted changes to the environment but they have full control to update the web site as needed.

  8. Error VS30063: Can't access to my own localhost TFS with an agent

    Oct 19, 2015 · Nothing of that works. I can properly access my collection, and every TFS feature from my machine. I've got every permission granted to my account and LOCAL SERVICE account (which …

  9. Access to the path is denied while doing a Force Get (on IDE or …

    Aug 4, 2011 · In the case of the AV, I'm not sure if that can be done, I don't have access to turn off the AV, but in any way I don't think it should be affecting to the point that it makes my get fail?! Maybe …

  10. Process.MainModule Access Is Denied - social.msdn.microsoft.com

    Sep 24, 2014 · I'm using the System.Diagnostics.Process.GetProcessByName () to get access to a wcf service host that runs as a windows service. The process hosts multiple services and I'm trying to …