web.config
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi Is it possible to run a asp.net web application run without web.config file if i provide all setting in machine.confg file?
YES : 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. Thanx and regards, Tash