Packaging and Deployement

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
2/13/2012 2:50:49 PM
Gravatar
Total Posts 40

Packaging and Deployement

I was reading this post in the developer docs and went on to read this article that it linked to. On Package/Publish Web you would want to make sure that "All files in this project folder" is selected in the Items to deploy dropdown correct? Will this also include the user.config file?

2/13/2012 3:02:26 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Packaging and Deployement

Yes, that's the correct setting, but the ExcludeFilesFromDeployment section in mojoPortal.Web.csproj specifically excludes the user.config file from deployment (among a lot of other files and folders). There's a good chance that if you are deploying to both a development and production environment, they will have different user.config files, so that shouldn't be deployed with the compiled code.

Jamie

You must sign in to post in the forums. This thread is closed to new posts.