Google Mobile Ads

Tuesday, August 13, 2013

Bir XML Web Servis nasıl deploy edilir?

http://msdn.microsoft.com/en-us/library/87h5xz7x(VS.80).aspx



To make your XML Web service available to others, you must deploy it to a Web server that is accessible to the clients you wish to support. To deploy the XML Web service to a server other than the development server, you can either add a Web Setup project or copy the required files to the destination server. In this walkthrough, you can choose how to deploy this XML Web service. For more information, see How to: Deploy XML Web Services in Managed Code.

To deploy the XML Web service using a Web Setup project

  1. On the File menu, point to Add, and then click New Project.
  2. Select the Other node, then the Setup and Deployment Projects node, and then click Web Setup Project.
  3. In the Name box, type TempConvert1WebSetup, and then click OK.
    NoteNote
    By default, the installer uses the deployment project name when creating the virtual directory on your deployment server.
  4. In the left pane of the File System Editor, select Web Application Folder. For more information, see File System Editor.
  5. In Solution Explorer, right-click TempConvert1WebSetup, point to Add, and then click Project Output.
  6. In the Add Project Output Group dialog box, select Content Files. For more information, see How to: Add and Remove Project Outputs in the File System Editor.
  7. Click OK.
  8. In Solution Explorer, right-click the TempConvert1WebSetup project, and then on the shortcut menu, click Build.
    This creates a Windows Installer file in the local project directory. Executing this file installs the Web application.

To deploy the XML Web service by copying the project

  1. In Solution Explorer, select the TempConvert1 project.
  2. On the Project menu, click Copy Web Site.
  3. Click the icon next to the Connect To dropdown box to open the Open Web Site dialog box. Browse to the location to which you want to copy the project.
  4. In the Source Web Site pane, select the files to copy and move them to the Remote Web Site pane by clicking the right-arrow icon. .
  5. Click Copy Web Site to copy the Web site.

No comments:

Post a Comment

LinkWithin

Related Posts Plugin for WordPress, Blogger...