----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Sangeeta_Sundaresh Message 1 in Discussion Hi I would like to use the MS Access as back end database in my ASP.NET 1.1 project. I am able to connect to the database when i am using the connection string in the code behind page only. for example Private Shared connectionstring As String connectionstring = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\MyVirtualFolder\MyProject\MyDatabase.mdb;User ID=;Password=;" but when I want to put the connectionstring into web.config, in <AppSettings> Section, It is giving me problem. <AppSettings> <add key="connectionstring" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=???how do i give (path to my .mdb file);User Id=; Password=;"></add> </AppSettings> How do I give the path as the application root in the web.config? secondly, If I want to host my webpages online what care should I take care? What settings I should ask my webpage(s) hosting people to set in their IIS? where should I keep my .mdb file? please guide me bye ss ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
