Ujjval Shukla
Can we run an Asp.net web application without web.config file?
By Ujjval Shukla in ASP.NET on Jan 29 2016
  • Shraban
    Feb, 2016 5

    Yes, we can run an Asp.Net web application without web.config file but without in debugging mode. If we don't configure any settings in web.config file then it consider machine.config file as default configuration.Machine.config file contains default settings for all the asp.net web applications which will be applied to all asp.net applications.

    • 14
  • Rahul Chavan
    Apr, 2016 6

    Yes, we can run Asp.net web application without wen.config file. It will take the default settings for application from Machine.config. Machine.config is loaded when DotNet framework is loaded / installed. You can try deleting the web.config file in Visual Studio and Run the application. You will not be able to debug the application if you do not have web.config file in your application.

    • 3
  • Anil Kumar Murmu
    Feb, 2016 2

    Yes it is possible to run Web application with out web.config file. However, it will not allow user to debug, even if you are running it in debug mode.

    • 3
  • Vivek Kumar
    Feb, 2016 7

    Yes, we can run Asp.Net application without using Web.config file. If we don't use Web.config then by default it use machine.config file.

    • 2
  • Nishant Mittal
    Feb, 2016 1

    Yes we can run Asp.net application without Web.config file.In case you will not define any configuration in web.config file , it will take machine.config file as default :)

    • 2
  • Dinesh Kumar Sharma
    Jul, 2017 9

    Yes but you can run with out debugging mode and do't configure any setting in web.config file.

    • 1
  • Kml Surani
    Sep, 2016 6

    No without web.config file cannot run asp.net web application

    • 1
  • Shubham Kumar
    Feb, 2016 5

    Yes we can run Asp.net application without Web.config

    • 1
  • Vikas Sonichya
    Feb, 2018 28

    Yes, we can run an asp.net application without the WEB.CONFIG file.If we are not setting any configuration in WEB.CONFIG file then it will take MACHINE.CONFIG file for default configurations. This config file will automatically installed when your application getting executed. Kindly refer below link for more details. http://asp-net.egaala.com/run-a-web-application-without-web-config-file

    • 0
  • krishna reddy
    Nov, 2017 3

    Yes

    • 0
  • krishna reddy
    Nov, 2017 3

    Yes you can run

    • 0
  • Josey Oommen
    Apr, 2017 3

    Yes. Debug mode will not work , even application on debug mode.

    • 0
  • Sandeep Singh
    Jan, 2017 4

    Yes

    • 0
  • Manoj Kumar Duraisamy
    Jan, 2017 3

    yes

    • 0
  • Manoj Kumar Duraisamy
    Jan, 2017 3

    yes

    • 0
  • Manoj Kumar Duraisamy
    Jan, 2017 3

    yes

    • 0
  • Manoj Kumar Duraisamy
    Jan, 2017 3

    yes

    • 0
  • ramakotaiah patti
    Dec, 2016 18

    Yes, we can run an Asp.Net web application without web.config file. it will consider machine.config file as default configuration

    • 0
  • ramakotaiah patti
    Dec, 2016 18

    Yes, we can run an Asp.Net web application without web.config file.at that time it will take machine.config file as a default configuration

    • 0
  • ramakotaiah patti
    Dec, 2016 18

    yes we can run asp web application without web.config file. it will take default configuration..machine.config file

    • 0
  • ramakotaiah patti
    Dec, 2016 18

    yes we can run asp web application without web.config file. it will take default configuration..machine.config file

    • 0
  • ramakotaiah patti
    Dec, 2016 18

    yes we can run asp web application without web.config file. it will take default configuration..machine.config file

    • 0
  • ramakotaiah patti
    Dec, 2016 18

    yes we can run asp web application without web.config file. it will take default configuration..machine.config file

    • 0
  • Rathrola Prem Kumar
    Dec, 2016 17

    Yes you can, but remember without in debugging mode.....

    • 0
  • Sreekanth Reddy
    Dec, 2016 7

    Yes.

    • 0
  • Khaja Moizuddin
    Dec, 2016 2

    No all configuration will be in web.config

    • 0
  • Akash Srivastava
    Nov, 2016 14

    No

    • 0
  • Akash Srivastava
    Nov, 2016 14

    No

    • 0
  • Akash Srivastava
    Nov, 2016 14

    No

    • 0
  • Aleena Saviour
    Nov, 2016 3

    noooo

    • 0
  • Kml Surani
    Sep, 2016 6

    No

    • 0
  • mani kandan
    Aug, 2016 31

    yes,possible to run Asp.net Application Without Web.config,because machine config contain all default settings of asp.net web application

    • 0
  • Soumalya Das
    Aug, 2016 11

    Yes it is possible but not in debugging mode

    • 0
  • Vishal Jadav
    Aug, 2016 8

    Yes. if web.config not exists then iis will user app.config with default configurations.

    • 0
  • Prasanna Murali
    Jun, 2016 24

    Yes we run asp.net page without web configuration

    • 0
  • Keerthi Venkatesan
    Jun, 2016 8

    Hide Copy Code Yes, we can run an asp.net application without the WEB.CONFIG file.

    • 0
  • Nikhil Sangani
    Jun, 2016 6

    Yes we can run Asp.net application without Web.config file.

    • 0
  • Avikshith Aradhya
    May, 2016 30

    Yes we can Run. If u r not configure any settings in web.config file then it will take machine.config file for default configurtaons

    • 0
  • Ervis Trupja
    May, 2016 27

    Yes we can run asp.net application without web.config file.If you have not configured any settings in web.config file then it will take machine.config file for default configurtaons.

    • 0
  • Mudit Gaur
    May, 2016 19

    Yes, we can run an Asp.Net web application without web.config file but without debugging mode.

    • 0
  • Keerthi Venkatesan
    May, 2016 13

    We can run Asp.Net application without using Web.config file.

    • 0
  • Santosh Kumar Adidawarpu
    May, 2016 9

    Yes, it is possible to run your application without config file, if that is a case then it will use machine.config file.

    • 0
  • Ashish Srivastava
    Apr, 2016 17

    Yes, we can run an Asp.Net web application without web.config file but without in debugging mode. If we don't configure any settings in web.config file then it consider machine.config file as default configuration. Machine.config file contains default settings for all the asp.net web applications which will be applied to all asp.net applications.

    • 0
  • Amatya Gupta
    Mar, 2016 31

    Yea its possible

    • 0
  • Keerthi Venkatesan
    Mar, 2016 31

    Yes, we can run an asp.net application without WEB.CONFIG file.

    • 0
  • Keerthi Venkatesan
    Mar, 2016 31

    Yes, we can run an asp.net application without the WEB.CONFIG file.

    • 0
  • Keerthi Venkatesan
    Mar, 2016 31

    Yes, we can run an asp.net application without the WEB.CONFIG file.

    • 0
  • Sreekanth Reddy
    Mar, 2016 15

    Yes we can run.

    • 0
  • Shipra Gupta
    Mar, 2016 11

    Yes, We can but without debugging.

    • 0
  • Amit Aggarwal
    Mar, 2016 6

    Preference will be given to machine config in this case and debugging will not be allowed

    • 0
  • Rajeev Punhani
    Mar, 2016 3

    Yes we can run asp.net application without Web.config

    • 0
  • Pankaj  Kumar Choudhary
    Feb, 2016 9

    Yes we can run an Asp.net web application without web.config file

    • 0
  • Munesh Sharma
    Feb, 2016 9

    Yes

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS