| Re: [aus-dotnet] ASP.NET Profile Provider in Web Projects |
- From: Stephen Liedig
- Subject: Re: [aus-dotnet] ASP.NET Profile Provider in Web Projects
- Date: Mon, 23 Jul 2007 22:15:07 -0700
- Follow-Ups:
- Prev by Date: RE: [aus-dotnet] ASP.NET Profile Provider in Web Projects
- Next by Date: Re: [aus-dotnet] ASP.NET Profile Provider in Web Projects
- Previous by thread: RE: [aus-dotnet] ASP.NET Profile Provider in Web Projects
- Next by thread: Re: [aus-dotnet] ASP.NET Profile Provider in Web Projects
- Index(es):
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I think this is it http://www.codeplex.com/WebProfile but I'm a little busy to check J
Website projects are rubbish IMO I would put the effort into getting this working right. I think from memory you get a right hand context menu option which will regenerate your 'CommonProfile' class or something.
HTH,
Dave
From: peter@xxxxxxxxxxx [mailto: peter@xxxxxxxxxxx] On Behalf Of Stephen Liedig
Sent: Tuesday, 24 July 2007 2:53 p.m.
To: dotnet@xxxxxxxxxxx
Subject: Re: [aus-dotnet] ASP.NET Profile Provider in Web Projects
Thanks Dave,
Yes, the GotDotNet site is no longer and I can't find the add-in anywhere. Might just have to do the switch to website project...
Thanks again!
On 24/07/07, Dave Walker <d.walker@xxxxxxxxxxx > wrote:
I'm guessing you are using Web Application Projects here.
As stated at the bottom of this blog post by Scott Gu "VS 2005 Web Application Projects don't automatically support generating a strongly-typed Profile class proxy" ( http://webproject.scottgu.com/CSharp/Migration2/Migration2.aspx ) however the link seems to be broken…
HTH,
Dave
From: peter@xxxxxxxxxxx [mailto: peter@xxxxxxxxxxx] On Behalf Of Stephen Liedig
Sent: Tuesday, 24 July 2007 2:12 p.m.
To: dotnet@xxxxxxxxxxx
Subject: [aus-dotnet] ASP.NET Profile Provider in Web Projects
Hi everyone,
wondering if someone could be so kind as to enlighten me on the following issue.
We are tring to implement the ASP.NET Profile provider in one of our "Web Project" applications. In our web config we have some simple settings
<profile enabled = "true">
<properties >
<add name=" Country" type=" string"/>
< add name ="Gender" type= "string"/>
<add name="Age" type ="Int32"/>
</ properties>
</ profile>The problem is the Profile properties are not showing up. When we insert the same code into a "Website Project" the properties are accessible. I've done some Googling and have not been able to find a solution, although some people experienced the same issue. Are we missing a reference or something?
Cheers,
Steve
(Click here for more information on the aus-dotnet mailling list)
