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.
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.
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
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
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?
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.