punjabtechnicaluniversity.blogspot.in
<configuration>
<appSettings>
<add key="ConnectionString" value="server=xyz;pwd=www;database=testing" />
</appSettings>
Web.config file defines configuration for a webproject.Using “AppSetting” section we can define user defined values.Example below defined is “ConnectionString” section which will be used through out the project for database connection.
<configuration>
<appSettings>
<add key="ConnectionString" value="server=xyz;pwd=www;database=testing" />
</appSettings>
0 comments:
Post a Comment
North India Campus