|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,950 Location: Honolulu, HI
|
astroboy27 wrote:Nice release...any estimates on when ASP.NET 2.0 roles & membership will be added? Just trying to work out whether to grab this release or hold off.
Cheers. We're still evaluating the best method to go with. The problem with a future release is that I may implement something and then completely change how it works in the next release as I get to know the system a bit more. So, I wouldn't provide upgrade paths for people if they wanted to mess around with the latest version with roles & membership. The goal of v1.9.0 is to release a production version for NET v2 before moving into more difficult-to-upgrade & change territory. "When you are grateful, fear disappears and abundance appears”." 
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,950 Location: Honolulu, HI
|
FYI: I worked out the ASP.NET persistant cookie issue on this forum. It was due to there being two aliases in IIS for this domain: forum.tinygecko.com & forum.yetanotherforum.net. I removed the former and it appears to be working fine... "When you are grateful, fear disappears and abundance appears”." 
|
|
|
 Rank: YAF Camper

Joined: 3/11/2006 Posts: 13 Location: WA
|
This is a great release. It works just great, there is no need to fix any thing like before. I gotta admire you, Jaben. If possible, in the next release, can you please move the forum navigation bar from the base class to store in the UserControl.ascx? because I belive it will be much easier to customize and add some custom page in.
Thank you for all your hard work.
|
|
|
 Rank: YAF Head Dude

Joined: 10/10/2004 Posts: 2,950 Location: Honolulu, HI
|
kwa wrote:This is a great release. It works just great, there is no need to fix any thing like before. I gotta admire you, Jaben. If possible, in the next release, can you please move the forum navigation bar from the base class to store in the UserControl.ascx? because I belive it will be much easier to customize and add some custom page in.
Thank you for all your hard work. Appreciate the kudos! Thanks for the suggestion with the nav bar, which should be easy. Unfortunately, it's actually not quite so simple as I've already spent time on it. But, I'm going to go another direction with all of these little misc bits of HTML code. Maybe make them XSLT or something because I hate how it's hard-coded with Append() calls peppered throughout. -Jaben "When you are grateful, fear disappears and abundance appears”." 
|
|
|
 Rank: YAF Developer

Joined: 7/12/2005 Posts: 1,223 Location: on Dock Street
|
Gone back to having to log in repeatedly! Don't know about any else, still not managed to test semi-production yet.  "It's a case of RTFM.. the only problem being we don't have a manual!" When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon  )
|
|
|
 Rank: YAF Forumling
Joined: 8/3/2006 Posts: 1 Location: Sweden
|
I have a small question .. I run on an XP computer and I already have a Forms-authenticated web on my IIS. So the auth cookie that gets set seems to be named after *that* application, meaning I cannot login to Yaf. A cookie is set, but it's named admin ("@localhost/admin"  after that other Forms application I have installed .. not anything related to Yaf as I called this. Anyone know of a quick fix for that? /Miii
|
|
|
 Rank: YAF Forumling
Joined: 8/16/2006 Posts: 4
|
I am having this same issue. Everything works great on my local box, but when I upload it to my web hosting company it runs, but when I try to log in it just stays as guest.
Every page hit I do generates a new user visit as well, so I'm assuming it's this same cookie issue. Any resolution or fixes for it so far? Or just any ideas why it's happening so I can try to fix it myself?
|
|
|
 Rank: YAF Forumling
Joined: 8/16/2006 Posts: 4
|
Alright, I've figured out partially why this is happening. No cookie was being created when I tried to log in. I figured out what was causing it. For example, my domain is www.corpsecamp.com. This is actually a redirection to darthus.brinkster.net. I set the "domain" property of the forms authentication tag in the web config to "brinkster.net", but it still wasn't working. As soon as I went directly to darthus.brinkster.net, the cookie was created. I'm not sure what that means... do I have to set another property to handle this, or is it just security in Internet Explorer that if the cookie domain that's being sent to you doesn't match the URL you're on, it rejects it? And if so, what's the way around this?
|
|
|
 Rank: YAF Forumling
Joined: 8/16/2006 Posts: 2 Location: uk
|
Can any of you experts shed some light on this for me please? I have installed YAF v1.9.0 RC1 for .NET v2.0 source version. I dont have any other parts of YAF. Everything bulds and runs fine in Visual Studio 2005, except none of the breakpoints fire. VS knows this and tells me it's because no debug symbols were loaded. I have added my own class to the project, and the breakpoints in that fire as normal. Am I missing a piece of the code? Should I have some source for the yaf.dll which referenced? Your help appreciated  Rusty
|
|
|
 Rank: YAF Forumling
Joined: 8/15/2006 Posts: 3
|
can't open the visual studio project file... says project file of this type not supported by installation. I am running visual studio 2005 professional. Any ideas?
|
|
|
 Rank: YAF Forumling
Joined: 8/16/2006 Posts: 4
|
I believe that's because they're using a "Web Application Project". It's the old style web application that is closer to how Visual Studio 2003 handled it. You need to install a plugin that lets you create and use these projects in 2005. LinkNow can anyone answer my question about cookies 2 posts above? =)
|
|
|
 Rank: YAF Forumling
Joined: 8/16/2006 Posts: 4
|
And rusty, I was having that problem as well. The way I fixed it was to go into properties for the project, then Web, and select "Use IIS Web Server", along with the path to the forum. It was originally set to Use Visual Studio Development Server, which I think meant it was compiling the symbols file to a weird location that didn't wasn't in the bin directory where I expected to be. Regardless, it fixed the issue.
|
|
|
 Rank: YAF Forumling
Joined: 8/15/2006 Posts: 3
|
thanks... they should really post that somewhere.
|
|
|
 Rank: YAF Forumling
Joined: 8/15/2006 Posts: 3
|
i still can't get it to work. Now when i open the project it just opens and then closes by itself  Do I need to use the express edition or something?
|
|
|
Rank: Member
Joined: 8/12/2006 Posts: 15 Location: Augusta
|
Jaben wrote:FYI: I worked out the ASP.NET persistant cookie issue on this forum.
It was due to there being two aliases in IIS for this domain: forum.tinygecko.com & forum.yetanotherforum.net.
I removed the former and it appears to be working fine... I have searched and could not find a suitable fix for this... did I miss it? I have multiple sites running off the same IP so I can not remove anything. Thanks, BD
|
|
|
| Users browsing this topic |
|
Guest (5)
|