S
Sridhar Chinta
Hi all,
I have implemented a custom profile provider in asp.net 2.0 in C#. I have
configured the web.config correctly and while debugging the application
noticed that the Initialize method of the custom profile provider gets
called correctly. However, the GetPropertyValues method does not get called
at all. What is going wrong? I have disabled anonymousidentification and the
user is correctly authenticated and logged in using forms authentication.
Why isnt the GetPropertyValues method being called by the framework?
Thanks
I have implemented a custom profile provider in asp.net 2.0 in C#. I have
configured the web.config correctly and while debugging the application
noticed that the Initialize method of the custom profile provider gets
called correctly. However, the GetPropertyValues method does not get called
at all. What is going wrong? I have disabled anonymousidentification and the
user is correctly authenticated and logged in using forms authentication.
Why isnt the GetPropertyValues method being called by the framework?
Thanks