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 / gaurav
by deleting the web.config or the machine.config files will
definitely create compilation errors because it's the config
files where you specify the settings. Web.config files is
not only for mentioning the connection strings but it's
implementation is more than that.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Give 2 examples for scenarios when routing is not applied?
Is viewstate enabled by default?
Explain diff. Betn dataset and recordset?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is http request and response?
What do you mean by role-based security?
Explain client side state management system.
Explain difference betn dataset and recordset?
Why SessionID changes in every request in asp.net?
What are the types of validation in asp net?
Is it possible to migrate visual interdev design-time controls to asp.net?
What are the event handlers that can be included in the Global.asax file?
How does viewstate work?