Hi, two weekends trying to get a .NET 4.0 ASP.NET application running is too much.
I am trying to get the following application to work: http://identityserver.codeplex.com/ It requires .NET 4.0, I try to get it working in Windows 7 using current IIS7.5 I think (added IIS components). My problem seems to be that I did not correctly get the roleprovider running. I allowed untrusted providers as follows: <trustedProviders allowUntrustedProviders="true"> <add type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <add type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <add type="System.Web.Security.WindowsTokenRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> </trustedProviders> That set, I get the role provider up to the next error message: System.Web Version=4.0.0.0 could not be loaded as some components are not found (or the System.Web itself). I want to get the STS running with the Sql Role provider running to compare it against WSO2 STS. WSO2 STS was a very easy installation experience (download, unzip, and run a shell script). Why isn't that possible with IIS and ASP.NET apps? :-) Did anyone got the thinktecture STS server running in a second non default site (named STS)? What also is unclear to me is how exactly get the .NET Roles icons visible in the second site using .NET 4.0? (I struggled with the switching between v2.0 and v4.0 and other stuff) Thanks a lot, Lothar -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googlegroups.com To unsubscribe from this group, send email to dotnetdevelopment+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net