System.Security.SecurityException. Plzz Help

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.
11/3/2007 7:02:27 AM
Gravatar
Total Posts 18409

Re: System.Security.SecurityException. Plzz Help

As I mentioned in my previous post. I think to use the newer version of MySql connector the mojoPortal code would have to be re-compiled against that version. I will do that for you and send you an email with a new mojoPortal.Data.dll in a little while.

Joe

11/3/2007 7:25:09 AM
Gravatar
Total Posts 17

Re: System.Security.SecurityException. Plzz Help

Hey Joe!

Thts so nice of you. Thank you.

Can you plzz email tht Dll file to me on this email Address --> kunjan@creativityinsight.com

Thnx alott.

 

11/3/2007 9:11:44 AM
Gravatar
Total Posts 17

Re: System.Security.SecurityException. Plzz Help

Hey ! Joe.

Finally it Worked. and successfully install the CMS on webserver.

But When i m opening Admin menu it shows this error.

---------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Unknown server tag 'portal:OpenIDLoginControl'.

Source Error:

Line 37:


Line 38:
Line 39:
Line 40:
Line 41:


Source File: /Secure/Login.aspx Line: 39

11/3/2007 9:17:53 AM
Gravatar
Total Posts 18409

Re: System.Security.SecurityException. Plzz Help

Open the /Secure/Login.aspx file with a text editor and chop out this part:

<portal:OpenIDLoginControl id="oidLogin" runat="server"></portal:OpenIDLoginControl>

I will update the Medium trust documentation to include this info now.

Best,

Joe

11/5/2007 12:22:31 AM
Gravatar
Total Posts 17

Re: System.Security.SecurityException. Plzz Help

Hey! Joe

 

Thnx Alott. Login screen now comes up.

But facing weired problem now, I can't Login with the admin@admin.com(Email) and admin(password).

For database installation what i have done is that, first of all i setup my site with all pages at local machine, and then from there I export a complete database SQL file(with all tables) from MYSQL and I just import that file into my online Mysql server Database. So, all my settings and Pages are showing up in My Website.

The website is showing up perfectly, But i can't able to Login in Admin menu.

Plzzz Help me out in this....... 

11/5/2007 6:08:42 AM
Gravatar
Total Posts 18409

Re: System.Security.SecurityException. Plzz Help

You are not seeing an error just login failure?

Are you sure you didn't change the password when it was running on your local machine? I would look in the mp_Users table and verify your password. Also make sure FailedPasswordAttemptCount is 0 and IsLockedOut is 0.

If you previously set it to encrypt passwords then you may need to manually change that back in the mp_Sites table by setting PasswordFormat = 0 then manually set a new password in mp_Users table. Once you get it working again you can set it back to use encrypted passwords if you want to.

If there is any error happening you can find it in /Data/currentlog.config file

Hope it helps,

Joe

 

11/5/2007 6:11:17 AM
Gravatar
Total Posts 18409

Re: System.Security.SecurityException. Plzz Help

Also be sure you are not running any privacy guard type software that might be blocking cookies on the internet by default but not on localhost. Even things like google toolbar can cause this if the settings for privacy are strong. If you are using IE, try Firefox, or if using Firefox try IE.

 

Joe

11/16/2010 7:00:29 AM
Gravatar
Total Posts 4

File system permissions problems found

The content that belongs here is too complex to display securely.
You must sign in to post in the forums. This thread is closed to new posts.