With out Web.config can we executes the application?
Answers were Sorted based on User's Feedback
Answer / abhishek
Yes, application will inherit cofiguration setting from
machine.config file
Is This Answer Correct ? | 19 Yes | 0 No |
Answer / vikram gharge
Yes, application will inherit cofiguration setting from
machine.config file.
Is This Answer Correct ? | 10 Yes | 0 No |
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 |
Answer / anand gopal makwa munger
Yes we Can executes application without web.config.
Is This Answer Correct ? | 5 Yes | 0 No |
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 |
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 |
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 |
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 |
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 |
Is razor a programming language?
Can I stream live content/events?
What is the difference between appsetting and connectionstring tags in web.config file
where is declare global variable in asp.net and what is use of global variable
What is session and application variable in asp net?
Explain significance of routing? : asp.net mvc
How do you register JavaScript for webcontrols ?
How can you provide an alternating color scheme in a Repeater control?
Tell me Asp.net Method Overriding.
How do I send an email message from my ASP.NET page?
Write the different features of a Thread and a Process?
What is CSS? What is the advantage os using CSS in ASP.NET Web Applications?