Well, I found a temporary fix for this myself ... maybe usefull for others too: In solpartnavigation.cs : There is a function "recoursemenu" that is called...
Yeah I literally just found out this solution myself and was going to reply to my own post with the answer =P Thank you very much for your reply though, it is...
Yep, that's cool. I allways try to do that too : answering my own questions when you find the solution yourself. So if others search they can at least find an...
Hello, I am new to Rainbow and just got it installed and running on my development machine (win2k/SQL2k). I have been digging through all the posts here and at...
... ASP.NET must have read, and execute permissions, and modify permissions on the logs directory. You don't need to give it write permissions everywhere. In a...
Ok ... found a fix ... in fact it's strange : in code they set potalID = 0 when the usesingleuserbase is true (security.cs) but in stored procedure the select...
Scenario: Using FireFox to configure the Rainbow Portal on my local machine. I put the HTML Module on my Home Page then try to "add" the content and got the...
Well, in fact there is a second editor allready built in rainbow: Active Up Html Editor. When you click on the "edit properties" button of your html module, at...
Also note that the latest version of FreeTextBox also supports Firefox so that it stops throwing errors as it does now. I'm not sure if the latest rainbow...
yep, that's the only downpart of rainbow IMHO... finding help isn't allways that easy ... especially if you need a fix very urgent ... But as mentioned ... it...
... DNN however knows how to make a web presence, market, promote and make an install and fix their UI problems. The Rainbow creators shoot themselves in foot...
On a lighter note myself and Rahul are personally evangalizing the heck out of Rainbow and are building sites, writing modules, enhancements and revamped Admin...
I am also building sites, writing modules, etc. I haven't jumped into doing classes yet, but that sounds like it might be fun to teach. How can we Rainbow...
William Forney
bill@...
Aug 11, 2004 10:07 am
199
<add key="PortalSettingDesktopTabsXml" value="false" /> What happens if I change this from "false" to "true"? What module uses this?...
I have an Public web site that I has a Javascript driven drop down box/form to login to my ASP Intranet site. (See www.analyticsynergy.com, "My Connection") ...
Well, i definately would use rainbow as authentication method. you can use an URL with user and pass in it that automatically logs you in, so maybe you can use...
Hi, I have a question about the timeout in Rainbow. Right now, when the portal times out (after 20 minutes I think) it gives an "access denied" message. How...
Hi Amit, Web.config file have the following entry. If u r just testing on your server than u can say "On" to the Mode. and let see if it works? <customErrors...
... "your server" means "localhost" On Wed, 11 Aug 2004 14:25:44 -0700, Mohammed Mudassir ... -- Mudassir San Jose,CA ... Hope is a good thing, maybe the best...
Thanks, Mohammed. The 403 error code is for access denied and more generic. Is there an error code specifically for time-out that I could use? thanks amit On...
Hey amit did u try to switch to the On mode? and did u try to go "step-by-step" in the VS.nET debuggin mode? ??? Coz this way you will then do more testing...
On Wed, 11 Aug 2004 15:35:48 -0700, Mohammed Mudassir ... Yes, I had already turned it on. I did some research and it looks like its not possible to ...
... But at that point we have some idea that whether the requested stuff was authorized to view or not. Coz if he/she is not authorized then she should not get...
Hey Amit, Got the following solution : 1. Create and ASPX renewSession.aspx that outputs transaprent gif 1x1 pixel. 2. In every page have a folowing HTML <IMG...
One more solution i digged from Net247 When the session ends, there is no request to respond to (there has been no request for the past 20 minutes, so the...
... On the 403 error page, simply check if they have a session active (ie, set Session["loggedin"]="Yes" on login, and then check for that on the 403 page)....
On Thu, 12 Aug 2004 12:06:22 -0000, zamescurran ... Hmm.. that's similar to Mohammed's idea and it should work. Instead of setting the session variable on...