What was the difference between machine.config and
web.config files
Answer Posted / sanjay bisht
machine. config is configuration file for all the
application in the IIS.
web.config is a configuration file for a application or
folder
machine.config for machine level configuration.
web.config for a application/folder level configuration
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Which method is used to perform all validation at the page level?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is a postback ispostback and autopostback in asp net?
What does asp stand for in asp.net?
What is difference between URL and URI?
Is asp.net is a programming language?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How to use push notification?
Explain login controls.
Can I have a unique key as foreign key?
In which event of the page viewstate is available?
What are the two properties that are common on every validation control?
How to prevent client side validation from the ASP.NET validation controls?