Browse by Tags

All Tags » Frameworks (RSS)
Since .NET 2.0 and Visual Studio 2005, the ability to encrypt the config file has been possible. This functionality is built-in to the aspnet_regiis.exe utility. This executable uses flags to designate a few items: -pe for encrypting web projects registered...
Posted by bmains | 2 comment(s)
I deployed changes to a site, and it turns out I had an error in the configuration file. I made a change, deployed the new file, and still had an error. I tried to figure out what it was; the error messaged showed the new configuration file, but still...
Posted by bmains | with no comments
Filed under:
If you need to encrypt or decrypt the connection string, I found a great resource that you can access. It is available on: http://aspnet.4guysfromrolla.com/articles/021506-1.aspx . It shows you how to do it programmatically, and through the aspnet_regiis...
Posted by bmains | with no comments
Filed under:
I was excited to see the <urlMappings> element. When enabled, you can specify url's that when entered into the browser will redirect to another page. For example, take the following section: <urlMappings enabled="true"> <add...
Posted by bmains | 392 comment(s)
Filed under: ,
I was working with my application the other day, and upon saving a page, without closing the browser, I realized that the framework detected the change immediately and automatically. I was astonished at how that worked; I could tell it was working because...
Posted by bmains | with no comments
Filed under: