Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can deploy to folder different than BIN?
Message
De
30/11/2016 04:36:25
 
 
Information générale
Forum:
ASP.NET
Catégorie:
MVC
Divers
Thread ID:
01644106
Message ID:
01644124
Vues:
32
>Hi,
>
>When you deploy a Web API project, can you put .DLLs in a folder other than .BIN? Is there a setting in Web.config that will make this work? (e.g. if I create a physical folder named MY_BIN)
>
>TIA

Haven't tried it but you can set the Output path on the Project properties / Build tab (or hack the relevant entries in the .cproj file)
Another alternative would be to leave that alone and copy the bin contents to your own folder in the Post-build event (Build Events tab)
Why do you want to do this ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform