When I move an app to production I always have to change my config file. In
the 2.0 framework I suddenly have two config files:
SearchEngine.exe.config
SearchEngine.vshost.exe.config
What is the vshost file for?
Here is an explanation:
http://blogs.msdn.com/dtemp/archive/2004/08/17/215764.aspx
> When I move an app to production I always have to change my config file.
> In
[quoted text clipped - 3 lines]
>
> What is the vshost file for?
Arne - 30 Dec 2005 15:31 GMT
What is the vhost file doing in my release directory? It makes sense in the
debug directory.
So the vhost file doesn't need to be deployed?
> Here is an explanation:
> http://blogs.msdn.com/dtemp/archive/2004/08/17/215764.aspx
[quoted text clipped - 6 lines]
> >
> > What is the vshost file for?