DSC already has its own application pool. Here's the info that appears when I'm on the server. I can change the connection string so that it uses a userid and password and see if that makes a difference.
I tried about an hour ago, and my second attempt got in. I just tried from my own computer, got the generic error, tried again and got in.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
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: Cannot open database
"dotshoppingcart" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
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): Cannot open database "dotshoppingcart"
requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.]
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection
owningObject) +435
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection
owningObject) +494
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection
owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection
outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection
outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
Microsoft.Practices.EnterpriseLibrary.Data.Database.OpenConnection() +65
Microsoft.Practices.EnterpriseLibrary.Data.Database.OpenConnection() +136
Microsoft.Practices.EnterpriseLibrary.Data.Database.DiscoverParameters(DbCommand
command) +36
Microsoft.Practices.EnterpriseLibrary.Data.ParameterCache.SetParameters(DbCommand
command, Database database) +125
Microsoft.Practices.EnterpriseLibrary.Data.Database.GetStoredProcCommand(String
storedProcedureName, Object[] parameterValues) +84
DotShoppingCart.OpenSource.Core.Task.IsScheduledToRun(String host, String
taskName, Int32 intervalInMiniute, Nullable`1 startAt) in
C:\Projects\DotShoppingCartOpenSourceV2\Core\DBO\Task.cs:27
DotShoppingCart.OpenSource.OrderPipeline.TaskProvider.Proccess(String host,
IConfigurationSource cfgSrc) in
C:\Projects\DotShoppingCartOpenSourceV2\OrderPipeline\OrderPipeline\TaskProvider.cs:50
DotShoppingCart.OpenSource.OrderPipeline.ProcessorProvider.Run() in
C:\Projects\DotShoppingCartOpenSourceV2\OrderPipeline\OrderPipeline\ProcessorProvider.cs:37
Microsoft.Practices.EnterpriseLibrary.Data.Database.OpenConnection() +136
Microsoft.Practices.EnterpriseLibrary.Data.Database.DiscoverParameters(DbCommand
command) +36
Microsoft.Practices.EnterpriseLibrary.Data.ParameterCache.SetParameters(DbCommand
command, Database database) +125
Microsoft.Practices.EnterpriseLibrary.Data.Database.GetStoredProcCommand(String
storedProcedureName, Object[] parameterValues) +84
DotShoppingCart.OpenSource.Core.DbFileBase.GetTimeStamp(String host, Object
key, SqlCacheDependency& dep) in
C:\Projects\DotShoppingCartOpenSourceV2\Core\DBO\DbFileBase.cs:90
DotShoppingCart.OpenSource.Core.DbFileBase.GetFile(String host, Object key)
in
C:\Projects\DotShoppingCartOpenSourceV2\Core\DBO\DbFileBase.cs:66
DotShoppingCart.OpenSource.Core.DSCPage.OnPreInit(EventArgs e) in
C:\Projects\DotShoppingCartOpenSourceV2\Core\DSCPage.cs:48
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint) +663
|