1) 10/7/2004 887459887459 887459.html">Programmatically check for canonicalization issues with ASP.NET (887459) - Describes how to add more safeguards to an ASP.NET application to help protect against common canonicalization issues.
2) 7/24/2004 873198873198 873198.html">The TextChanged event of a TextBox control may not fire if the AutoComplete feature is enabled in Internet Explorer (873198) - Describes a behavior where the TextChanged event of a TextBox control does not fire when you select the text from the AutoComplete list in Internet Explorer even if the text in the TextBox control changes.
3) 7/17/2004 812833812833 812833.html">FIX: You cannot run multiple ASP.NET processes on Windows Server 2003 (812833) - Discusses an update that corrects a limitation of the .NET Framework. You cannot run ASP.NET in High isolation and you cannot run multiple ASP.NET processes at the same time. This update causes ASP.NET processes to run inside Dllhost.exe processes.
4) 7/15/2004 841558841558 841558.html">Your Web browser does not display controls or your Web browser displays a blank .aspx form in ASP.NET (841558) - Describes a problem that occurs when your Web browser does not display controls or when your Web browser displays a blank .aspx form in ASP.NET.
5) 7/10/2004 841557841557 841557.html">The ASP.NET worker process restarts before the timeout setting has lapsed (841557) - Describes a problem where the ASP.NET worker process (Aspnet_wp.exe) restarts before the timeout setting has lapsed and an error message is logged in the application event log.
6) 7/7/2004 241492241492 241492.html">How To Read Cookies Using ASP and Visual C++ (241492) - Please note that the sample described in this article is dependent on another article from the Microsoft Knowledge Base, Q240191 - How To Set Cookies Using ASP and Visual C++. Please follow the steps outlined in this KB article before proceeding with...
7) 7/3/2004 261211261211 261211.html">How To Execute Long Running Queries from Active Server Pages (261211) - Running a stored procedure or a query that takes a long time to run from Active Server Pages (ASP) may cause the browser and/or ASP page to timeout out before the stored procedure finishes running. Microsoft recommends that you NOT run such procedures...
8) 7/3/2004 194023194023 194023.html">How To Configure a DLL Surrogate for Use with ASP (194023) - This article explains how to configure the registry to use in-process components outside the main process either on the same machine or on a remote server. IMPORTANT : This article contains information about editing the registry. Before you edit the...
9) 7/1/2004 289531289531 289531.html">How To Create ADO Disconnected Recordsets in ASP Using VBScript and JScript (289531) - This article shows one technique to create ActiveX Data Objects (ADO) disconnected recordsets in Active Server Pages (ASP) when programming with Microsoft VBScript and Microsoft JScript. This article assumes that the reader is familiar with ADO and...
10) 6/24/2004 842790842790 842790.html">A System.Security.SecurityException exception occurs when you try to impersonate a user from a secondary thread in an ASP.NET Web application (842790) - Explains that a SecurityException exception may occur when you try to impersonate a user from a secondary thread in an ASP.NET Web application. Describes three workarounds to solve this problem.
11) 6/23/2004 842789842789 842789.html">You receive a "logon failure: unknown user name or bad" error message while accessing remote security-enhanced resources from an ASP.NET application (842789) - Discusses the problem of not being able to access a security-enhanced remote resource from an ASP.NET application. Describes several workarounds for this problem.
12) 6/18/2004 841998841998 841998.html">FIX: Internet Explorer times out when it opens an ASPX page and when it uses Big-IP, SQUID Proxy Server software, SSL, and HTTP/1.0 (841998) - Fixes a problem where a Web browser times out when it opens an ASPX page over Big-IP by using Secure Socket Layers (SSL), a server that is running SQUID Proxy Server software, and HTTP/1.0 (at the client browser).
13) 6/15/2004 818058818058 818058.html">INFO: ASP.NET hotfix rollup (818058) - This hotfix rollup contains the following hotfixes. s 816829 FIX: When i/o thread processes a slow request, completions on named pipes between Inetinfo.exe and Aspnet_wp.exe are blocked For additional information, click the following article numbers...
14) 6/12/2004 827492827492 827492.html">You may receive error messages when you try to open an .aspx page in ASP.NET or in Visual Studio .NET (827492) - Describes error messages that you may receive when you try to open an .aspx page in ASP.NET 1.0 or in Visual Studio .NET. To resolve this problem, remove and then reinstall Visual Studio .NET and the .NET Framework.
15) 6/5/2004 836868836868 836868.html">FIX: Client-side caching does not occur when you use the OutputCache directive with the VaryByParam attribute (836868) - Describes a software update that adds the Response.Cache.SetOmitVaryStar("true") method. This method enables client-side caching when you use the VaryByParam attribute with the OutputCache directive.