First  |  Prev | 
Pages: 11 12 13 14 15 16 17 18 19 20 21
error '8004020e'
I'm using CDOSYS to email out of a web page. Here's the code: emailSubmitter = rs("emailaddr") Set myMail.Configuration = objConfig mymail.From = "Training Event Approval/Decline" myMail.To = emailSubmitter myMail.Subject = "Training Form Approval" myMail.HTMLBody = strBody When I send it out with a varia... 7 Dec 2005 17:09
Create Certificate Error '80070002'
Hello, I have created an ASP page that requests special V2.0 Certificates for a user. This is to use with our VPN solution. My code errors on this line: requeststr = CertEnroll.createRequest(XECR_CMC,dn, "") This ASP page/Application has anonymous disabled and has Basic Authentication Configured with SSL. ... 25 Oct 2005 12:20
Password Encryptor/Decryptor for ASP 3.0?
Hi! Im planning to encrypt the password that was stored on msaccess database and also the text inputed from a password textbox. Also, if I want to get the password from the database, I need to decrypt it so it can be comparable to the one that is inputed on the textbox. Is there a way on how to handle this? M... 22 Oct 2005 04:18
ScriptEngine threw exception 'C0000005'
Hello, I'm receving the following on my webserver (Windows 2003 Server SP1) Event ID: 5 Source: Active Server Pages Error: File /KQShopping/ordercomplete4.asp Script Engine Exception. A ScriptEngine threw exception 'C0000005' in 'IActiveScriptParse::ParseScriptText()' from 'CActiveScriptEngine::AddScriptlet()'.... 23 Aug 2005 08:45
Server.HTMLDecode
how can I write a server.htmlDecode function? thank you ... 7 Jun 2005 12:42
WebForm_PostBackOptions javascript Error
I recently received a Javascript error, "'WebForm_PostBackOptions' is undefined" from an application I'm working on. It occurs during the PostBack from a DropDownList. I've created a project which is only a DropDownList, with some Data and AutoPostBack = True, and it caused the error. I've ran aspnet_regii... 20 Mar 2005 06:16
Intermittent errors occurs and hangs the ASP-session
Hi, I have a problem with a win 2003 server Standard edition. Sometimes when I'm working in my web application the session hangs (but not the ASP-application). In the application log I find the following error: Event Type: Error Event Source: COM+ Event Category: Unknown Event ID: 4689 User: N/A The run-ti... 22 Feb 2005 13:50
Simple File Upload Script
I found this when searching. I need to have a simple script that will upload a single file. It is giving me an error on Set upl = Server.CreateObject("ASPSimpleUpload.Upload") It is saying : Server object, ASP 0177 (0x800401F3) Invalid class string Am I missing something? A DLL perhaps? ---------------... 17 Feb 2005 13:08
Out of string space
Hi there! Sometimes I am getting the errormessage "Out of string space ". The error occurs on this code: sBrf = sBrf & sBodyTmp & "\par \page \par " When this occurs len(sBrf)<100.000 and len(sBodyTmp)<10.000. Also there is about 1,5gb fysical memory free. I am using Windows 2000 IIS5. I tried isolat... 16 Feb 2005 10:51
On Windows 2003 IIS (6.0) failed to download a file from ASP page
The ASP application uses the "File" active-x control. On windows 2003 IIS(6.0), the download the file fails with the Error: Request object error 'ASP 0104 : 80004005' The above error is retuned by my asp code: lnBytes = Request.BinaryRead(lnByteCount) I did not see this error on windows 2000 s... 15 Feb 2005 15:12
First  |  Prev | 
Pages: 11 12 13 14 15 16 17 18 19 20 21