web.
I am running into some problems while trying to get DAAB from Enterprise library 5.0 running. I have followed the steps …
web-config enterprise-library data-access-layer daab enterprise-library-5While changing the maximum allowed file size for upload I stumbled on those two settings. In the sytem.web you …
asp.net file-upload web-config maxrequestlengthWhen I try to call a WCF service I am getting the following message "An error occurred when verifying security …
wcf web-config wcf-binding servicebehaviorWhat is the difference between the following entry in web.config: <sessionState timeout="30"/> And this setting in IIS 7.5 (…
.net asp.net iis web-config windows-server-2008I have a Web.config with several ConnectionStrings <connectionStrings> <add name="connStr1" connectionString="... <add name="ConnStr2" …
c# .net visual-studio web-config web-config-transformI updated MVC4 to MVC5. When you run the application I got an error that I don't have WebMatrix.Data. …
c# asp.net-mvc asp.net-mvc-4 asp.net-mvc-5 web-configI want to put an comment in web.config file, something like this: <httpRuntime requestValidationMode="2.0" // require for [ValidateInput(false)] …
asp.net web-config xml-commentsI use this code in the web.config in one of the folders of my website to redirect all pages …
asp.net web-config http-redirectHere is my Web.config file: <?xml version="1.0"?> <configuration> <system.web> <customErrors mode="…
asp.net mono web-config custom-errorsI have this scenario: A user comes to my site and follows a link, which doesn't exists anymore, he should …
asp.net .net mono web-config lighttpd