mssqlreleasefiles

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
5/26/2008 7:24:31 AM
Gravatar
Total Posts 3

mssqlreleasefiles

Hello people,

I am developing a web site using mojo portal. I have added new projects to the solution and it works correctly.

As I want to install everything on a server, I would like to know if it is possible to install just "mssqlreleasefiles" with my own projects, instead of every project from "sourcecode".


Thanks

Miriam
 

5/26/2008 7:43:21 AM
Gravatar
Total Posts 18439

Re: mssqlreleasefiles

Hi Miriam,

What I suggest is first copy the .sln file and rename it then you can also remove projects which you don't need. You can easily package files for deployment without any C# source code using Unleash It. You point it at the Web folder for the source and give it a target folder where it will copy the needed files (without any C# source code). After the files are copied to your target folder you can further remove any .xml files from the /bin folder, and you can delete non-MS SQL scripts from beneath /Setup/application/mojoportal-core/SchemaInstallScripts and /SchemaUpgradeScripts

After that the only thing you should do to prepare the package for instllation is in Web.config change <compilation debug="true" to false.

Hope it helps,

Joe

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