↧
URL Rewriting on GoDaddy and Shared hosting
After doing a lot of searching through google queries, forums and archives, I was finally able to solve the conundrum of using URL rewriting on GoDaddy. The site in question is also a subdomain in a...
View ArticleURL Rewriting/Mapping using Global.asax
Ultimately I wound up using a different method, specified in my other blog post on URL Rewriting on GoDaddy and Shared hosting. However, the method below is actually very useful if you are trying to do...
View ArticleCustom DAL Class SQL ORM ASP .NET
(common.DataObject may be of your choosing or may simply replace with dynamic) using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using...
View Article