Developer forum

Forum » Hosting » Upload the Notifications created along with files.

Upload the Notifications created along with files.

Klumpford
Reply

Hi

I have created a notification related to order and tested locally. Also I have created custom logics which I invoked in the Order Cshtml files.

But If we wish to deploy the files, we can only deploy the "Files" folder.

Kindly let me know how to deploy Files folder with custom logics. (Dw10)

Thanks.

 

 

 


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

What version of DynamicWeb are you running on and who is hosting your site?

When you're on DW 10, you should be able to upload custom assemblies using the DW CLI: https://doc.dynamicweb.dev/documentation/fundamentals/code/CLI.html#installing-custom-dlls Be sure to read about environments first: https://doc.dynamicweb.dev/documentation/fundamentals/code/CLI.html#environments-and-users

For DW 9, you need to place the assemblies in the site's Bin folder on the server. If you don't have access, you need to ask your host for access.

Imar

 
Klumpford
Reply

Currently I am using DW10, Based on the document for creating extension project I have done the same and its working locally.

I want to install the extension project in the staging environment. How to deploy the extension in that environment

 

 

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
This post has been marked as an answer

As I said: when you're on DW 10, you should be able to upload custom assemblies using the DW CLI: https://doc.dynamicweb.dev/documentation/fundamentals/code/CLI.html#installing-custom-dlls Be sure to read about environments first: https://doc.dynamicweb.dev/documentation/fundamentals/code/CLI.html#environments-and-users

Votes for this answer: 1

 

You must be logged in to post in the forum