Interoperability between ASP.NET Web services and Windows Communication Foundation (WCF) Web services can be achieved by ensuring that services implemented using both technologies conform to the WS-I Basic Profile 1.1 specification. ASP.NET Web
Ref: ArticleDuring recent few engagements with my customers I've noticed VIewState is extensively [unintentionally] used. ViewState is on by default. The result is heavy weight Html that round trips on the network. This causes slow response time
While Windows Server 2003 includes both IIS 6.0 and ASP.NET 1.1, these components are disabled by default. This whitepaper describes how to enable IIS 6.0 and ASP.NET 1.1, and recommends several configuration settings to get the optimal performance
Ref: http://maordavid.blogspot.com/2007/06/aspnet-20-web-site-vs-web-application.htmlA common question by asp.net developers is what project model should I use for asp.net application? Web Site project (which introduced with VS 2005) or Web
Ref: http://blog.spontaneouspublicity.com/2007/08/20/using-jquery-to-make-aspnet-play-nice-with-aspnet/ I have found that developing an Asp.Net application that makes heavy use of javascript is very difficult. One of the major pain points is
As I mentioned before, it was hard to find information on how to setup an ASP.NET HTTP handler when I first started out. Of course, after time, I've found a wealth of articles, posts, and comments from others on these and other related topics. As my
-->To configure a Windows Communication Foundation (WCF) service endpoint to be interoperable with ASP.NET Web service clients, use the System.ServiceModel.BasicHttpBinding type as the binding type for your service endpoint. You can optionally
Ref: http://weblogs.asp.net/haroonwaheed/archive/2008/06/30/ASP.NET-Performance-Tips.aspxAt times even after applying the best coding policies & practices you don’t get the desired level of performance you are hoping from your ASP.NET
Ref: http://scottonwriting.net/sowblog/posts/13367.aspxI have long used FireFox as my default browser for surfing the web,but I typically test my ASP.NET pages on Internet Explorer for a coupleof reasons:Some of the larger software projects I work
Ref: http://asptutorials.net/ASP/making-high-quality-image-thumbnails/It is very useful on image gallery websites to take uploaded gifs or jpegs and automatically create thumbnails from them. It is not simple to do this in ASP.NET 2, but this