VC++ ASP.NET WEBSERVICE ?

Discussion in 'ASP.NET / ASP.NET Core' started by Swissla, Dec 1, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I like to deploy my VC++ ASP.NET WebServices like I do my VB ASP.NET Services automatic. Does anybody know about it ?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Are you using VS.NET to create the web service? or Visual Studio 6.0?

    Can't you just upload the asmx file?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I use Visual Studio .Net VC++ (7.0) WebServices. VB 7.0, C# 7.0 work fine, but in VC++ 7.0 I cant define the Project-pathforthe hosted server (as with C#). It always deploys tomy local IIS server (where it works fine). When Iupload the.asmx file etc. with FTP, I get an Errormessagefrom the .config file line 36 when I call theURL in IE.

    I also wonder what happens if the dll is loaded by the IIS server, can I overwrite it without stopping the IIS service ?VB and C# deploymentdoes itautomatic.

    If it doesnt work I will use C#, but it would be nice to use all my old C++ librarys.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page