mojoportal.Web configured to use IIS

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/28/2009 6:36:47 PM
Gravatar
Total Posts 190

mojoportal.Web configured to use IIS

This is probably something stupid I'm doing since I don't see anyone else talking about it, but I just updated from SVN and I'm getting the "can't load project..." error because it's configured to use IIS and I don't have it installed. (I just Visual Stuido's web server for development.) It seems like I've seen this before but I don't remember and the error doesn't turn anything up on the search page.

Thoughts?

Thanks,

John

12/29/2009 5:20:42 AM
Gravatar
Total Posts 18439

Re: mojoportal.Web configured to use IIS

Hi John,

My mistake, sorry, I was debugging in IIS yesterday and forgot to change it back to VS Web server before merging to trunk.

I just fixed it so if you do svn update again it should work now.

Best,

Joe

12/29/2009 8:29:50 AM
Gravatar
Total Posts 190

Re: mojoportal.Web configured to use IIS

Awesome, thanks.

6/13/2010 2:06:03 PM
Gravatar
Total Posts 156

Re: mojoportal.Web configured to use IIS

When I try to switch mojoportal.Web to use IIS debugging, I get the following error: http://bit.ly/auAXiI   Any suggestions?

P.S. I'm running VS2010 and IIS 7.5 on Windows 7 Enterprise.

6/13/2010 4:55:52 PM
Gravatar
Total Posts 18439

Re: mojoportal.Web configured to use IIS

The error message in the screen shot is telling you everything you need to know. You need to go into Control Panel > Programs > windows features and install the IIS 6 compatibility stuff. Additionally to debug in IIS with VS you need to close out of VS, then right click the shortcut in the windows Start menu for VS and choose run as administrator.

Hope it helps,

Joe

6/13/2010 5:11:57 PM
Gravatar
Total Posts 156

Re: mojoportal.Web configured to use IIS

VS is running as an admin.  As for IIS 6 Compatibility stuff, I don't see anything like that in the windows features list.

6/13/2010 5:18:25 PM
Gravatar
Total Posts 18439

Re: mojoportal.Web configured to use IIS

It going to be deep under the IIS stuff. Find the IIS stuff and look deeper.

Best,

Joe

6/13/2010 5:46:01 PM
Gravatar
Total Posts 156

Re: mojoportal.Web configured to use IIS

Ah, got it - sorry about that, I think I need to take a break.

Hmm... there seems to be something wrong with web.config even though I just pulled the latest source from codeplex: http://fwd4.me/3Ci

6/14/2010 5:43:04 AM
Gravatar
Total Posts 18439

Re: mojoportal.Web configured to use IIS

Hi,

I recommend watch this video:

http://www.mojoportal.com/manual-installation-in-iis-75-with-mssql.aspx

you need to use a .NET 4 application pool (not shown in video), you need to find the identity of the application pool, and whatever user is the identity you need to configure file system permissions for. It needs read permission on the entire Web folder and it needs full control on /App_Data and /Data folders.

Hope it helps,

Joe

6/15/2010 2:21:01 PM
Gravatar
Total Posts 156

Re: mojoportal.Web configured to use IIS

It looks like I've been able to get past that problem.  I had to set the server to run the user of the Application Pool instead of IUSR.  Now, I'm looking at an even weirder error :) http://fwd4.me/Djk

6/16/2010 7:46:26 AM
Gravatar
Total Posts 18439

Re: mojoportal.Web configured to use IIS

I've never encountered that error, but there are lots of google results for you to research.

I would set the application pool identity to Network Service and then configure permissions for Network Service as discussed in the video I pointed you to. I don't know about this error but it sounds like it broke after you changed some configuration.

6/17/2010 10:51:48 AM
Gravatar
Total Posts 156

Re: mojoportal.Web configured to use IIS

I've resolved it, Joe. It was due to the fact that framework 4.0 didn't get fully registered, so I had to navigate to the framework's directory and run "aspnet_regiis.exe -i"

Thank you for all of your help!

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