Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
How many times has it been a complete pain to try to register your .DLLs on a remote server?
http://www.asp101.com/articles/jason/regsvrcomps/default.asp
Tutorial Statistics
How many times has it been a complete pain to try to register your .DLL's on a remote server? For me it was just about an everyday issue. This article will explore how to register your DLL's on NT 4*, using ASP.
* NOTE:This code has been tested and verified on NT4; it has proven to be unreliable on the Windows2000 Servers I tested it on. I am pretty confident that if you play around with the Permission settings in Win2K, you will be able to have it working there as well, but for now, I am focusing on NT4.
OK, let's begin. There are a few things you will need before we start.
1. The physical path to Regsvr32.exe on the remote computer (usually in \WINNT\System32 OR \WINNT\System32\inetsrv) 2. Everyone Permissions for Execute on Regsvr32.exe (Default Setting)
Now we can begin. More detail...
|
|
|