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
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 |
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 |
Answer / guest
if u access the database then your website wont work.....
| Is This Answer Correct ? | 0 Yes | 6 No |
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 |
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
Why select Web API?
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.
What is http post and http get?
What do you understand from custom control?
What is css in asp.net?
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
What are server-side comments in ASP.NET?
What is enableviewstate?
What is the use of placeholder control? Can we see it at runtime?
What are the differences between clr & cts?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)