Server Error in '/' Application.

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.
10/19/2012 9:11:25 PM
Gravatar
Total Posts 4

Server Error in '/' Application.

this is a new installation on Godaddy. I have turned the  <customErrors mode="off" defaultRedirect="Error.htm"> and still do not get any details to error. As best as I can tell I am running asp.net3.5 and have used the package mojoportal-2-3-9-3-mssql-net35-deploymentfiles. Can you give me any insite as to what to look at for this.

 

thanks

timothy

10/20/2012 7:00:31 AM
Gravatar
Total Posts 18439

Re: Server Error in '/' Application.

Rename the Web.config file to Web.fulltrust.config and rename Web.mediumtrust.config to Web.config

Hope that helps,

Joe

10/20/2012 3:21:21 PM
Gravatar
Total Posts 4

Re: Server Error in '/' Application.

I changed to the medium trust web.config but with no change. Can you give any other insite or something to look at?

 

thanks

10/20/2012 3:35:27 PM
Gravatar
Total Posts 18439

Re: Server Error in '/' Application.

My first advice would be to use .NET 4 hosting and the .NET 4 package of mojoPortal, I'm pretty sure even GoDaddy offers that.

But all I can tell from what you've said so far is that the error is actually something about web.config file, its failing to load it therefore changing the <customErrors has no effect since its failing to load the file.

This would happen for example if you install the .NET 4 package of mojoPortal under .NET 3.5 or if you install the 3.5 package under .NET 4.

Your host should be able to find out the error detail from windows event viewer, I could only help further with error details.

Best,

Joe

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