Archive for June, 2008

If you are converting a .NET Web site to a web application, this article is great.
http://webproject.scottgu.com/CSharp/Migration2/Migration2.aspx
The only problem I ran into was I needed to manually add the System.Web.Extensions as a reference, (keeping reference in web.config isn’t good enough anymore) and I had some namespace issues.
First of all, to understand what your namespace should be, [...]