Hi guys,
I have a website and also connected in SQL Server.
How do I deploy my Web Service in my Web Site? Do I have to create a Virtual Directory?
am using HELM
Regards,
Hi guys,
I have a website and also connected in SQL Server.
How do I deploy my Web Service in my Web Site? Do I have to create a Virtual Directory?
am using HELM
Regards,
Have you developed the web service or going to develop one?
Generally, you do not need the web service files to be in a dedicated virtual directory, it's an asmx
file just like an aspx
file with code behind.
ok. I have done it.
I just added this nodes in my Web.Config
<webServices><protocols><add name="HttpGet"/><add name="HttpPost"/></protocols></webServices>
and it worked.
Now I can make a Windows Forms and add Web Reference pointing on .asmx file.