If there are two web.config files in a application which
config files will get priority?
Answers were Sorted based on User's Feedback
Answer / sankar
local web.config file is having more priority than the
comman web.config file.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / prashanthi
Watever the First Webconfig File is there.It has the First
Priority than Others.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / rajesh
The web.config file which automatically created when we
start the application will get priority.
Is This Answer Correct ? | 2 Yes | 1 No |
Describe a Windows Service and its lifecycle ?
What is postback pixel?
how many databases and tables are uses in one project?
what is the difference between this.controls and page.form1.controls and me.controls?
Explain what a diffgram is and a good use for one?
1 Answers Siebel Systems, Syntax Softtech,
What?s the difference between Response.Write() andResponse.Output.Write()?
when i want to use asp.net configuration for creat users and roles i recived this message: There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Unable to connect to SQL Server database. when i clicked the choose data source button that give me another message that is this: Use this page to configure how Web site management data such as membership is stored. You can use a single provider for all the management data for your site or you can specify a different provider for each feature. Your application is currently configured to use the provider: AspNetSqlProvider Select a single provider for all site management data Select a different provider for each feature (advanced) ------------------------- and this message was reapeted in other choose again. please help me if u know why i gave that message so i wont can creat my users and roles
Explain what does wsdl stand for?
How can you handle exceptions in asp.net?
How do you add a javascript function for a link button in a datagrid ?
What is asp.net and its advantages?
IN an ASP.NET Web application if there is any error, how can you debug?