I have a client that has developed a custom Membership Provider for ArcGIS server and cannot deploy the provider to the GAC. Does anyone know where we could put the DLL such that the ArcGIS Security and Token applications can "see" it?
Thanks, Carl
|
I have a client that has developed a custom Membership Provider for ArcGIS server and cannot deploy the provider to the GAC. Does anyone know where we could put the DLL such that the ArcGIS Security and Token applications can "see" it? Thanks, Carl |
|||||
|
|
You might try adding the reference to the web.config of those applications, provided you have access to the web server they are running on. You will need to keep the assembly binary in the Bin folder of each of those applications. |
|||
|
|
|
to use the token service i had to create a bin folder with the dll's inside the token folder. So it's looking like you'd need to duplicate the dll's inside each virtual directory for the web.config assembly look up to work. |
|||
|
|