visual studio - Class Library project for Asp.Net deploying other files than dll -
visual studio - Class Library project for Asp.Net deploying other files than dll -
i've made class library project asp.net applications, consisting in classes plus back upwards js, css, , image files need deployed in hosting web application.
the problem back upwards files copied in bin\ directory of application, becomes unavailable on iis (http 403 errors), infact bin folder dll files.
any thought on how publish these back upwards files create them available main app?
thanks.
you need embed resources class library. js, css , image files contained within dll , accessible other projects.
here walkthrough.
asp.net visual-studio visual-studio-2010 deployment class-library
Comments
Post a Comment