Please somebody tell me how can I deploy a web project by using "Websetup project" in VS .net to create a .msi file?
my solution structure is like:
business facad
business rules
...
datastore
web
I tried it by adding the project outputs (primary output+source+content) for just the Web project but it failed (it couldn't be built with this error: an unrecoverable build error). should I add those files fo other projects as well??
I also use sql databases with my project.
please help me.
thanks
my solution structure is like:
business facad
business rules
...
datastore
web
I tried it by adding the project outputs (primary output+source+content) for just the Web project but it failed (it couldn't be built with this error: an unrecoverable build error). should I add those files fo other projects as well??
I also use sql databases with my project.
please help me.
thanks