1.can we add connection string in global.asax??????????
2.what are the default files included when we create new
web application????
Answer Posted / jom george
we can add connection string in global.asax
2. App_Data,Default.aspx,Webconfif are the default files when we create a new web applications.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is validation in asp.net?
To wrap up a call to a Web service the standard used is..?
What is bound controls
What is form submit?
How do I know asp.net mvc version? : Asp.Net MVC
Can we have multiple web config files for an asp.net application?
Explain client-side scripting?
Where is asp.net view state stored?
How can we access static variable?
What is data cache in sql server?
Which method do you use to kill explicitly a users session?
Can I read the hard disk serial # of the client computer using asp.net?
Is it right that ASP.NET Web API has replaced WCF?
What are cao and sao.
Explain a program using code nuggets to create a simple application? : asp.net mvc