Which of the following Web.config files correctly enables the Web application to track the LastVisit of anonymous users in a variable of type DateTime?
1.<anonymousIdentification enabled="true"/> <profile> <properties> <add name="LastVisit" type="System.DateTime" allowAnonymous="true" /> </properties> </profile>
2.<anonymousIdentification enabled="true"/> <profile> <properties> <add name=" LastVisit " allowAnonymous="true" /> </properties> </profile
3.<anonymousIdentification enabled="true" /> <profile> < properties> < add name=" LastVisit " type="System. DateTime " /> </properties> </p
4.<profile> <properties> <add name="LastVisit" type="System. DateTime "/> </properties> </profile>
Posted Date:-2022-02-01 11:49:00