For now, it's not possible, we will see in future version. If you want to patch your version look in IBatisNet.DataMapper\Configuration\DomSqlMapBuilder.cs line 265.
-Gilles On Mon, 31 Jan 2005 16:42:17 +0100, Jean Guillaume LALANNE <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Isn't it possible to change the location of the providers.config file by > setting an application global variable in the web.config file? > > I haven't found yet the class where the providers.config file is loaded. > > > > Thanks in advance for your help > > > > Regards > > > > Jean-Guillaume > > > ________________________________ > > > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > De la part de Kit Cragin > Envoyé : lundi 31 janvier 2005 15:42 > À : ibatis-user-cs@incubator.apache.org > Objet : RE: Configuration files and Web Application > > > > If I remember right, I was able to put configuration files anywhere in the > beta version, but I wasn't able to do that in the 1.0.x version (for > example, providers.config has to be in the application's base directory). > You may be able to put the files in some sub-directory under the base > directory, but I don't think you can put them somewhere outside of the base > directory. > > > ________________________________ > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, January 31, 2005 8:25 AM > To: ibatis-user-cs@incubator.apache.org > Subject: Configuration files and Web Application > > Hi everybody, > > > > I have created a Web Application that is mainly based on Ibatis.net. > > Right now all the configuration files are located close to the web.config > file in the web context folder. > > But my management wants these files to be organized in a specific folder and > they want the path of this folder configurable. > > Do you think I can do this with the ConfigueAndWatch framework? > > > > Regards > > > > Jean-Guillaume LALANNE