Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what if we delete web.config or machine.config?

will a website work if we delete webconfig....or if we
delete machine config?

Answers were Sorted based on User's Feedback



what if we delete web.config or machine.config? will a website work if we delete webconfig....or ..

Answer / neha

If we are not using any values in config file then it wont effect the website,connestionstring can be given in sqlconnection object not necessary to take it from config file

Is This Answer Correct ?    10 Yes 3 No

what if we delete web.config or machine.config? will a website work if we delete webconfig....or ..

Answer / gaurav

by deleting the web.config or the machine.config files will
definitely create compilation errors because it's the config
files where you specify the settings. Web.config files is
not only for mentioning the connection strings but it's
implementation is more than that.

Is This Answer Correct ?    3 Yes 1 No

what if we delete web.config or machine.config? will a website work if we delete webconfig....or ..

Answer / guest

if u access the database then your website wont work.....

Is This Answer Correct ?    0 Yes 6 No

what if we delete web.config or machine.config? will a website work if we delete webconfig....or ..

Answer / giri

Yes if u delete web.config then ur application automatically
creates the web.config file and executes

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

1 Answers   Innvectra,


Why select Web API?

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


What is http post and http get?

0 Answers  


What do you understand from custom control?

0 Answers   C DAC, CDAC,


What is css in asp.net?

0 Answers  


What is rending process in ASP.NET?

0 Answers   Sans Pareil IT Services,


about view state and how validation controls will be executed on client and server

3 Answers   Wipro,


What are server-side comments in ASP.NET?

0 Answers   Winsol Solutions,


What is enableviewstate?

0 Answers  


What is the use of placeholder control? Can we see it at runtime?

0 Answers  


What are the differences between clr & cts?

0 Answers  


Categories