31) 2/26/2004 835388835388 835388.html">BUG: The Request.ServerVariables("AUTH_PASSWORD") object does not display certain characters from an ASPX page (835388) - Explains that the password is displayed incorrectly when it is requested by using the Request.ServerVariables("AUTH_PASSWORD") object in an ASPX page when the password contains certain special characters.
32) 2/25/2004 306044306044 306044.html">INFO: Behavior of Date/Time Format Differs When Accessed from Active Server Pages (306044) - When you use the Now , Date , or Time functions from Active Server Pages (ASP), the Date and Time formats differ depending on parameters such as the impersonating user, the authenticating user, the logged-on user, and the version of the operating...
33) 2/24/2004 835680835680 835680.html">FIX: An application may experience latency when it requires long running or many communications between the Aspnet_wp.exe and the Inetinfo.exe processes (835680) - When an application requires long running communication or many communications between the Aspnet_wp.exe and the Inetinfo.exe processes, you may experience periodic latency in the application and queuing that may last up to 20 minutes. Also, static...
34) 2/24/2004 834608834608 834608.html">FIX: You receive a "Multiple controls with the same ID" error message when you dynamically add cached user controls to Webforms (834608) - When you dynamically add cached user controls to an Webform, you receive an error message that is similar to the following when you browse to the Web page: Multiple controls with the same ID '_909b6e15b33' were found. FindControl requires that...
35) 2/24/2004 834270834270 834270.html">FIX: You receive an "HTTP 404 Error" error message and the custom HTTP handler does not run again after you map Aspnet_asapi.dll to .* (834270) - You can configure an HTTP handler to handle all file name extensions that have no mappings. If the handler is configured this way, and you visit a Web site in a virtual directory that contains an application that has no mappings for a specific file...
36) 2/24/2004 831382831382 831382.html">FIX: ASP.NET returns a "NullReferenceException" error message when you use SQL Server Session state and you turn on the OutPutCaching feature (831382) - When you use the Microsoft SQL Server Session state, and you turn on the OutPutCaching feature for a Web page, if you set the Location attribute to Client (<%@ OutputCache Location="Client" Duration="900" VaryByParam="WaitMessage" %>), a user may...
37) 2/21/2004 833833833833 833833.html">Description of the documentation error in the "HttpServerUtility.Transfer Method (String, Boolean)" topic in the Microsoft Developer Network (833833) - Corrects a documentation error in the Microsoft Developer Network (MSDN), relating to a change in the behavior of the HttpServerUtility.Transfer method call in the Microsoft .NET Framework 1.1.
38) 2/20/2004 832183832183 832183.html">The "Viewstate is invalid for this page" error message does not provide sufficient information to troubleshoot the issue (832183) - Because View State data is stored in a hidden field on a Web page, it is vulnerable to tampering when data is being transferred between the client and the server. To help make the View State feature more secure, Microsoft ASP.NET validates the View...
39) 2/19/2004 835390835390 835390.html">Events are not raised for HTML controls that you run as server controls in Windows Server 2003 (835390) - Explains that events are not raised when you run HTML controls as server controls if you specify your computer name as the server name while creating a Web Application project in Windows Server 2003.
40) 2/19/2004 833552833552 833552.html">FIX: The Copy Project feature in Visual Studio .NET 2002 fails when you copy to a share when the trailing virtual root path does not match the virtual root alias (833552) - If you use the Copy Project feature by using the FileShare method in Microsoft Visual Studio .NET 2002, the feature may not work when you copy between two computers that are on different domains. Note You can use the Copy Project feature with two...
41) 2/19/2004 817029817029 817029.html">"Database Results Wizard" error message when you try to change a record in your database in FrontPage 2003 (817029) - In Microsoft Office FrontPage 2003, when you use the Database Editor to make changes to a database record in an Active Server Page (ASP) page that is contained in a Web site that you created by using the Database Interface Wizard, you may receive an...
42) 2/16/2004 253240253240 253240.html">PRB: Errors Not Returned When Stored Procedure Statement Fails (253240) - When executing a stored procedure with multiple queries (SELECTs, INSERTs and UPDATEs), the ActiveX Data Objects (ADO) errors collection appears not to be populated after an error occurs in the stored procedure. The stored procedure might also not...
43) 2/16/2004 250041250041 250041.html">PRB: An Error Occurred Reading or Setting a Configuration Parameter (0x80080005) (250041) - When you create a new Internet Information Server (IIS) Web site or a virtual directory, the Global.asa file may not appear to be executing correctly. This occurs because the application or session variables are not being set. When you access the...
44) 2/16/2004 240191240191 240191.html">HOWTO: Set Cookies Using ASP and Visual C++ (240191) - This article describes how to write cookies to a Web browser using the Active Server Pages Response object from a COM DLL created with Visual C++. Unlike writing cookies through script on an ASP page, or from a Visual Basic component, you must use...
45) 2/16/2004 191979191979 191979.html">PRB: VB Component Not Marked Apartment Produces ASP 0115 Error (191979) - When instantiating an ActiveX dynamic-link library (DLL) created with Visual Basic 5.0 within an Active Server Page using the Server.CreateObject, the following error may occur: Error 'ASP 0115' Unexpected error /<VirtualRoot>/<ASPPage> A trappable...