What was the difference between machine.config and
web.config files
Answer Posted / vijay
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 ? | 86 Yes | 4 No |
Post New Answer View All Answers
When does a session actually start?
What is asp.net version?
What is Web API Routing?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What does session_start () do?
9. Why should we hire you over the others waiting to be interviewed?
What is ASLM?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Can action method static?
What is the concepts of globalization and localization in .net?
In the Repeater control which way you can edit?
How many languages are supported by .NET at present time?
Whats the difference between abstract factory pattern and factory pattern?
What is the use of worker process in asp.net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?