Shibboleth SP with Windows IIS7 and MVC

Raymond Lam chiyuila at usc.edu
Wed May 23 21:39:40 BST 2012


Hi Luke,

 

After I set the runAllManagedModulesForAllRequests to false in web.config,
the MVC code is able to run.

 

I will watch out for the implications of the change and thanks for the
suggestion.

 

 

Regards, Raymond

 

 

-----Original Message-----
From: users-bounces at shibboleth.net [mailto:users-bounces at shibboleth.net] On
Behalf Of Luke Tillman
Sent: Wednesday, May 23, 2012 10:28 AM
To: users at shibboleth.net
Subject: Re: Shibboleth SP with Windows IIS7 and MVC

 

I just ran into a similar problem when setting up an MVC site with the SP. 

You might try making sure that you have runAllManagedModulesForAllRequests

set to false in the Web.config for your MVC site:

 

<modules runAllManagedModulesForAllRequests="false" />

 

I think some managed module must have been intercepting the request for

/Shibboleth.sso/Status and giving me a 404.  Once I turned that off, I was

able to access the handler.  Make sure you understand the implications of

changing that setting though (it has other effects).

 

 

 

--

View this message in context:
http://shibboleth.1660669.n2.nabble.com/Shibboleth-SP-with-Windows-IIS7-and-
MVC-tp7560582p7573867.html

Sent from the Shibboleth - Users mailing list archive at Nabble.com.

--

To unsubscribe from this list send an email to
users-unsubscribe at shibboleth.net

 

-----

No virus found in this message.

Checked by AVG - www.avg.com

Version: 10.0.1424 / Virus Database: 2425/5017 - Release Date: 05/23/12

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120523/f498f67d/attachment.html 


More information about the users mailing list