Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 16, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
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 > Errors > ASP Errors
Search
DevASP

What's New
What's Hot

ASP Error Handling - On Error Resume Next       
Total Hits: 120  |  Today: 0 Author: Todorov       Rating:  
Read Reviews | Write Review |              Your Rating: 

In ASP you handle application errors by using the On Error resume Next statement.If you don’t want your visitors to see ugly meaningless error messages, then you’ll have to implement some kind of error handling in your ASP applications....

PRB: PDW Does Not Include .ASP and .HTM Files for Standard Setup       
Total Hits: 615  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

When using the Package and Deployment Wizard (PDW) to create a Standard Setup Package for an application containing Web Classes, .ASP and/or .HTM files will not be automatically included in the application distribution set....

Inbound connections limit in Windows XP       
Total Hits: 579  |  Today: 0 Author: microsoft.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

At a computer that is running Windows XP or Windows 2000, when you attempt to connect to another Windows XP computer, you may receive the following error message:
No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept....

Error Message: HTTP 403.9 - Access Forbidden: Too many users are connected       
Total Hits: 641  |  Today: 0 Author: microsoft.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you try to browse an Internet Information Services (IIS) 5.0 Web site that is running on Microsoft Windows 2000 Professional, the following error message is displayed at the top of the browser:
The page cannot be displayed
There are too many people accessing the Web site at this time....

PRB: Server Object Error 'ASP 0178 : 800a0005' From WebClasses       
Total Hits: 580  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

When debugging a WebClass from the Visual Basic IDE, the following error occurs:
Server object error 'ASP 0178 : 800a0005'
Server.CreateObject Access Error
/Temp/WebClass1.ASP, line 14
The call to Server.CreateObject failed while checking permissions.
Access is denied to this object.
You might also notice a Transaction Server Error entry in the NT Application Event Log. The details of the error message should look similar to this:
Failed on creation from object context: I...

PRB: Server Object Error "ASP 0177:800401f3" Occurs When You Browse to a WebClass Application       
Total Hits: 391  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you browse to your WebClass application (Internet Information Server application), you receive the following error message in your browser:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject failed
YourWebClass.asp, line 8
Invalid class string...

PRB: Server Object Error "ASP 0178" Occurs When You Run a WebClass in Windows 2000       
Total Hits: 206  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you run a WebClass (IIS Application) in Visual Basic 6.0 under Windows 2000, the following error message appears in the browser:
Server object, ASP 0178 (0x800A0005) The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
This error only occurs when you run the WebClass from within the Visual Basic integrated development environment (IDE). It does not occur when you run the WebClass in a compiled state....

PRB: Error "Session Object, ASP 0168" When You Assign Session Variables in JavaScript (Q296169)       
Total Hits: 631  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you try to assign a Request.Form or Request.QueryString variable to a Session variable in your JavaScript code, you receive the following error message on a computer that is running Microsoft Windows NT 4.0 (Internet Information Server 4.0):

Session object error 'ASP 0168 : 80004005'
Disallowed object use
/virdir/page.asp, line xx
An intrinsic object cannot be stored within the Session object.
You receive the following error message on a computer that is running Micr...

PRB: Do Not Save ASP Files in UNICODE Format (Q245000)       
Total Hits: 927  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Executing Active Server Pages (ASP) saved as UNICODE format produces the following error:

Active Server Pages, ASP 0239 (0x80004005)
Cannot process file
UNICODE ASP files are not supported.
CAUSE
The ASP compiler cannot parse ASP files that are saved in UNICODE.
...

PRB: VBScript 'Type Mismatch' Error When Field Type Is adNumeric (Q195180)       
Total Hits: 1493  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you perform a numeric comparison or calculation on an adNumeric (131) field type using VBScript, the following errors may be returned:

Microsoft VBScript runtime error '800a000d'
Type mismatch
Microsoft VBScript runtime error '800a01ca' Variable uses an Automation type not supported in VBScript...

PRB: VBScript Date and Time Formats Change with Logged on User (Q218964)       
Total Hits: 826  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use the VBScript Now, Date, or Time functions, the date and time formats differ depending on the user that is logged on to the computer. This creates a problem for server applications that are developed using Active Server Pages where the date or time formats are critical, but the date or time formats change when different users log on to the server or when no users are logged on....

Errors Occur When the MTS Identity Is Not Set to the Default User (Q232629)       
Total Hits: 846  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you attempt to open an ASP application in the Web browser, the following error message occurs:
Server Application Error An error occurred reading or setting a configuration parameter. (0x80080005)
After you receive this error message, the Event Viewer will contain the following system event:
DCOM got error "Logon failure: unknown user name or bad password. " and was unable to logon DOMAINX\Administrator in order to run the server: {182C40F0-32E4-11D0-818B-00A0C9231C29}
.....

PRB: 'Couldn't Find File 'Unknown' Error When You Set Default Language to JScript       
Total Hits: 477  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When the default language is set to JScript for Active Server Pages (ASP) connecting to a file-based database (for example, Access, Visual FoxPro) returns an error such as the following:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access 97 Driver] Couldn't find file '(unknown)'....

Cannot Start Web Publishing Service in Personal Web Server (Q183965)       
Total Hits: 789  |  Today: 1       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you attempt to start the Web Publishing service in Personal Web Manager, you may experience one of the following symptoms: The program may stop responding (hang).
The Start button in Personal Web Manager may be unavailable....

Inbound connections limit in Windows       
Total Hits: 515  |  Today: 0 Author: microsoft.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

When a user at a computer that is running Windows NT or Windows 2000 Professional attempts to connect to a Windows NT Workstation system that already has ten users connected to it, the following error message appears:
No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
When an eleventh user at a Windows for Workgroups version 3.x system attempts to connect to a Windows NT Workstation system that al...

BUG: ASP error 80070005 "Server.CreateObject Access" when you create a Visual Basic component       
Total Hits: 772  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you instantiate a Visual Basic component from an Active Server Pages (ASP) page, you may receive the following error: Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
With Visual Studio 6.0 Service Pack 5 (SP5), you may receive the following error message:
Error number: -2147024891
ASP 0178 Server.CreateObject Access Error The call to Server.CreateOb...

BUG: ASP error 80070005 "Server.CreateObject Access" when you create a Visual Basic component       
Total Hits: 257  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you instantiate a Visual Basic component from an Active Server Pages (ASP) page, you may receive the following error: Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
The call to Server.CreateObject failed while checking permissions. Access is denied to this object. With Visual Studio 6.0 Service Pack 5 (SP5), you may receive the following error message: Error number: -2147024891
ASP 0178 Server.CreateObject Access Error The call to Server.CreateObject fai...

ASP Fails with Requested Header Not Found Error Message (Q170044)       
Total Hits: 364  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

After you install Active Server Pages (ASP) and try to run one of the sample pages using Anonymous Authentication, you will get following error message: Requested Header Not Found is returned. This error is a permission issue and can be returned under other circumstances. Any time a secured page or directory is accessed and the only authentication method enabled under Internet Service Manager is Anonymous, the above error message will be returned to the browser....

PRB: User Requests to Active Server Pages Serialize from the Browser (Q244298)       
Total Hits: 469  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

User requests serialize when you test your Active Server Pages (ASP) pages from one instance of a browser. -or-
In Performance Monitor, you see the number of Requests Queued go up even though Requests Executing is less than the number of available threads for ASP, when you test your ASP pages by refreshing a browser.

...

Active Server Pages Script Appears in Browser       
Total Hits: 248  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use Microsoft Internet Information Server (IIS), if you place a period (.) in a browser's command line after any script-mapped file name, you receive unexpected results. The browser produces a document that contains the scripting information and other data in the file....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com