John,=20
What I found is kind of strange. If I create a new project as a Web =
Application and work with the solution file I have the issue, but I =
found early this morning, if I open the directory as a Web Site then the =
profile object is avaialble. I also had to change my CodeBehind =
attribute to a CodeFile attribute in the ASPX page as well. I don't =
understand the different functionality between the two or why it is =
different.
Thanks,=20
Matt
[quoted text, click to view] "John Opincar" <john.opincar@sundesksoftware.com> wrote in message =
news:Zj%Bg.58965$Cn6.43021@tornado.texas.rr.com...
In order to have a profile, you have to have a user (which can be=20
anonymous). Perhaps you are just copying the profile provider data =
from the=20
config of the sample that's working but you also need to get the =
membership=20
provider config.
John Opincar, MCAD.NET, SCJP
john.opincar@sundesksoftware.com
[quoted text, click to view] "Matt" <mdframe@sorvive.DONT-SEND-SPAM.com> wrote in message=20
news:u9Crn1puGHA.1372@TK2MSFTNGP04.phx.gbl...
Hi, I was trying to setup a Profile in my test ASP.NET application and =
for=20
some reason I cannot get the Profile object to become available in my =
web=20
page. If I download a sample using the profile everything works fine =
but if=20
I create a new web app and copy the information from the web.config of =
the=20
working sample and create my page and create the contents just like =
the=20
sample, the Profile object never shows itself. Does anyone have any =
ideas=20
on what to look for or try? I have tried everything. You would think =
creating a new project and copying everything from a working sample =
would=20
work but not in my case.
Thanks,