Avatar of MikeCombe
MikeCombe
Flag for United States of America

asked on 

How to publish ASMX to website server

Using VS2005 I created a web project, asmx & default.aspx file.
Works great on the design pc.
Now I want to publish it to my public website, on an external server.

If I do a straight VS05 publish, the code contains reference to the asmx file on my design pc.
That is the wrong asmx file. It should be the asmx file on the external server.
If I do an FTP copy of the asmx file, then try to add a "Web Reference" in my project, I get an error.....probably because the asmx file was just "copied" and not compiled.

What steps do I need to take to get the project published?
Web ServicesASP.NET

Avatar of undefined
Last Comment
ErezMor

8/22/2022 - Mon