Welcome Guest Search | Active Topics | Log In | Register

3 Pages <123>
YAF v1.9.0 RC1 for .NET v2.0 Framework (Dated 07/25/2006) Options · View
Jaben
#16 Posted : Monday, July 31, 2006 2:04:17 AM

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”."

Jaben
#17 Posted : Monday, July 31, 2006 5:32:45 AM

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”."

kwa
#18 Posted : Monday, July 31, 2006 8:44:32 PM

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.
Jaben
#19 Posted : Tuesday, August 01, 2006 12:11:21 AM

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! Cheesy Grin

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”."

Mek
#20 Posted : Wednesday, August 02, 2006 6:56:18 PM

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 Smile )
Miii
#21 Posted : Thursday, August 03, 2006 6:36:22 PM

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"Wink 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
darthus
#22 Posted : Wednesday, August 16, 2006 7:59:09 AM

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?
darthus
#23 Posted : Wednesday, August 16, 2006 8:18:48 AM

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?
rusty
#24 Posted : Thursday, August 17, 2006 9:16:41 AM

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 Smile

Rusty
jhcashman
#25 Posted : Thursday, August 17, 2006 5:31:26 PM

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?
darthus
#26 Posted : Thursday, August 17, 2006 5:34:18 PM

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.

Link

Now can anyone answer my question about cookies 2 posts above? =)
darthus
#27 Posted : Thursday, August 17, 2006 5:47:06 PM

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.
jhcashman
#28 Posted : Thursday, August 17, 2006 6:34:45 PM

Rank: YAF Forumling


Joined: 8/15/2006
Posts: 3
thanks... they should really post that somewhere.
jhcashman
#29 Posted : Thursday, August 17, 2006 9:12:10 PM

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 Sad Do I need to use the express edition or something?
bdunn13
#30 Posted : Friday, August 18, 2006 5:55:56 AM
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 (3)
3 Pages <123>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.186 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET