Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  73
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Sunday, October 12, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > ASP > Bugs and Fixes
Search
DevASP

What's New
What's Hot

BUG: Pressing ENTER on the URL Bar Does Not Reload a Posted Page (Q265843)       
Total Hits: 257  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Many Web sites use re-entrant ASP pages to implement a method known as "post-back" to process input that is submitted by users in HTML forms. The post-back method allows a form to be posted back to the same page that displays it. An ASP that implements this method to process form input is commonly known as a re-entrant ASP page. A HTTP_GET is invoked to initially display the form when the user enters the URL to the .asp or clicks on a hyperlink that points to it. When the form is filled out and ...

BUG: Session_OnEnd Changes Security Context of InProcess Component       
Total Hits: 888  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When instantiating an InProcess COM component from ASP's Session_OnEnd event, the COM component runs using the process token. During the Session_OnEnd event, the thread of execution reverts to the process security token. If the Web application is in-process, the process token is the Local System security context. If the Web application is set to run in a separate memory space, the process token is the IWAM_ This behavior can produce a variety of unexpected results, but the most common r...

BUG: Word 2000 and Excel 2000 Display ASP Source When Using MIME Type to Stream Data (Q266263)       
Total Hits: 1003  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When using the Multipurpose Internet Mail Extensions (MIME) content type in ASP to stream either a Microsoft Word 2000 or Microsoft Excel 2000 document, the client may receive either a blank document, static HTML, or the ASP source code rather than the intended document....

FIX: Request.ClientCertificate Returns Server Certificate (Q165157)       
Total Hits: 520  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Under certain circumstances, the Request object's ClientCertificate collection may contain information from the certificate installed on the server rather than information from the client's certificate....

FIX: Cannot Access Remote Files with the FileSystemObject       
Total Hits: 9429  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When accessing remote resources with the FileSystemObject through Active Server Pages (ASP), one of the following errors occurs: Microsoft VBScript runtime error '800a004c' Path not found Microsoft VBScript runtime error '800a0046' Permission denied Server object error 'ASP 0177 : 800a0046' Server.CreateObject Failed...

HOWTO: Fixing the "500 Extended Server Error" Problem on ISAPI       
Total Hits: 2276  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article explains how to fix the following Microsoft Internet Information Server (IIS) error:

500 Server Error. Specified Module could not be found...

BUG: Assignment of Multi-Valued Objects in Request Object Causes Corruption in Scripting Dictionary (Q216825)       
Total Hits: 392  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If items in the Request.Form or Request.QueryString collections that contain multiple values are assigned to a Scripting Dictionary object stored in the Session object, data corruption may occur. Corrupted data will manifest either as empty fields (that is, blank individual dictionary items) or items that contain garbage text. A common example of this is a checkbox; checkbox controls can have the same name so that multiple values of a single named item can be returned to the server.
...

BUG: Word 2000 and Excel 2000 Do Not Redirect Correctly When Using Response.Redirect (Q247318)       
Total Hits: 1615  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When using Response.Redirect in an Active Server Page (ASP) to redirect the client to a Microsoft Word document or a Microsoft Excel spreadsheet, the corresponding Microsoft Office application does not display the correct file that it was redirected to....

FIX: 'Access Denied' Error When You Access ASP Files (Q172954)       
Total Hits: 1082  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you try to load secure Active Server Pages (ASP) files on Microsoft Internet Information Server (IIS) servers with more than sixty virtual Roots, you may get the following error even if the user account has been granted explicit rights to the file:

HTTP Error 401 Access Denied

NOTE: This only occurs if the file permissions have been changed to grant the user account rights to the file after it has been accessed at least once....

Q172864 - BUG: ASP Pages Fail on Access to Session and Application Objects       
Total Hits: 819  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The information in this article applies to Microsoft Active Server Pages ,Microsoft Internet Information Server 3.0 and
Microsoft Data Access Components versions 2.5, 2.6, 2.7


...

FIX: VBS 2.0 String Formatting Functions Leak Memory (Q171365)       
Total Hits: 749  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Applications that use the Visual Basic Scripting (VBS) version 2.0 string formatting functions, such as FormatNumber and FormatCurrency, may experience memory leaks. The increased resource usage caused by these memory leaks is particularly important when VBS is used in the Active Server Pages (ASP) environment due to the high volume nature of Web servers....

FIX: ASP Session Variables Empty When Office 2000 MIME Types Are Streamed with Internet Explorer (Q264143)       
Total Hits: 613  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you stream MIME-typed data into a Microsoft Office 2000 application from an Active Server Page (ASP) page, Session variables are empty....

FIX: ASP Fails to Access Network Files Under IIS 4.0 and IIS 5.0       
Total Hits: 1757  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Failures occur when Active Server Pages (ASP) code accesses a file-based resource over the network. When you connect to an Access database or that Access database is linked to Access tables across the network, this problem can be caused by a combination of password synchronization being enabled and a bug in the Odbcjt32.dll version 3.51.1029 (Microsoft Data Access Components 1.5). That particular problem has been fixed in MDAC version 2.0 and later....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com