d2005
Active member
hi
i set up a login but using webconfig vorfm and a validate function
now though you must log in to see any webform
is there any way to set certain webforms to allow *
thanks
IF ANY ONE WAS WONDERING , u put this in the bottom of your webconfig file,
just between system and config
<location path="WebForm1.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
i set up a login but using webconfig vorfm and a validate function
now though you must log in to see any webform
is there any way to set certain webforms to allow *
thanks
IF ANY ONE WAS WONDERING , u put this in the bottom of your webconfig file,
just between system and config
<location path="WebForm1.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
Last edited: