How to tell the framework to copy static files to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files when building the website -
i have been bothered troubling issue regarding asp.net project (mvc5 more specific) last 2 days. tried search internet solution, discover cause know.
in case i'm having mvc5 project referencing third party's dll consumes c++ dll, , 2 other text configuration files, apparently these files has reside in same folder third party's dll. after compiling necessary files (the 3rd party's dll , of dependencies) correctly copied bin folder. however, when browsing site hosted iis7.5, framework takes 3 party's dll \temporary asp.net folder, cause lot of run-time errors when instructions dll executed process.
how can produce way of configuration show framework these dependencies in order gain behavior i'm expecting ?
Comments
Post a Comment