1.can we add connection string in global.asax??????????
2.what are the default files included when we create new
web application????
Answer Posted / himasankar
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.
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
To get the values in two different controls to match which control you use it?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What are the events that happen when a client requests an asp.net page from iis server?
What is the use of session state and application state and difference between them?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is application in asp net?
What is difference between session and cookies in asp net?
What is the difference between cache and cookies?
WSDL means?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain the different types of directives in .net?
how to retrieve property settings from xml .config file.
How is it possible for .NET to support many languages?
Which authentication uses a combination of windows and iis authentication?
What is work flow gen? how can it will work with .Net?