web.config and "copy web site" issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

(Using aspnet 2.0)

I'm having problems copying my web site to my production server.

I my web.config, I have <connectionStrings>, <appSettings> etc. sections,
that must NOT overwrite my production web.config settings.

On the other hand, I have several <location path> authorization sections,
that must be copied to the production web.config.

I'm confused here.

I need some of the web.config to sync, but not the whole web.config.

How do you manage that???

Thank you in advance!

M O J O
 
Back
Top