Print Page | Close Window

Integrate WWF with Rainbow Portal?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=6783
Printed Date: 29 March 2026 at 10:52am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Integrate WWF with Rainbow Portal?
Posted By: Brawney
Subject: Integrate WWF with Rainbow Portal?
Date Posted: 28 October 2003 at 10:58am

There is a free, open source, portal named Rainbow Portal ( http://www.rainbowportal.net - http://www.rainbowportal.net ) that is based in the Microsoft IBuySpy Portal.  It is written in ASP.NET and C#.

It would be interesting to use WWF as a forum connected to a site using Rainbow.  You could obviously do this by running them as two separate applications, forcing the user to login to the portal and then again to the forum.  It would be interesting to see what it would take to connect the logins for the two so they only have to login once.

Does anyone have any info on how I might start to approach this code?  I'd prefer to just leave WWF along and make changes to the Rainbow in C# code to use the WWF database for login.

 




Replies:
Posted By: Diep-Vriezer
Date Posted: 28 October 2003 at 11:08am
C# is not my thing m8, sorry.

-------------
Gone..


Posted By: Brawney
Date Posted: 28 October 2003 at 11:10am

I can do the C# part.  I was just wondering if anyone had any info on where to start with the DB aspect of this?  Are passwords encrypted in WWF's DB?  What about cookies?  Would we somehow need to post a cookie on the client so both Rainbow and WWF would recognize them as logged in?

 



Posted By: Diep-Vriezer
Date Posted: 28 October 2003 at 11:20am

Maybe try it in some subcategory for WWF. This forum is just about asp.net, but to answer your question: "I don't know how WWF works, since I develop everything myself..".

So I'd better shut up then



-------------
Gone..


Posted By: MorningZ
Date Posted: 28 October 2003 at 11:28am

first.. realize you wont be able to get ASP 3.0-based WWF and an ASP.NET based "portal"-look to work on the same page.....

second.. to mimic the WWF forum login, all you had to do in version 6.x was to write to a cookie the column "User_Code" from the tblAuthor page.....  so you would have your (this rainbow portal thing) login write that cookie as well as its own login thing

good looking getting those databases lined up or combined though... personally i think what you are getting into is way too much work and not really compatable... but that may be just me



-------------
Contribute to the working anarchy we fondly call the Internet


Posted By: Diep-Vriezer
Date Posted: 28 October 2003 at 11:32am
Everything is possible u know. (Yet another useless post..)

-------------
Gone..


Posted By: Mart
Date Posted: 28 October 2003 at 1:38pm

But, now wwf encrypts passwords with the functions/hash1way.asp file. So you would have to convert that file to asp.net C# before you even start thinking about querying the database.

Mart.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net