﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - NT AUTHORITY\ANONYMOUS LOGON</title><link>http://www.intersoftsolutions.com/Community/WebGrid/NT-AUTHORITYANONYMOUS-LOGON/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>NT AUTHORITY\ANONYMOUS LOGON</title><link>http://www.intersoftsolutions.com/Community/WebGrid/NT-AUTHORITYANONYMOUS-LOGON/</link><pubDate>Fri, 16 Apr 2010 03:37:36 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebGrid</category><description>&lt;p&gt;A quick search in google with the error message you encounter resulted in this &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/transactsql/thread/8ec97763-c978-48dd-a92c-4b47e6a959d7" target="_blank"&gt;article&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The article solution for the issue you encounter is setting up mapping between logins using sp_addlinkedsrvlogin&lt;br /&gt;&lt;/p&gt;</description></item><item><title>NT AUTHORITY\ANONYMOUS LOGON</title><link>http://www.intersoftsolutions.com/Community/WebGrid/NT-AUTHORITYANONYMOUS-LOGON/</link><pubDate>Wed, 14 Apr 2010 11:18:50 GMT</pubDate><dc:creator>vangeloni</dc:creator><category>WebGrid</category><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;we found a problem during the tests of our web application that use the Intersoft components.&lt;br /&gt;We think that the problem is not due to the Intersoft components, but may be someone has just seen a similar problem and can give us a hint, to resolve it.&lt;br /&gt;&lt;br /&gt;Our web application is deployed on IIS7 and we have experienced that the application works correctly if the IIS and SQL Server 2008, to which we connect, are on the same machine.&lt;br /&gt;Unfortunately we have experienced that if IIS7 and SQL Server 2008 are on two different machines, we find a problem of authentication and we get the following error launching the web application.&lt;br /&gt;&lt;br /&gt;When you have the IIS on which the web application runs and SQL Server on two different machines, have you ever experienced a similar problem ?&lt;br /&gt;&lt;br /&gt;Thanks a lot for your help and suggestions.&lt;br /&gt;&lt;br /&gt;Server Error in '/ISV/Speedy/SpeedyPlusOrderGridPr00016' Application. &lt;br /&gt;________________________________________&lt;br /&gt;Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. &lt;br /&gt;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. &lt;br /&gt;&lt;br /&gt;Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.&lt;br /&gt;&lt;br /&gt;Source Error: &lt;br /&gt;&lt;br /&gt;Line 13742: if (((command.Connection.State &amp; global::System.Data.ConnectionState.Open) &lt;br /&gt;Line 13743: != global::System.Data.ConnectionState.Open)) {&lt;br /&gt;Line 13744: command.Connection.Open();&lt;br /&gt;Line 13745: }&lt;br /&gt;Line 13746: object returnValue;&lt;br /&gt;&lt;br /&gt;Source File: C:\Fabio\MainTrunk\SpeedyCrm\OrderlineGrid\DataSet1.Designer.cs Line: 13744 &lt;br /&gt;&lt;br /&gt;Stack Trace: &lt;br /&gt;&lt;br /&gt;[SqlException (0x80131904): Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.]&lt;br /&gt; System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) &amp;#43;4844759&lt;br /&gt; System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) &amp;#43;194&lt;br /&gt; System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) &amp;#43;2392&lt;br /&gt; System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) &amp;#43;35&lt;br /&gt; System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) &amp;#43;144&lt;br /&gt; System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) &amp;#43;342&lt;br /&gt; System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) &amp;#43;221&lt;br /&gt; System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) &amp;#43;189&lt;br /&gt; System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) &amp;#43;185&lt;br /&gt; System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) &amp;#43;31&lt;br /&gt; System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) &amp;#43;433&lt;br /&gt; System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) &amp;#43;66&lt;br /&gt; System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) &amp;#43;499&lt;br /&gt; System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) &amp;#43;65&lt;br /&gt; System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) &amp;#43;117&lt;br /&gt; System.Data.SqlClient.SqlConnection.Open() &amp;#43;122&lt;br /&gt; Wuerth.Phoenix.Speedy.OrderlineGrid.DataSet1TableAdapters.APRCollectionTableAdapter.modifiableAPRCollectionCount(Nullable`1 accountId) in C:\Fabio\MainTrunk\SpeedyCrm\OrderlineGrid\DataSet1.Designer.cs:13744&lt;br /&gt; Wuerth.Phoenix.Speedy.OrderlineGrid.OrderPositionsGrid.enablePageOnOrder() in C:\Fabio\MainTrunk\SpeedyCrm\OrderlineGrid\OrderPositionsGrid.aspx.cs:615&lt;br /&gt; Wuerth.Phoenix.Speedy.OrderlineGrid.OrderPositionsGrid.Page_Load(Object sender, EventArgs e) in C:\Fabio\MainTrunk\SpeedyCrm\OrderlineGrid\OrderPositionsGrid.aspx.cs:125&lt;br /&gt; System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) &amp;#43;14&lt;br /&gt; System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) &amp;#43;35&lt;br /&gt; System.Web.UI.Control.OnLoad(EventArgs e) &amp;#43;99&lt;br /&gt; System.Web.UI.Control.LoadRecursive() &amp;#43;50&lt;br /&gt; System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) &amp;#43;627&lt;br /&gt;&lt;br /&gt;________________________________________&lt;br /&gt;Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>