deployment
Hi,
how to create a setup file for a windows application and it contains a webservices also and i use sql server 2000 as back end
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
David JohnsonPosted Jun 26, 2008, 10:51 PM
Make sure your app has a app.config and put the connection string in there.
I personally would "package" each seperataly..
Either Publich the Web Service to a disk location and give it to the customer or burn an Install set.
Niradhip ChakrabortyPosted Jun 25, 2008, 4:52 AM
Check out the following article:
http://balanagaraj.wordpress.com/2007/05/29/create-exe-or-setup-file-in-net-windows-application/