install web service in a Setup Project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know this has been answered, I just can't find it.

can someone point me to a URL or thread that shows how to install a web
service in a Windows Setup Project ? I need to install a windows app, but it
must install a web service in IIS too.
 
You could make a windows setup file to install your windows application and
a web service setup file to install your web service on IIS. You could
customize your windows setup project to run a dll that opens the web service
installer at the end of the windows setup. This way you could be able to
install the web service. Not too sure if it's going to work but it's worth a
try!

Adrian.
--
[Please mark my answer if it was helpful to you]




Adrian Voicu said:
You can deploy a web service with a web setup project and a windows service
with a windows setup project. I do not believe you can mix them. If you have
an xml web service you can use the directions at the link below:

http://msdn.microsoft.com/library/r...kthroughBuildingWebServiceWithManagedCode.asp

Adrian.
--
[Please mark my answer if it was helpful to you]




Rogelio said:
I know this has been answered, I just can't find it.

can someone point me to a URL or thread that shows how to install a web
service in a Windows Setup Project ? I need to install a windows app, but it
must install a web service in IIS too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top