Wrox Programmer Forums
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 28th, 2010, 01:40 AM
Authorized User
 
Join Date: Jun 2010
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
Default profile system blew up

I just completely revamped the database I'm using for a site I have under development. Now that I've done this, the Profile system isn't working. All the Profile.* stuff in my code-behind now shows a value of Nothing. Any ideas on how to start working on this problem?
 
Old July 5th, 2010, 09:37 PM
Authorized User
 
Join Date: Jun 2010
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
Default profile system blew up

BTW, where's the Quick Reply button? I've not seen it in any of the posts.

If someone can please tell me how to start diagnosing the above problem, I'd appreciate. It's becoming very aggravating, especially since it was working perfectly before. I've re-created the database and the whole project and still no values from the DB fields are being associated with the profile items. I have this in my web.config:

Code:
<profile defaultProvider="TableProfileProvider" automaticSaveEnabled="false" enabled="true">
    <providers>
        <clear/>
        <add name="TableProfileProvider" type="SqlTableProfileProvider" connectionStringName="[connectionString]" table="[tableName]" applicationName="/"/>
    </providers>
    <properties>
        <add name="Address" defaultValue="[null]" customProviderData="Address;nvarchar;true"/>
...etc...
 </properties>
</profile>





Similar Threads
Thread Thread Starter Forum Replies Last Post
Profile common bendjoe BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 13 October 12th, 2010 02:26 AM
Profile danievermaak BOOK: Professional ASP.NET 3.5 : in C# and VB ISBN: 978-0-470-18757-9 3 July 5th, 2010 09:26 PM
profile sophia BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 9 November 30th, 2009 10:51 AM
Profile in BLL Faith BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 0 September 14th, 2006 03:57 AM
Profile Pictures SerranoG Forum and Wrox.com Feedback 5 November 3rd, 2003 11:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.