From: Carlos G. A. <car...@te...> - 2003-06-20 14:25:38
|
Hello: > I need help and advise on how to manage the deployment of > FirebirdSql.Data.Firebird.dll > > My web applications are starting to build and currently I have a separate > bin folder under each web app containing the > FirebirdSql.Data.Firebird.dll > > But this is not going to be easy to manage. > > I know that there is a better way to do this - I would like one central > location that I can refer to, can I put the dll in the GAC ? If so how? Actual .NET Provider installation installs the dll in the GAC yet, if you want to make it by your own you can use gacutil program that ships with .NET Framework. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |