Buy Questpond's video subscriptions on
huge discount
.
Online: 1004
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ASP.NET
>
Loading ...
Can we run asp.net application without WEB.CONFIG file ?
Posted by
Akiii
on 6/8/2011 | Category:
ASP.NET Interview questions
| Views: 20430 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Yes, we can run an asp.net application without the WEB.CONFIG file. It means that the default configuration will be loaded from MACHINE.CONFIG file.
Source:
www.geekinterview.com |
Asked In:
Some interviews |
Alert Moderator
Bookmark It
< Previous :
What is Scavenging in .NET?
Next > :
What is the difference between a strong and weak n ...
Comments or Responses
Posted by:
Susanthampy
on: 6/9/2011 |
Points: 10
Good question
Posted by:
Akiii
on: 6/9/2011 |
Points: 10
Thanks susan....
I hope i can get more information regarding this topic...
Regards
Akiii
Posted by:
Susanthampy
on: 6/9/2011 |
Points: 10
Because all the configuration settings will be available under MACHINE.CONFIG file by default these settings will be applied to all asp.net applications. The MACHINE.CONFIG file will be automitacally loaded when .net framework is installed.
it is something like if we had not defined the web.config the application will take the settings from the machine.config.the machine.config settings are overide by the web.config if u define the web.config for each running appln
In 2005 The VS When we trying to run first time any application the 2005 VS gives us warning that want to run application without beb.config file.
Posted by:
Akiii
on: 6/9/2011 |
Points: 10
Thanks for the information....
As this is an interview question...so we will not discuss the details here....
I am posing a topic in the "ask a question" forum....
Please post your information there...
As always thanks for ur support...
Regards
Akiii
Login to post response
More Interview Questions by Akiii
What is the difference between a strong and weak named assemblies?
What is viewstate in ASP.NET ?
In SQL Server, between Windows Authentication and SQL Server Authentic ...
How can you select all elements in a page using jQuery?
How do you turn off cookies in your site?
Why is the "new" keyword used for instantiating an object in ...
Can you declare the override method as static while the original metho ...
How the garbage collector knows when to collect garbage ?
Latest Interview Questions
Delete duplicate rows on table with/without primary key in Sql Server ...
Difference between Composite , Candidate and alternate keys ?
What are Declaration Statements ?
What is .Net Remoting?
Once we switched from SIMPLE Recovery model to FULL or BULK_LOGGED rec ...
How to sort array elements in descending order in C#?
How to force the protocol(NamedPipe or TCP/IP) connection when connect ...
What are all the ways to connecting Locally on the Server ?
More ...