With out Web.config can we executes the application?

Answers were Sorted based on User's Feedback



With out Web.config can we executes the application?..

Answer / abhishek

Yes, application will inherit cofiguration setting from
machine.config file

Is This Answer Correct ?    19 Yes 0 No

With out Web.config can we executes the application?..

Answer / alpesh

Yes, we can execute it.

Is This Answer Correct ?    11 Yes 1 No

With out Web.config can we executes the application?..

Answer / vikram gharge

Yes, application will inherit cofiguration setting from
machine.config file.

Is This Answer Correct ?    10 Yes 0 No

With out Web.config can we executes the application?..

Answer / sivaprasad

Yes,I think if our web.config does not contain any
connectionStrings
then we can run the application with out web.confing file

Is This Answer Correct ?    10 Yes 3 No

With out Web.config can we executes the application?..

Answer / anand gopal makwa munger

Yes we Can executes application without web.config.

Is This Answer Correct ?    5 Yes 0 No

With out Web.config can we executes the application?..

Answer / lohith b n

Yes you can execute the application without web.config file
but you are not able to debug the application if you want to
debug the perticular page add the debug attribute in page
directive

Is This Answer Correct ?    4 Yes 1 No

With out Web.config can we executes the application?..

Answer / nivrutti lokhande

I am sure-we can execute the application without web.config
Not sure in publish can we publish that site

Is This Answer Correct ?    0 Yes 0 No

With out Web.config can we executes the application?..

Answer / ramzan ali

if our application run without web.config then why should we use web.config in our application

Is This Answer Correct ?    0 Yes 0 No

With out Web.config can we executes the application?..

Answer / anand gopal

Ans:
Web.config file create itself,if you delete this file and debug your application it again create itself.
i.e you cannot use without web.config file.

Is This Answer Correct ?    1 Yes 6 No

With out Web.config can we executes the application?..

Answer / sumathi.c

No,We cant excute, it will error of project is not
configured to be debugged, becausein the Web.config file,
the application configured

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More ASP.NET Interview Questions

What is Partial PostBack in ASP.NET?

0 Answers   Viscus Infotech,


What are type/key pairs in client script registration?

0 Answers  


view state data is stored in which format?

15 Answers   Mind Tree, Pratham Software,


what are configuration files?

0 Answers  


How can I create master page in asp net?

0 Answers  






Explain authorization levels in .net ?

0 Answers  


Why mvc is faster than asp.net? : Asp.Net MVC

0 Answers  


How does http session work?

0 Answers  


What is the request flow used for asp.net mvc framework? : asp.net mvc

0 Answers  


difference between Trace and Debug ?

9 Answers   Accenture, Addlux, Microsoft,


What is caching and types of caching ?

2 Answers   Infosys,


Which method is used to perform all validation at the page level?

0 Answers   Sans Pareil IT Services,


Categories