Question : specify a whole website in web.config location path

Hi,
can someone tell me how to specify a whole site in the location path part of the web.config file?

And, what can I put on each page to check that they are logged in, and then to chuck them back at the login page?

Thanks
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:


 
	
	
		
			
		
	
 
	
	
		
			
				
			
		
	
 
 
	

Answer : specify a whole website in web.config location path

what you want ?

you want secure your site .

Like only authenticated users can access site.

if so the use this .. now only authenticated users can access site.

 

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:

 
	
	
		
			
		
                    
				
                                     
		  
		
Random Solutions  
 
programming4us programming4us