> craig, about my sql namespaces concern, i have fairly been able to do > some workaround... and yeah, the same as what you suggested here... :)
Glad to hear it worked! > hmn, what about authentication? is it running in 2.0 now? Yes, although FlexWiki doesn't really do provide anything for authentication. I did whip up a really simple set of pages for Forms Authentication, but it's nothing a "real" site would want to use. Generally FlexWiki just relies on whatever you've got set up for the site already - forms, Windows, Passport, whatever. > if ever i have this scenario... flexwiki will be integrated in an > existing site... this existing site has its authentication mechanism, > im guessing that flexwiki will be placed or put in one of the > subdirectories of this existing site (or in our case, it has to be)... > can i be able to ride flexwiki's authentication with the existing > site's? or is there some other workaround for this? like the proper > entry access of flexwiki is within the existing site (when the user has > logged in already) so if the user would access the flexwiki > independently (outside the existing site), then it should not allow > him? If you're using Windows authentication, then all you should have to do is to make sure that anonymous access is disabled for the FlexWiki virtual directory. If you're using Forms auth, then you should be able to just use what ASP.NET gives you. I haven't tried to make it work with a subdirectory setup lately, so I'm not sure if there are some extra knobs you need to twiddle there, but I believe it can be made to do what you're trying to do. Generally speaking, as long as someone sets Thread.CurrentPrincipal before the FlexWiki starts processing requests for content, then everything should work fine. The default Forms Auth module does this, so it *should* work for you, possibly with some moderate fiddling. You can have a look at what I did with the simple Forms stuff (e.g. Login.aspx) to get a better idea, and of course you're always welcome to ask for clarification here on the list. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Flexwiki-users mailing list Flexwiki-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flexwiki-users