name space using System.DirectoryServices.AccountManagement;

alzo alzo asked on April 20, 2017 20:35

It is possible to use the following namespace with kentico in my webpart: using CMS.SiteProvider; using System.DirectoryServices.AccountManagement; using System.DirectoryServices;

If so how to push .dll files from these namespace into lib directory from kentico to the production server

Thank

Recent Answers


Brenden Kehren answered on April 20, 2017 21:11

Frankly, if you're asking these questions, you probably shouldn't be pushing these items to production.

You can use these namespaces in Kentico as you please. Simply add a reference to that DLL in your project and it will copy it to the BIN directory as you need. Pushing it to production depends on your publishing process. It could be as simple as just a file copy or it could be more complicated like deploying from source control.

0 votesVote for this answer Mark as a Correct answer

alzo alzo answered on April 20, 2017 21:19

thank Brenden Kehren

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.