Using fulltrust config=Regex error; Using medium trust casues 500 internal server error

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/18/2010 9:12:43 AM
Gravatar
Total Posts 5

Using fulltrust config=Regex error; Using medium trust casues 500 internal server error

Hi,

I am migrating my site from an internal server to CrystalTech. New system is a Win 2008 server with .NET 4.0 and MS SQL Server 2005. Using fulltrust web.config that worked on the internal machine I get the 'Cannot subset Regex. Only support if both patterns are identical' error. Following some of the other posts here I switched to medium trust, changed EnableOpenIDAuthentication=false and removed the dll specified. Now using medium trust config I get a 500 internal server error. I am not even able to browse to simple .htm files on the server now. Any ideas?

Thanks

Alec

5/20/2010 1:04:26 PM
Gravatar
Total Posts 18439

Re: Using fulltrust config=Regex error; Using medium trust casues 500 internal server error

You didn't mention what version of mojoPortal.

The 2.3.4.3 release of mojoPortal includes Web.config files for 4.0 .NET, Web.net4.config and Web.mediumtrust.net4.config, you probably need to use the Web.mediumtrust.net4.config, backup or rename the current Web.config and try renaming one of the net4 versions to Web.config

demo.mojoportal.com is running on .NET 4 but some others have reported problems getting it working.

The next release of mojoPortal will have separate packages for 3.5 and 4.0 .NET wheres the current release is really compiled for 3.5 but can work in 4.0 using one of the net4 config files.

Hope it helps,

Joe

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