http errror 500.19

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.
4/10/2013 11:12:13 AM
Gravatar
Total Posts 118

http errror 500.19

I'm moving a mojoportal installation to a new server, win 2008 IIS 7.5 & .NET 4.0.

I get the following error 

HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

1050: <!-- Handlers for IIS 7.0 Integrated mode --> 1051: <handlers> 1052:

I've tried replacing the web.config file (using full trust) but got the same issue. I removed the <handlers> tags and everything inside, this then highlighted <modules> as an issue, removing this just referred me back to an error 500. 

I've had a look at some previous posts, but can't see a resolution.

Any ideas? 

4/10/2013 11:21:51 AM
Gravatar
Total Posts 18439

Re: http errror 500.19

That error means it is failing to load the web.config file. Any kind of typo can cause that, an extra angle bracket or a malformed comment for example. make sure you don't comment around something that already has a comment as that will cause an error.

Make sure you are using a .NET 4 app pool preferably with Integrated pipeline mode.

4/11/2013 5:43:35 AM
Gravatar
Total Posts 118

Re: http errror 500.19

Thanks, I managed to sort this, the error was to do with permissions.

However, the editor has changed, It seems to be a basic html editor. Is there any obvious reason to why this would happen? or should I just try transferring the root again? 

Also, it looks like my feed manager isn't pulling any articles through.  

4/11/2013 6:01:24 AM
Gravatar
Total Posts 118

Re: http errror 500.19

Looks like the editor issue was a result of my altering the web.config, replaced this and it's worked. Still no info articles passed into the feed manager though...

4/11/2013 6:07:47 AM
Gravatar
Total Posts 118

Re: http errror 500.19

I solved this by changing the cache time under cache settings to a higher number and then back down to the original '1'

all feeds have appeared. 

4/11/2013 6:26:52 AM
Gravatar
Total Posts 118

Re: http errror 500.19

hmm, disappeared again, it's almost like they were cached on the old server, is that the case?

4/11/2013 8:26:54 AM
Gravatar
Total Posts 118

Re: http errror 500.19

Could this be because I have the cache timer set as low as 1? not really sure what this does, but it meant that the feed manager was updating faster. 

It seems that sometimes when I log in, I get the feeds, but then i'll log out again they'll be gone, but don't always get them. 

Is there a cache folder that I need to empty or something similar?

I've tried re-creating the feed and blog postings, but still getting the problem. 

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