how to customize asp.net web application deploymen
actually my client is asking to run some .sql files (it may be create table or create function or whatever scripts related to sqlserver)during the time of deploying the application. so according to him, whereever he install the project, no need to worry about something missing as its added with the project setup.
normally i run this .sql in sqlserver's query analyzer, but how can i customize setup project to do this.
|