Posts

Showing posts from March, 2010

Tips : WCF Service not working on IIS 7.0

I was hosting my WCF services built on .NET 4.0 in IIS 7. It failed with the error   System.TypeLoadException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.   I tried the aspnet_regiis –iru and Bingo it worked.   Hope this helps someone.   Cheers!!!

New look for www.asp.net

There is a new look for http://www.asp.net/ . Check out..   Cheers!!!

ASP.NET MVC 2 is released

I just happened to see this on Scott Hanselman’s blog that ASP.NET MVC 2 is released . It can be downloaded from http://www.microsoft.com/downloads/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&displaylang=en   Cheers!!!

URL Routing in ASP.NET 4.0

URL Routing in ASP.NET 4.0 is a excellent which helps in SEO . For more info please read @ http://www.4guysfromrolla.com/articles/012710-1.aspx    

Response.RedirectPermanent in ASP.NET 4.0

Response.RedirectPermanent is a way to redirect using HTTP 301 (permanently) response.   For more Info Check : http://weblogs.asp.net/scottgu/archive/2010/01/05/asp-net-4-seo-improvements-vs-2010-and-net-4-0-series.aspx