ConfigHi
(1)
UK
(1)
Machine
(1)
Config
(1)
Connection
(1)
Production
(1)
Generation
(1)
Procedure
(1)

please any one clarify

Asked By tyaga
24-Jan-07 01:47 AM
can we write connection string in Machine.config .if yes whats the
procedure.

as of now im using to write connection strings in Web.Config which one
is efficient either Machine.Config or Web.config

Hi,In general you should NOT use machine.

Asked By Gerry Hickman
31-Jan-07 05:56 PM
Hi,

In general you should NOT use machine.config for this because those
settings are ONLY for that machine, whereas web.config (or dynamic
generation in code) will allow you to move the app all over the place
and publish it to production servers.



--
Gerry Hickman (London UK)
Post Question To EggHeadCafe