Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can deploy to folder different than BIN?
Message
From
30/11/2016 04:36:25
 
General information
Forum:
ASP.NET
Category:
MVC
Miscellaneous
Thread ID:
01644106
Message ID:
01644124
Views:
31
>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 ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform