what if we delete web.config or machine.config?
will a website work if we delete webconfig....or if we
delete machine config?
Answer Posted / neha
If we are not using any values in config file then it wont effect the website,connestionstring can be given in sqlconnection object not necessary to take it from config file
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Explain one critical mapping?
How many types of controls are there in asp.net?
What language does asp.net use?
About CLR, reflection and assemblies?
How would you implement inheritance using c#?
Define cookie.
What are session state modes in asp.net?
What is the difference between custom web user control and a custom web server control?
Explain About WebService
When Cookies are expired in ASP.NET?
How can we prepairing Interview
Where is asp.net session stored?
What is viewstate information stored?
How you can access the values from the Repeater control in ASP.NET?
Give a few examples of page life cycle events.