D
David A. Osborn
I'm working with an ASP.NET 2.0 web project and have added a profile
property as follows:
<profile enabled="true">
<properties>
<add name="PageName" allowAnonymous="true"/>
</properties></profile>
</system.web>
I saved the web.config and even tried rebuilding and closing the solution
down and opening it back up, but PageName does not show up in intellisense
when I do "Profile."
Any ideas of why this would be?
property as follows:
<profile enabled="true">
<properties>
<add name="PageName" allowAnonymous="true"/>
</properties></profile>
</system.web>
I saved the web.config and even tried rebuilding and closing the solution
down and opening it back up, but PageName does not show up in intellisense
when I do "Profile."
Any ideas of why this would be?