Copy App_GlobalResources on deployment
Posted
by richard
on Stack Overflow
See other posts from Stack Overflow
or by richard
Published on 2009-12-06T16:36:56Z
Indexed on
2010/04/14
4:53 UTC
Read the original article
Hit count: 238
Hello,
I have an ASP.NET web application which was previously published using the Publish feature of VS2008.
Recently I switched to "Web Deployment Projects" for VS2008. When deploying I noticed that the ~/App_GlobalResources directory is not copied to the release folder on build anymore.
How can I make sure the App_GlobalResources directory is copied along?
© Stack Overflow or respective owner