Search This Blog

Friday, October 22, 2010

How to override web.config for subfolder?

If you have website and there might be subfolder that also contains website then there might be also web.config.

When you try to run subfolder site it creates problem related connectionstring if connectionstring is with the same name.


So you just have to add tag in both web.config so your both website running well.

No comments:

Post a Comment