How to add Application name to <appSettings/>?
问题 This is my app.config file looks like: <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="Application Name" value="/MyApplication" /> </appSettings> <connectionStrings> <add name="frmStartup.My.MySettings.HDIMembershipProviderConnectionString" connectionString="Data Source=.\sqlexpress;Initial Catalog=HDIMembershipProvider;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web> <membership defaultProvider=