Help! Cannot copy Web Service to server!
Managed C++/CLI
1
Posts
1
Posters
2
Views
1
Watching
-
I just created a C++ Managed Web Service and now it's residing on my 'Localhost'. I want to copy it to another web server, but I cannot find the "Copy Project" option under the "Project" menu. (This option did exist when I was working with ASP.NET applications, but I can't find it when I work with C++ web applications/services) I also tried creating a Web Deployment project, but I realize that I cannot run the Windows installer file on the other server because it belongs to my web host. It is not my own server. After copying the installer files to that server, I do not know how to remotely execute it. How can I work around these problems to deploy my web service on that server? Thanks.