web-config
ASP.NET WEb.config Referencing an assembly
Hi I have 3 lines of code generated in my Web.config (.net 4.0) project as below <configSections>[详细]
2023-04-10 03:27 分类:问答How do I connect from a MVC3 .net application to a MySQL database through a SSH tunnel
I am building a .net MVC3 application using E开发者_运维知识库ntity Framework 4.One of the databases I would like to connect with has to be accessed through a SSH tunnel.Is there a way to do this thro[详细]
2023-04-10 03:03 分类:问答Does a web.config substitute app.config?
I wrote a dll project in c#. I added a service reference. A app.config was automatically generated. In the same solution I have an asp.net project.[详细]
2023-04-09 20:04 分类:问答web config clear
What is the use of the <clear/> in the web.config file? I h开发者_开发百科ave it under connectionStrings:[详细]
2023-04-09 18:35 分类:问答Namespaces in web.config file not working [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to add namespaces in web.config file?[详细]
2023-04-09 18:33 分类:问答Changing Web.Config in Production Environment
My client insists not to store prone-to-change configuration settings in the Web.Config file for our webservice (WCF). His reasoning is that he will have to deploy the application every time he wants[详细]
2023-04-09 17:14 分类:问答Password-protect folder with web.config
I have to password protect a directory on a Windows server. The page is supposed to show a list of files located in that directory. I don\'t have any previous knowledge (only worked with Apache before[详细]
2023-04-09 14:14 分类:问答How to access a custom config from my class library application?
开发者_如何学编程I have a custom config in my Infrastructure Project, but when my app start only my web.config is recognized.[详细]
2023-04-09 11:36 分类:问答How to add namespaces in web.config file?
I am using VS 2008 and C# but when Iadded namespace in web.config file, that namespace is not 开发者_StackOverflowimported or included in code behind or aspx[详细]
2023-04-09 06:18 分类:问答How to track down errors when Azure web role starts up?
I habe a web role in azure. It is running fine locally in development app fabric, but fails silently when deployed to Azure (simply no response at all for any request).[详细]
2023-04-09 00:49 分类:问答