VS 2010 Web.config transformations for debugging
I’m a fan of the new VS 2010 Web.config transformations. I use this feature for deployment purposes and wondered if it is possible to use them for debugging too.
I’m a fan of the new VS 2010 Web.config transformations. I use this feature for deployment purposes and wondered if it is possible to use them for debugging too.
I have 2 login pages: Login.aspx-for customer login and xlogin.aspx for admin login
i just uploaded my project to the server and all application pages works great
but when i log in the admin xlogin.aspx i’m being forwarded to the admin.aspx page – but i get this error:
Is there a way to set the EnableSSL from the web.config?
i’m using ASP.net with .NET 3.5 on IIS7 (Vista) with the URL Rewrite Module from Microsoft.
What is a good way to edit a Web.config file programmatically?
I learn to work with the built-in profile provider of .Net, and have the following
problem:
I use this code in the web.config in one of the folders of my website to redirect all pages to the root because I want to close permanently this section.
Does anyone know if there is a way to “transform” specific sections of values instead of replacing the whole value or an attribute?
I got this rule in URL rewrite that rewrites every request to the site using HTTP to HTTPS
I already have a db connection string in my web.config file. I scanned the log4net docs, but can’t seem to find a way to use it within the log4net section of my web.config file. Is is possible to do something like this?