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
Is asp.net and .net are same or different?
What is the use of express session?
What is session and cookies in asp.net?
What is css and what is it used for?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is the extension of master page in asp.net?
What is a session in programming?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Explain how viewstate is being formed?
What is an example of an application service provider?
What is a Cookie? Where is it used in ASP.NET?
What is Bundling and Minification in MVC?
Who is using asp.net?
What is custom events? How to create it?