C# WebService publishing and IIS publishing

高洛峰
Release: 2017-01-24 09:48:28
Original
1826 people have browsed it

The first thing we have to do is to open IIS (Internet Information Services) first. I am using a win8 system, so here I will talk about the operation of the win8 system.

1. Some preliminary operations of IIS

C# WebService发布以及IIS发布

2. After entering the program, we find "Enable or turn off Windows functions"

C# WebService发布以及IIS发布

3. After entering, click "Internet Information Services" Select them all and click "OK"

C# WebService发布以及IIS发布

After the above steps are completed, we return to the control panel and find the "Administrative Tools" in "System and Security"

C# WebService发布以及IIS发布

Click "Management Tools" C# WebService发布以及IIS发布, the first one is our IIS, double-click to open it

C# WebService发布以及IIS发布

We will pop up this interface , then we will stop for a moment, and then we will publish the WebService.

After we expand the website, there is a "Default web Site" in this directory. We right-click--> Manage website-->Browse

C# WebService发布以及IIS发布

The appearance of this web page indicates that our previous IIS settings were successful.

2. WebService Release

We now create a WebService in VS2010

C# WebService发布以及IIS发布

This one named WebService1 is our new creation WebService, next we right-click on this WebService--> Publish-->

C# WebService发布以及IIS发布

After this interface pops up, select File System and then the interface becomes as follows

C# WebService发布以及IIS发布

Just choose the target location yourself, but we have to remember this target location. Here I save it to D:\WebService, click "Publish" us Even if it is released.

3. Publish WebService on IIS

Then we return to the previous IIS interface (the last interface in the first step), we right-click on the website - ->Add website

C# WebService发布以及IIS发布

After we fill in those two things, we click Test Settings and we will find

C# WebService发布以及IIS发布

Don’t worry, turn this off first, then we click another button “Connect as” to jump out of this interface

C# WebService发布以及IIS发布

##We choose Specific User --> Settings


Then there will be this window. If you have not set a username, it is administrator, and the password is the power-on password you set. After you have done this, click Test Connection again and the previous error will be gone. Gone

C# WebService发布以及IIS发布

You can modify the IP address below. If you want to use it elsewhere, you can set the IP address to the IP address of your own computer. The port number cannot be 80 because it is occupied by someone else. Just change it. That’s it, just “OK” at the end and it’s OK.

C# WebService发布以及IIS发布

We can now also right-click Service-->Manage Website-->Browse and then our own WebService will appear

C# WebService发布以及IIS发布

Just click on the Service1.asmx

and our address will become

C# WebService发布以及IIS发布

The above is the entire content of this article , I hope it will be helpful to everyone's learning, and I also hope that everyone will support the PHP Chinese website.

For more articles related to C# WebService release and IIS release, please pay attention to the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template