How to assign Profile values?

前端 未结 10 757
别那么骄傲
别那么骄傲 2020-11-22 08:49

I don\'t know what I am missing, but I added Profile properties in the Web.config file but cannot access Profile.Item in the code or create a new profile.

10条回答
  •  旧巷少年郎
    2020-11-22 09:12

    Great post,

    Just a note on the web.config if you dont specify the inherit attribute in the profile element you will need to specify each indiviudal profile property inside the profile element on the web.config as below

     
        
        
        
        ..........
    
     
    

提交回复
热议问题