| 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 19:58:13 -0700
- Prev by Date: RE: [aus-dotnet] Ensuring Database Version and App Version match
- Next by Date: Re: [aus-dotnet] JavaScript editors that don't suck? [read: not VS or notepad]
- 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'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)
