I have an application which creates page routes from a database. My whole site is secured with forms authentication but I need to allow unauthenticated uses to access these routes. I don\'t want to ha
I have a web project (C# Asp.Net, EF 4, MS SQL 2008 and IIS 7) and I need to migrate it to IIS 7 locally (at the moment works fine with CASSINI).
I defind the conne开发者_Python百科ction string in web.config <ConnectionStrings> <add name=\"student\" connectionString=\"Server=student;Max Pool Size=300;Initial Catalog=studentDB;User ID
I have a custom roleprovider working with standard asp sitemap and menu control. I have securitytrimming enabled, and menu items successfully disappear/reappear as I amend the web.config as so:
In my Web.config file have the following setup: <add key=\"ClientMail\" value=\"ridermansb@bindsolution.com\"/>
I am working on a website where the images and other files are handled by a handler named resources.ashx. These files are not stored in any folder but are fetched from database.
I am trying to create a Custom Server Control in C# us开发者_如何学Going VS2008. I am using this custom control that actually requires me to modify the web.config file in order to add an HttpHandler w
Using only the web.config file, I need to redirect from one domain to another, and I also need to redirect each individual page (there are 25 of them) in my website to its corresponding page under the
How can one prevent automatic carriage ret开发者_运维百科urns for copy/pasted web.config XML nodes?
I have an Asp.NET MVC site that I manage multiple instances of.Each instance uses it\'s own database but the code base is all the same.To facilitate this I have several build configurations with match