开发者

Where do external executables go in ASP.NET project

开发者 https://www.devze.com 2023-03-31 22:25 出处:网络
I have a set of executable files that are used from ASP.NET process (by using Process.Start). It seems that MSDeploy doesn\'t support subfolders from _bin_deployableAssemblies.

I have a set of executable files that are used from ASP.NET process (by using Process.Start).

It seems that MSDeploy doesn't support subfolders from _bin_deployableAssemblies. When I use _bin_deployableAssemblies/mystuff it doesn't get det deployed to bin/mystuff. It is just ignored.

Where should the project native executable files go so that the project can be deployed without additional config.

The simplest开发者_开发百科 thing would be to put it under App_Data/mystuff, but that is just too dirty.


Any reason not to just create a folder (ex. Utilties) off of the root and set it's type as "Content"?

0

精彩评论

暂无评论...
验证码 换一张
取 消