cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nakamura_take_p
Level 2

How to create a setup project of ASP.net web API?

I tried to create a setup project of ASP.net web API referring this page.
http://www.c-sharpcorner.com/UploadFile/cb88b2/simple-steps-to-create-setup-of-website-using-install-shield/

Though a Setup.exe file was created, the web API did not work.
The error massage says “DLL file is not found”.
Using Install Shield LE, all of DLL files are deployed just below the install directory.
Using Web Deploy Package in Visual Studio, all of DLL files are deployed in “bin” directory below the install directory.

How can I create a setup project using Install Shield LE?
0 Kudos
(1) Reply
JohnTech
Level 6 Flexeran
Level 6 Flexeran

Using the Project Assistant, select the "Application Files" button.
This screen will allow you to create and place folders as needed.
You can right click on the "My Product Name" folder and create a new folder, name it "Bin" and drop your dll's in as needed.
0 Kudos