Hi all. It's been a while
Um, I have a teeny tiny prob here. My group and I have developed a 3 tier application in c# and asp.net (web application) that links up to a sql server database. The project as a whole works fine, does everything it's supposed to do. Only thing left now is to deploy it. Now, there is more than 1 .dll file within the project, and we need to have it running as one application. So how do you deploy?

Recommended Answers

All 2 Replies

All DLLs must be stored into Bin folder. Use Publish Web Site feature of VS IDE to publish web application.

put all the .dll files in Bin folder then give reference that .dll file to your project and then simply you can build whole project and upload it on server for making it to live

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.