/Demo/Files/My Documents/Web.config
ASP.NET | 16 lines | 7 code | 1 blank | 8 comment | 0 complexity | d13cf357bb07368e29ff2f4d52b1199a MD5 | raw file
1<?xml version="1.0"?> 2<!-- 3 Note: As an alternative to hand editing this file you can use the 4 web admin tool to configure settings for your application. Use 5 the Website->Asp.Net Configuration option in Visual Studio. 6 A full list of settings and comments can be found in 7 machine.config.comments usually located in 8 \Windows\Microsoft.Net\Framework\v2.x\Config 9--> 10<configuration> 11 <appSettings/> 12 <connectionStrings/> 13 <system.web> 14 15 </system.web> 16</configuration>