view page [RESOLVED]

d2005

Active member
Joined
Aug 31, 2005
Messages
37
Location
ireland
Programming Experience
Beginner
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>

 
Last edited:
To majstore, najposle si najde svoe pole ... se vkluci vo forumot
bravo.gif
 
Last edited:
Back
Top