11 lines
		
	
	
		
			346 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			346 B
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | 
 | ||
|  | <!-- 有关使用 web.config 转换的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=125889 --> | ||
|  | 
 | ||
|  | <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
|  | 
 | ||
|  |   <system.web> | ||
|  |     <compilation xdt:Transform="RemoveAttributes(debug)" /> | ||
|  |   </system.web> | ||
|  | 
 | ||
|  | </configuration> |