给不同文件夹设置主题并指定其编码

< location path = " lilacadmin " >
        
< system.web >
            
< globalization requestEncoding = " GB2312 "  responseEncoding = " GB2312 " />
            
< pages theme = " admin " ></ pages >
        
</ system.web >
    
</ location >
给不同文件夹设置数据库链接
< location path = " t " >
        
< appSettings >
            
< add key = " strconn2 "  value = " /App_Data/db.mdb " />
        
</ appSettings >
    
</ location >
    
< appSettings >
            
</ appSettings >

你可能感兴趣的:(文件夹)