Browse Forum Posts by Tags
-
I am evaluating CS 2007 with the single signon module installed. I have CS installed in a separate virtual directory from my production app. If I create a CS user manually that has the same e-mail address as my test user in my production app (ASP.NET with ASP Membership being used), I can navigate to...
Posted to
Coding with Community Server
(Forum)
by
silverfox1948
on
Thu, Sep 6 2007
Filed under: autocreate, development, .net 2005, Develop, CS Dev, Integration, api, authentication, code, .net 2.0, c#, cs 2007, cs development, CS2007, communityserver.config, Communityserver
-
It seems like in all the examples and even in the telligent source -- the SkinName is checked for null in an if ... else ... block. I would love to see you use the .net 2.0 ?? operator in 2007... I'm not big on expanded if .. else .. statements to assign a variable.. ExternalSkinFileName = SkinName...