Click here to Skip to main content
15,922,407 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
One of your people said sir.k tel me how to make my project to single dll file to configure with iis7
Posted
Comments
Peter Leow 17-Jan-14 5:26am    
Please do not re-post.

1 solution

> Create class library project(not console).
> Add files and code
> Compile this file a .dll will be generated (It will be in bin\Debug directory under your project)
> Create a new web-site project
> Add the Reference of the .dll by

> Click on Add Reference
> Navigate to the class library folder
> Go into the debug folder, and Add


The reference to the dll will be added to your website
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900