files to deploy

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/9/2009 3:32:51 AM
Gravatar
Total Posts 13

files to deploy

For my development I locally in the project mojoportal.Web a directory where I created a few pages .aspx.

When the compilation was successful which files should I update on the production web server?

- myPage.aspx - myPage.aspx.cs - myPage.aspx.designer.cs - mojoPortal.Web.dll

And what else?

Thanks

9/9/2009 6:47:10 AM
Gravatar
Total Posts 18439

Re: files to deploy

Hi,

I really don't recommend adding things to the mojoportal projects, you should use your own projects for all custom code.

See this document for information about how I package files for deployment to production.

Hope it helps,

Joe

9/9/2009 7:41:20 AM
Gravatar
Total Posts 13

Re: files to deploy

 

Thank you very much.

I know this is not a recommended practice but this is an urgent need very specific that will not remain in the state.

 I will use as soon as possible the recommended procedure with Unleash It.

 My  "temporary bad practice" is it still possible? which files should I deploy?

 

Thanks

9/9/2009 1:54:07 PM
Gravatar
Total Posts 18439

Re: files to deploy

I mean if you're compiling it into mojoPortal.Web.dll then it seems you only need the new dll and your .aspx file, no C# source code is deployed when using the pre-copiled dll model.

Hope it helps,

Joe

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