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
What are client activated objects?
How would you enable impersonation in the web.config file?
Who creates jsessionid?
What does it mean your session has timed out?
How is session id generated?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is the use of execute non query in asp.net?
What is postback in asp net?
Can we have a web application running without web.config file?
How do we implement bundling in MVC?
What is session object? Describe in detail.
Explain the difference between debug.write and trace.write? When should each be used?
Can action method static?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is sdlc process?