Configuring Webservice.dll into IIS

744 Views Asked by At

I'm creating web service by through

File->New Project->web->ASP.Net Web Service Application.

Instead of File->New Website->ASP.Net Web Service Application.

After Coding and building Project, I got the web service Link library,

Here my question is how to deploy Link library into the IIS.

1

There are 1 best solutions below

2
On

First of all, you shouldn't be doing any new development using ASMX web services, unless you have no choice. You should be using WCF instead.

Second, depending on which version of Visual Studio you are using (and you didn't tell us), you should be able to right-click the application and choose Publish.