2Fast2BCn
11-09-2004, 01:31 AM
'E:\web\allnicebe02\htdocs\ambo\_database\amboDB.m db' 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: 'E:\web\allnicebe02\htdocs\ambo\_database\amboDB.m db' 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:
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.
After I get this error, I upload the same (unchanged) "Web.conf"-file and the error is gone for some time...
After a while the errorisback
Is there a way to solve this problem?
It's like the database url changes while using the webapplication. I extract the database url in my "global.asax"-file in the "Application_Start"-methode. By using Server.MapPath("../")+relativePath
www.allnice.be (http://www.allnice.be)
Post Edited (2Fast2BCn) : 11/9/2004 1:35:44 PM GMT
Exception Details: System.Data.OleDb.OleDbException: 'E:\web\allnicebe02\htdocs\ambo\_database\amboDB.m db' 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:
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.
After I get this error, I upload the same (unchanged) "Web.conf"-file and the error is gone for some time...
After a while the errorisback
Is there a way to solve this problem?
It's like the database url changes while using the webapplication. I extract the database url in my "global.asax"-file in the "Application_Start"-methode. By using Server.MapPath("../")+relativePath
www.allnice.be (http://www.allnice.be)
Post Edited (2Fast2BCn) : 11/9/2004 1:35:44 PM GMT