Trying to set up appXtender 5.3 for testing...I' ve got everything installed and configured - AppXtender Admin shows green checks besides everything except for Logging is Enabled.
When I try to browse http://localhost/appXtender i get the error in the subject line. Stack trace shows the following:
[Win32Exception (0x80004005): Logon failure: unknown user name or bad password]
XtenderSolutions.Configuration.CredentialsConfig.Impersonate()
XtenderSolutions.Web.UI.Content.Global.InitializeApplication()
XtenderSolutions.Web.UI.Content.Global.Application_Start(Object sender, EventArgs e)
I've added the ASPNET account to the Administrators group for troubleshooting, but it has no affect. I've also tried using impersonation using a domain account that also belongs to local Administrators, also with no luck.
Event log error shows:
Event Type: Error
Event Source: WxRender
Microsoft OLE DB Provider for SQL Server:Login failed for user ''. The user is not associated with a trusted SQL Server connection.[ImageServerConfig::ReadDBConfig]
Which confuses me because all of the datasources in AppXtender Admin work correctly, i.e. the Test button returns "connected successfully".
Anyone have any ideas (short of dynamite) ?