1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
1)We can't add connection string in global.asax file. we can create connection string in web.config file only. 2)global.asax,web.config,Default.aspx files and app_code,app_data,app_themes folders.