Click here to Skip to main content
15,905,912 members

Comments by Ashok26 (Top 15 by date)

Ashok26 22-Jul-13 19:22pm View    
This is what I tried:
Creating a user account and providing permissions on shared drive
Impersonate using this account. In order to make it work, I had to provide few permissions on folders on web server.
It works but there is an issue: After first download, next downloads start failing with an error of "Connection with the server was reset". It allows the complete file to be downloaded to client before the error. I think the file is not getting copied finally from temporary location to the client's selected location.
Ashok26 24-May-13 6:24am View    
Yes.
I do not impersonate. I had even tried to add user with server name and aspnet.

Now, I got to know there is a special format to add $ at end. Need to try that.
Ashok26 4-Feb-13 14:34pm View    
I have registered the dll on the othe machine I want to use as server.
Now I get error "Creating an instance of the COM component with CLSID {0FB78A3B-2E82-4C9C-A7B0-DF5F186B1168} from the IClassFactory failed due to the following error: 800a0153"
I checked references used in VB6 project. The project uses references of VB6 runtime only. Do I need to install VB6 runtime on server machine before using dll?
Ashok26 4-Feb-13 0:40am View    
I was able to do this and the issue is resolved.
Now, a new question:

Will there be any dependency on 32-bit platform.

I mean for now its working.

But do I need to do anything different when I move the application to a 64-bit machine?
Ashok26 4-Feb-13 0:34am View    
The VB6 application is a WinSocks application and it is client.
I do not want to convert it to save some time.