Questions tagged [mojoportal]

MojoPortal is an open source content management system (CMS) and web site framework for .NET plateform on Windows or Mono on Linux.

MojoPortal is an ASP.NET Website written in C# programming language. The CMS supports plugins and has built-in support for, among others, Forums, Blogs, Photo galleries, an E-commerce feature, Event Calendar, Google Maps, Chat, Secure File Sharing, Newsletter, Surveys etc. . MojoPortal supports 5 database platforms, MS SQL, MySql, SQLite, PostgreSql, and Firebird Sql.

14 questions
23
votes
2 answers

Does umbraco work on mono?

I'd like to run Umbraco on Mono. Is this possible?
Yuri Abele
  • 350
  • 2
  • 8
15
votes
5 answers

mojoPortal OR Umbraco?

I have been look around for Free/Open Source ASP.NET CMS / Portal systems for a while now, and have seived it down to two different ones. Umbraco - http://umbraco.org mojoPortal - http://www.mojoportal.com Both look excellent and have different…
YodasMyDad
  • 9,248
  • 24
  • 76
  • 121
2
votes
3 answers

Windows LiveID "Couldn't sign you out" error at sign-out

I'm implementing LiveID authentication on my website. I've done it before, but not on this particular platform, MojoPortal. The sign-in works properly, but when I attempt to sign-out, I get the error message quoted below. My browser is not…
Jason Kleban
  • 20,024
  • 18
  • 75
  • 125
2
votes
2 answers

Chrome downloads .aspx file rather than viewing it

I'm trying to install mojoportal on my server (externally hosted) but when I go to the .aspx page the browser just downloads it where it should be loading it properly like a web page. Whats wrong? The file it's trying to load is: <%@ Page…
googleyberry
  • 73
  • 3
  • 10
1
vote
5 answers

Access a network share from an asp.net app. Works in Visual Studio but not in IIS, why?

I have a network share in the intranet that allows write access to everyone (guest) So, i wrote a program (mojoportal module, anyway it's the same, i think) in c# that writes some files in that path, and in visual studio works great. Now, using the…
Magnetic_dud
  • 1,506
  • 2
  • 22
  • 36
1
vote
1 answer

Web User Control Hide elements after submit

I have a web user control displayed through mojoportal. I have an if condition that checks for IsPostback and hides elements accordingly. I also have an Updatepanel which displays or hides a checkbox according to the selected value of the…
Shaumux
  • 735
  • 11
  • 25
1
vote
1 answer

Azure Active Directory Single Sign On

I have a few websites that are running mojoPortal and Yet Another Forum, and several custom websites with ASP.net web forms (vb.net). I plan to add additional ASP.net websites too. I would like to have a single sign on for all sites, be able to…
0
votes
1 answer

mojoportal - do i need the source code?

I just inherited a site built on the mojoPortal CMS but we don't have the source code. Do I need it to continue developing the site? It seems like I do, but I'm wondering if there are any workarounds (something stored in the db?) that I'm unaware of…
Mark B
  • 1,166
  • 1
  • 19
  • 31
0
votes
1 answer

mojoPortal Process after Recover Password

The current process after hitting the submit button (in recoverPassword.aspx) is when a valid username is entered it will show a sentence that "email has been sent...", and the textbox will disappear and when an invalid username is entered the…
0
votes
1 answer

What is the correct way to transfer database in mojoportal?

I have exported the database from the server and imported it on my local pc. I have changed the connection string in my user.config file. The database is the same. But after that when I visit any page in my mojoportal project, it shows me an error…
Mahbub Moon
  • 491
  • 2
  • 8
0
votes
1 answer

Attach js into mojoPortal

I have wrote JS calculator and need include it into mojoPortal site. I have upload js files to directory /calculator/ and add script tags at page content. But when browser request http://example.com/calculator/calculator.js it get 500 error: Runtime…
gvozd1989
  • 300
  • 1
  • 16
0
votes
1 answer

.net ascx control not retaining value on postback (mojoPortal)

I'm making a custom module for mojoPortal CMS which needs to allow the client to add an affiliate into the database. As far as I can tell, this requires creating a .ascx file and then installing that using the administration toolbar in the Web…
huwf
  • 153
  • 1
  • 1
  • 5
-1
votes
1 answer

Can't Compile MojoPortal on Mono: /usr/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(5,5): Error MSB3073

I'm trying to compile MojoPortal on Linux for MySQL for Mono. My aim is to be able to be able to create a web application that runs on both Windows and Linux servers using Microsoft technologies. I'm fully aware that MojoPortal hasn't supported Mono…
Sea Jay
  • 113
  • 4
-1
votes
1 answer

How do i merge the Facebook Connect with existing website's authentication?

Im testing something on a MojoPortal where i need to seperately add a Facebook connect button and make the user get registered with the website's registration! How do i do that?