First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21
mysmartupload issue
hello I'm trying to rename the aspsmartupload filename but having issues. Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload") mySmartUpload.Upload set mySmartUpload.Files.Item(1).FileName = mySmartUpload.Form("year") & mySmartUpload.Files.Item(1).FileName this is the error I get Mi... 20 Dec 2007 04:40
aspexec is not working in IIS 6.0
Hi all, I am doing a migration for our web program from IIS 5.0 to IIS 6.0 One thing I was baffled is aspexec component. I didn't change the code, but it seems the following code doesn't work anymore in IIS 6.0 in windows 2003 set Executor = Server.CreateObject("ASPExec.Execute") Executor.Application = sDo... 12 Nov 2007 01:23
PDF cache problem
I have been successful in getting Persits ASPPDF to create pdf files for me but I have run into a problem. I have a page to create my pdf from a dynamic asp page. Each time the script runs it overwrites the previous pdf file. I then use response.redirect to load the pdf file in the browser. The problem is that... 10 Nov 2007 07:31
Using Acrobat COM objects in ASP.NET
Hello I am trying to use an Acrobat SDK object (AcroPDDoc) in my ASP.NET site. I get the following error: Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {FF76CB60-2E68-101B-B02E-04021C009402} failed due to the following error: ... 30 Aug 2007 13:18
Multi-part messages with CDOSYS
Hello, I'm migrating from Dimac Jmail to Microsoft CDOSYS for an ASP application, and I'm in stuck with a multipart message wich sends an e- card. Here it is part of the code with Jmail: ============================================================================== msg="" msg=msg & "This is a multi-part me... 30 Aug 2007 11:05
call asp fuction on button click in asp
dear sir/madam 1> I want to call an asp function through onclick method of button. 2> I want to call an asp function through javaScript Thanks in advance ... 13 Aug 2007 07:02
msxml3.dll error '80070005' Access is denied. - Loading XML file from shared folder
Here is a nasty issue that has been giving me grief for the last couple days. This requires good knowledge of IIS, MSXML, and Windows/ NTFS permissions. We have an existing ASP (VBScript) app hosted on IIS 6.0 (W2K3). We need to restrict access to specific users within our company network. To reduce developm... 20 Aug 2007 14:44
Consuming Web Service using classis ASP
Hi, I can not find a decent example showing how to consume a asp.net 2.0 web service using classic ASP. Does any body have an example I could use? Thanks ... 5 Jun 2007 11:41
Error: File /trxweb/trxweb.asp Unexpected error.(E06D7363)
Hi, Past few days I see following errors in Event Log after which few ASP scripts stopped working (or part of it's functionality - not very sure which one). "Error: File /trxweb/trxweb.asp Unexpected error. A trappable error (E06D7363) occurred in an external object. The script cannot continue running.."... 20 Mar 2007 12:46
Classic asp and IIS 6.0
In our application we need to increase the session timeout to 2 hours when the user requests a certain page. We use the following code to do that. Session.Timeout = 120 This works fine on IIS 5.0. After we moved the application to IIS 6.0 the session timeout does increase when the page in executed. It logs th... 27 Feb 2007 20:43
First  |  Prev |  Next  |  Last
Pages: 9 10 11 12 13 14 15 16 17 18 19 20 21