First  |  Prev | 
Pages: 179 180 181 182 183 184 185 186 187 188 189
ASP & LDAP
We've had an ASP running for about 9 months which returns a full listing of network users (taken directly from AD), and it has now stopped working with the following; Provider Error '80004005'. If I remove a field called 'userAccountControl' from the field list it works to a certain extent but still fails f... 16 Feb 2005 16:29
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
How can I check if CDO.SYS is working properly on Win2003/IIS 6.0?
I moved an ASP app to a new Win03 server. The sendmail function using CDO in all ASP appls suddenly stopped working. It worked fine on the previous server (also Win03/IIS6.0). Where should I go to check? Thanks Bill ----------------- SAMPLE ERROR: Server object error 'ASP 0177 : 800401f3' Server.CreateObject ... 15 Feb 2005 06:32
Passing prameters
Hi, I want to convert a microsoft project file into xml file.. Below is the code : <% Dim a Set a= Server.CreateObject("MSProject.Application") Dim objFSO Set objFSO = Server.CreateObject("Scripting.FileSystemObject") If objFSO.FileExists(Server.MapPath("1.xml")) Then objFSO.DeleteFile Server.Ma... 14 Feb 2005 19:31
ASP error under Windows 2003
Hello World, Is html based form for upload files. ASP script are get and save files on web server. Works fine on Windows 2000 Server. Under Windows 2003, if try to upload files more than 100Kb got error: Error number: -2147467259 Error source: Error description: Operation not Allowed in next line: ... 14 Feb 2005 19:30
403.1 Error
We just upgraded our server from Windows 2000 to Windows 2003 Server, and when I try to execute an ASP request, I get the message below. I ensure that ASP was an allowed file type, but still gives me the message. Any clues will be greatly appreciated. -----error start------------------------------------ ... 14 Feb 2005 19:30
window.close
When using "window.close", a dialog box ask u to comfirm, how to disable it ? ... 14 Feb 2005 19:30
Unable to upload file to server using "Pure ASP File Upload"
Hi! I'm using Pure ASP File Upload (http://www.asp101.com/articles/jacob/scriptupload.asp) to upload a file from a client to a server. I am testing both on a local IIS and a remote server. The welcome page has a browse button (for locating your local file), a textfield where the path is displayed, and a upload butto... 14 Feb 2005 19:30
showModalDialog problem when string too long - any alternatives ?
Hi, I am displaying a modal dialog in JScript using window.showModalDialog passing a long string as URL - i.e. it contains variables values just like a Get request. Problem is that string is now tool long and showModalDialog fails. I'm aware of the DialogArguments and passing an object to receiver but this is no g... 14 Feb 2005 19:30
First  |  Prev | 
Pages: 179 180 181 182 183 184 185 186 187 188 189