About 2,380 results
Open links in new tab
  1. User realm discovery failed - social.msdn.microsoft.com

    Feb 1, 2017 · User realm discovery failed at step 119 indicates NATVM does not have Internet connectivity. This is typically due to the following reasons: 1. Static IP, but NATVMStaticIP and …

  2. WEBAPP_STORAGE_HOME variable - social.msdn.microsoft.com

    Oct 18, 2018 · It's written in documentation, that $ {WEBAPP_STORAGE_HOME} is an environment variable in App Service that is mapped to persistent storage for your app. What should this variable …

  3. IIS Home Directory Tab settings - social.msdn.microsoft.com

    Sep 28, 2021 · Open IIS >> expand web sites >> right click on web site/folder name in question >> Properties >> click on "Directory" tab >> under "Applicastion Settings" section click on button …

  4. URL.Action in external js file - social.msdn.microsoft.com

    Jan 28, 2016 · How can I use the code above into external javascript file?

  5. Azure SQL - Static Data Masking - social.msdn.microsoft.com

    Oct 25, 2019 · I’m working in a project to implement the same and I want to know how others have implemented this need. I’m aware of Dynamic Data Masking which is available via the Portal for …

  6. about azure process server vm - social.msdn.microsoft.com

    May 19, 2016 · It also handles push installation of the Mobility service to protected machines, and performs automatic discovery of VMware VMs. As your deployment grows you can add additional …

  7. KRB_AP_ERR_MODIFIED error connecting to SQL from some servers …

    Jan 9, 2019 · SPNs look ok when checking with the Kerberos Configuration Troubleshooting tool (and the fact that other servers in the same environment are working (there are multiple working, and …

  8. MEF DirectoryCatalog is not working in Azure App Service

    Jan 11, 2017 · Additionally, we are using MEF for dynamic discovery (which has a dependency on the assemblies in the bin directory of the top-most application in one's solution).

  9. SSRS Homepage Cloning or Opening as Plain Text

    Feb 6, 2019 · Secondly Once i get the server running properly (visually), when i click on a report on the main page or from within a folder (say test) the report starts loading and then within directory portion …

  10. return View () is returning a model - social.msdn.microsoft.com

    Oct 7, 2021 · I have a view, when I post it, their inputs back filled, but in my controller I return View () not View (model). I try to return View (new ModelClass ()) too, but the view still return filled.