Welcome to MSDN Blogs Sign in | Join | Help

Pradeep Anchan's Blog

Today is the first day of the rest of my life......

August 2007 - Posts

The SSL is not working on the IIS 5.0 web server. We are not able to browse using https. SSLDiag tool shows "#WARNING:Failed to read schannel data" and "#WARNING: AcquireCredentialsHandle failed with error -2146893051(0x80090305)"
ENVIRONMENT: ============== Windows 2000 Server SP4, IIS 5.0 We are unable to browse the site if we enable SSL. When we browse using https, it fails with generic "Page cannot be displayed" error. SSLDiag tool shows "#WARNING:Failed to read schannel data" Read More...
AJAX 1.0: "Microsoft JScript runtime error: '0.cells' is null or not an object" error in AJAX enabled ASP.NET page.
CAUSE: - The DIV contained an UpdatePanel with the id “MultiView”. Inside the ContentTemplate of the UpdatePanel there was a asp:menu Control. - The Menu Control has these items: <Items> <asp:MenuItem Text="Notes" Value="0" ></asp:MenuItem> Read More...
The operation has timed out. System.Net.WebResponse GetWebResponse(System.Net.WebRequest) at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
We get the following error when a .NET based Windows Service makes a call to ASP.NET Webservice to upload the file. The operation has timed out System.Net.WebResponse GetWebResponse(System.Net.WebRequest) at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest Read More...
Page view tracker