EDGE Browser (public release) Getting Login failed for NT AUTHORITY\ANONYMOUS LOGON

  • Thread starter Thread starter Andre Uys
  • Start date Start date
A

Andre Uys

Guest
I am re posting this from here,

I ended up rolling back to the laste EDGE version that shipped with WIN 10


Trying to access websites hosted on intranet (IIS) that has ASP.net web app with SQL Server backend using the latest EDGE (downloaded V 79.0.309.68 (official build)


All browsers connect fine (IE, Firefox, Chrome) but EDGE will not connect and returns the NT AUTHORITY\ANONYMOUS LOGON error.


IIS uses ASP.net Impersonation with Windows Authentication (Providers Negotiate and NTLM)


Used XXXX to obscure some data



Server Error in '/xxxxxx Application.


Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

Source Error:


An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.



Stack Trace:




[SqlException (0x80131904): Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.]

System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +1338

System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +159

System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +382

System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +307

System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +198

System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +422

System.Data.SqlClient.SqlConnection.Open() +1032

XXXXX2._0.Helpers.LogNavigate(String pageUrl, String username) in C:\Users\xxxxxx\Documents\Visual Studio 2019\XXX2.0\XXXX2.0\XXX2.0\Helpers.cs:62

XXXXX2._0.Default.Page_Load(Object sender, EventArgs e) in C:\Users\xxxxxx\Documents\Visual Studio 2019\XXXX 2.0\XXXXX2.0\XXXX2.0\Default.aspx.cs:97

System.Web.UI.Control.OnLoad(EventArgs e) +99

System.Web.UI.Control.LoadRecursive() +154

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4082

Thank you

Continue reading...
 

Similar threads

B
Replies
0
Views
11
B.N. (SHS TE DC IND DI-SY SA)
B
B
Replies
0
Views
12
B.N. (SHS TE DC IND DI-SY SA)
B
R
Replies
0
Views
40
robertjohn5
R
R
Replies
0
Views
41
robertjohn5
R
H
Replies
0
Views
42
hassanmushtaq1
H
Back
Top