A
AAaron123
An example in a book included:
Dim userprofile As ASP.HttpProfile
But I get ASP.HttpProfile to be undefined.
There is Intellisense for ASP but the 3 items do not include HttpProfile
(one is _main_master another is global_asax)
I'd sure like to know more about the ASP class or namespace!
I'm using SQL Server and the AspnetDb database.
I've seen it referenced as Aspnetdb in the doc. Does the case matter?
I have the following:
<profile defaultProvider="SqlProvider" enabled="true">
I'd sure like to know why ASP.HttpProfile is not defined.
Thanks
Dim userprofile As ASP.HttpProfile
But I get ASP.HttpProfile to be undefined.
There is Intellisense for ASP but the 3 items do not include HttpProfile
(one is _main_master another is global_asax)
I'd sure like to know more about the ASP class or namespace!
I'm using SQL Server and the AspnetDb database.
I've seen it referenced as Aspnetdb in the doc. Does the case matter?
I have the following:
<profile defaultProvider="SqlProvider" enabled="true">
I'd sure like to know why ASP.HttpProfile is not defined.
Thanks