Server Error in '/' Application.

'd:\home\h441883.winp016.arubabusiness.it\dantezamuner.it\App_Data\ecommerce.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

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.OleDb.OleDbException: 'd:\home\h441883.winp016.arubabusiness.it\dantezamuner.it\App_Data\ecommerce.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

Source Error:


Line 117:            OleDbCommand command = connection.CreateCommand();
Line 118:            command.CommandText = "SELECT UnitCost, ModelNumber, ModelName, ProductImage, Description, Description_EN, Description_DE, Description_L4 FROM CMRC_Products where [ProductID] = " + productID;
Line 119:            connection.Open();
Line 120:            OleDbDataReader reader = command.ExecuteReader(CommandBehavior.CloseConnection);
Line 121:

Source File: d:\home\h441883.winp063.arubabusiness.it\dantezamuner.it\App_Code\Components\ProductsDB.cs    Line: 119

Stack Trace:


[OleDbException (0x80004005): 'd:\home\h441883.winp016.arubabusiness.it\dantezamuner.it\App_Data\ecommerce.mdb' is not a valid path.  Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.]
   System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +334
   System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +92
   System.Data.ProviderBase.DbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) +24
   System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) +38
   System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +531
   System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +156
   System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +22
   System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +19
   System.Data.OleDb.OleDbConnection.Open() +43
   ASPNET.StarterKit.Commerce.ProductsDB.GetProductDetails(Int32 productID) in d:\home\h441883.winp063.arubabusiness.it\dantezamuner.it\App_Code\Components\ProductsDB.cs:119
   ASPNET.StarterKit.Commerce.ProductDetailsPage.Page_Load(Object sender, EventArgs e) in d:\home\h441883.winp063.arubabusiness.it\dantezamuner.it\applicazioniweb\ecommerce\ecommerce-aspx\ProductDetails.aspx.cs:40
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0