Browse by Tags
All Tags »
Frameworks (
RSS)
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...
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...
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...
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...