c# - DeploymentObjectProvider IIS extensibility -


i'm building custom provider msdeploy , followed examples:

http://sedodream.com/2012/06/07/aspnetprovidersandsqlazure.aspx

http://blogs.iis.net/kateroh/archive/2009/06/19/msdeploy-custom-provider-to-execute-batch-files.aspx

but can't work somehow. keep getting following exception:

c:\program files\iis\microsoft web deploy v3>msdeploy -source:customfile=c:\test \test.bat -verb=sync -dest:customfile=c:\test\test2.bat error code: error_provider_not_found more information: provider 'customfile' not found.  learn more at: http://go.microsoft.com/fwlink/?linkid=221672#error_provider_not_found. error count: 1. 

anyone got working example this?

ok here's answer: http://blogs.iis.net/kateroh/archive/2009/06/19/msdeploy-custom-provider-to-execute-batch-files.aspx

i'm case had add files in: c:\program files\iis\microsoft web deploy v3\extensibility


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -