Import Application Package 'enable32bitapponwin64' is not a valid attribute of the deployment object 'createapp'

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.
1/17/2011 7:31:49 AM
Gravatar
Total Posts 18439

Re: Import Application Package 'enable32bitapponwin64' is not a valid attribute of the deployment object 'createapp'

There is nothing wrong with using sql logins, 99% of all web hosts will use sql logins not windows logins for database connection strings.

Web Platform Installer only works with sql authentication not windows.

If you install SQL Server using Platform Installer it will make it use mixed mode authentication (both windows and sql) but if you installed it separately it may default to windows only, but what you did is correct, you enabled mixed mode so it can use sql authentication. There is no reason to change it back.

Hope it helps,

Joe

12/7/2011 6:04:14 AM
Gravatar
Total Posts 1

Re: Import Application Package 'enable32bitapponwin64' is not a valid attribute of the deployment object 'createapp'

I am facing same problem; when i try to deploy from 'web deploy 2'

OS: windows server 2008 ent 64 bit

Database: MySQL

IIS7 with web deploy 2.0

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