How do I change the name of a default .config file in a .net project
Posted
by Rising Star
on Stack Overflow
See other posts from Stack Overflow
or by Rising Star
Published on 2010-03-23T13:20:03Z
Indexed on
2010/03/23
13:23 UTC
Read the original article
Hit count: 339
I have a .net Console Application called FooConsole. When I build and deploy it, I see that the App.config
file from my project is deployed to FooConsole.exe.config
.
How can I deploy the .config file to Foo.config
instead of FooConsole.exe.config
and still have it read as the default .config file?
© Stack Overflow or respective owner