| Thread | Last Post | Replies |
|
| Exe problem | 28 Feb 2005 21:31 GMT | 1 |
I have a problem, i am calling an exe from asp program. Its not working fine. When i execute the exe through the dos program directly i get the desired result.
|
| Download binary file to local hard drive | 28 Feb 2005 04:00 GMT | 1 |
If this is not the appropriate NG, please help me by telling me where I should post this question. I want to keep a collection of Word Documents on the server. (Maybe SQL, maybe file based - that's another issue)
|
| how to debug - asp500.100 out of memory ? | 24 Feb 2005 21:45 GMT | 2 |
I have a few customers that receive an ASP500.100 VBScript Compilation Error Out of Memory - after running their servers for several weeks (sometimes months). Before opening a premier case I figure I'll try to get as much debug info as
|
| ActiveX server components | 23 Feb 2005 17:23 GMT | 1 |
I have written an ActiveX component for a WEB app. that is invoked by an ASP page. Since multiple instances of this page will be requested, are there any special coding practises that I should be aware of? I ask this because it 'crashes' (CPU goes to 100%) after 'a few' hours
|
| aspUpload and File object problems?? | 22 Feb 2005 17:58 GMT | 3 |
I'm thinking this has something to do with data type but I'm not sure. All I'm trying to do here is upload media to the server using aspUpload then update the database with information about the file being uploaded. The uploading is working fine. The problem is I don't know how ...
|
| 0x8004E005 and 0x80004005 COM Errors - Please help | 22 Feb 2005 02:46 GMT | 3 |
Sorry for the x-post. I hate it but I am in a soup and need some immediate help. I have migrated a VB 6.0 COM project into VB.NET COM interop components. The front-end still remains in ASP.
|
| Component never released by IIS | 21 Feb 2005 21:59 GMT | 1 |
I have a component whose interface (there is only one) m_dwRef never reaches zero. Subsequently the component is never released. However the component is created within an ASP page and held in the Session object. The session is set to time out after 1 minute, but the
|
| Find COM component path in ASP | 21 Feb 2005 21:56 GMT | 1 |
I'm currently trying to move an existing ASP site to a new server. I need to find all of the dependant COM components and their path on the old server. (I'm primarily concerned with custom components, not components with additional internal dependancies so let's assume that ...
|
| Pingning/tracerouting | 21 Feb 2005 20:42 GMT | 1 |
I need to create a status page with an overview of the internet connection quality in terms of ping response times and hops to different ISP's. Therefore i need one or more components that could be used for pinging and tracerouting, and if possible with decimals after the ...
|
| looking for a tool/ middleware component which.. | 21 Feb 2005 11:45 GMT | 1 |
I'm looking for a tool which should act like some kind of middleware/ logical layer bewtween the SQL server and the webbased user interface. - It should be possible to easily create simple web forms (only data input and output) without programming effort by "clicking" the fields
|
| Syntax error with dates | 11 Feb 2005 22:31 GMT | 4 |
I am trying to update an Access database using an ASP form with a date. All I return is a custom error telling me there is a syntax error with the field I am trying to pass. Help.
|
| IIS server cannot run debugging for asp script in Windows 2003 | 08 Feb 2005 05:24 GMT | 4 |
I tried to debug asp script in Windows 2003. I went to the property of IIS virtual directory, IIS application configuration, debug tab. I checked Enable ASP server-side script debugging and Enable ASP client-side script debugging. I added stop statement in ASP script or put ...
|
| CODEBASE attribute | 03 Feb 2005 13:24 GMT | 1 |
I am having trouble downloading an ActiveX control to a web page. The control is downloaded but the page reports that properties do not exist. I suspect that the reference is null. The control does work on the local machine. Here is the code. Is there some kind of obvious error ...
|