G 
		
								
				
				
			
		Guest
I'm trying to use Forms authentication for my site, I've got
<authentication mode="Forms"><forms loginUrl="MyLoginPage.aspx">
.....</forms></authentication>
in my web.config file, and I've designed a login page. But the login page never gets displayed. How can I make the login page get displayed whenever someone visits the site.
Thanks.
				
			<authentication mode="Forms"><forms loginUrl="MyLoginPage.aspx">
.....</forms></authentication>
in my web.config file, and I've designed a login page. But the login page never gets displayed. How can I make the login page get displayed whenever someone visits the site.
Thanks.
