difference between <connectionstring> <Appsetting>
Answer Posted / sivaram
Well inside the appsettings is where you put all properties
that have to do with the entire web application you are
building. Connection strings can be placed inside the
appsettings to make it easy to connect each page from your
site to a database. Instead of defining a connection string
on each page, you write it once it the web.config and can
reference it from all other pages.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is the current version of asp.net?
How many web.config files can I have in an application?
What is another word for redirect?
What is asp.net response object?
What is bson in web api?
What is difference between session and viewstate?
What is masterpage?
What are sharepoint pages?
How to make paging concepts in datagrid in ASP.NET?
What is the use of web.config and machine.config files?
What is postback pixel?
How do http sessions work?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is applicatio domain?