web-config
Updatepanel works as expected in asp.net dev server (vstudio2010) and refreshes whole page on IIS7/2008
I\'ve got a rudimentary example from MSoft of an updatepanel.When I do a Ctrl+F5 to test locally on my VSTUDIO 2010 box I scroll down and hit the \"Refresh Panel\" button listed below and it updates w[详细]
2023-04-06 07:44 分类:问答ASP.NET App authenticates in Firefox but not in IE
When I open my ASP.NET app in IE it asks for username and password. I enter them and it rejects them. I do the same in Firefox and it works.[详细]
2023-04-06 05:27 分类:问答What is different between forms Authentication timeout vs session timeout in Asp.net application?
What is different between session timeout and form开发者_如何转开发s timeout property <authentication mode=\"Forms\">[详细]
2023-04-05 14:01 分类:问答Setting validationKey at server vs. site vs. app level
Our production environment has three load-balanced servers. On each server, there are nine sites in IIS. In each site, there are between 1 and 15 different apps.[详细]
2023-04-05 09:53 分类:问答How to get 2 different sections from web.config using one base ConfigurationSection class?
I need to get data from viewModelSettings section in web.config <vmSettings namespace=\"Site.Web.ViewModels\" assembly=\"Site.Web\"/>[详细]
2023-04-04 23:18 分类:问答How to use www root level web.Config file with "Use Visual Studio Development Center"
I hope I can explain this question sufficiently... In the past, we have utilized a web.Config file in the wwwroot folder so multiple sites can pick up the same connectionstrings/app settings (it also[详细]
2023-04-04 16:36 分类:问答Crossdomain WCF - Silverlight configuration error a:ActionNotSupported
I tried to run WCF functions from SilverLight Code. WCF is runing on site www.my-site.com Silverlight application is downloaded from site www.my-site.com as < IFrame/> part of html page which is do[详细]
2023-04-04 10:07 分类:问答Why i am unable to redirect to the given page using Web.Config
I have written my web.config file开发者_开发百科 as follows <authentication mode=\"Forms\">[详细]
2023-04-04 07:39 分类:问答c# edit and update a web.config file from ASPX page
I have two keys in my web.config that I need to make available for editing in an ASPX page the keys are..[详细]
2023-04-04 07:38 分类:问答What configuration is not used in a secondary web.config file for an ASP.NET web application?
The ASP.NET web applications that I\'m working on is using multiple web.config files.One in the web root folder, and then we have another project (*.csproj) called \"admin\" which is located in a nest[详细]
2023-04-04 03:32 分类:问答