About 7,080 results
Open links in new tab
  1. HttpContext.Current.User.Identity.Name is null on the server

    Dec 7, 2006 · Using HttpContext.Current.User.Identity.Name works, but it only works locally. When I run the application on the server, (from my machine, pointing to the server URL) the …

  2. VB.NET, SqlClient issue, connection string not valid?

    Aug 26, 2014 · You can put all users that login to the Windows Domain, that's asuuming you are using Window Domain, into a User Group call it MRP. The MRP user group can be set as a group that can …

  3. On-prem MFA as primary authentication in ADFS

    Sep 20, 2017 · The configurations in ADFS I have explored so far always needs user-ID + password for authentication. We are developing an internet based login page where we do not want the user to …

  4. What is the Windows Filtering Platform??

    Nov 5, 2008 · I have been getting a ton of these errors, not all to the same file. Anyone have any idea what is causing them? Or more importantly how to eleminate them? (Windows 2008 RC1, IIS 7.0, …

  5. Azure AD B2C - "invalid_grant" when accessing "/token" authorization ...

    May 28, 2019 · The [application_client_id] is copied from the CLIENT ID box in my application configuration. The user I'm authenticating has Global Admin role. After successful login I receive as …

  6. Wifi Proteceted Setup (WPS) implementation in native wifi driver usb

    Oct 19, 2012 · I am trying to develop a wifi driver for my adpter, based on the reference "native wifi usb driver". WPA and WPA2 are working. Now I am trying to add support for Wifi Protected Setup (WPS). …

  7. User.Identity.Name Not Working on Production Server

    Oct 7, 2021 · to capture the users windows login. This works when I am testing the site in the Visual Studio dev server but when I publish that out to the production server I get "False" and no user id. …

  8. Coded UI/CUIT - FailedToLaunchAPplicationException for Ie 11 on …

    Apr 27, 2017 · The problem is on a Windows 10 Enterprise 64 bit machines. It works fine on our Windows 7 64bit machines. Coded UI will run perfectly if I start a CUIT after opening the browser …

  9. Who stopped my SQL Services - social.msdn.microsoft.com

    Dec 7, 2019 · You could check the Windows Event viewer->Windows Log->Application log. Event ID 17148 shows shutdowns initiated by the Service Control Manager. And Event ID 17162 means SQL …

  10. BCP Connection Error: SQLState = 28000, NativeError = 18456

    Nov 19, 2009 · a) If using SQL Server authentication in which case you have to specify your SQL Server login and password, say your SQL Server login ID is user and password is pass then you should …