52
Reply

Can we run an Asp.net web application without web.config file?

Ujjval Shukla

Ujjval Shukla

8y
9.7k
3
Reply

    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.

    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.

    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.

    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.

    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 :)

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

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

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

    Yes

    Yes you can run

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

    Yes

    yes

    yes

    yes

    yes

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

    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

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

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

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

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

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

    Yes.

    No all configuration will be in web.config

    No

    No

    No

    noooo

    No

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

    Yes it is possible but not in debugging mode

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

    Yes we run asp.net page without web configuration

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

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

    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

    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.

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

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

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

    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.

    Yea its possible

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

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

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

    Yes we can run.

    Yes, We can but without debugging.

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

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

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

    Yes