Question : I need to deploy my ASP.NET web service

I am running Windows Server 2003 with IIS 5.2.  I have an ASP.NET 2.0 web service that works fine in Visual Studio 2008, and I need to deploy it on that same machine.  

I have donee this before but most recenelty was working on newer versions of Windows Server.  So please help me properly publish and configure this web service so I can at least Browse it successfully from within IIS.

What steps doI follow?  And what verification is there to show that I performed the steps correctly?


Thanks,
newbieweb

Answer : I need to deploy my ASP.NET web service

To create a virtual directory you can use IIS Manager. A virtual director behave as it is in the root directory of web server but normally it stored somewhere else. Below are the steps to create a virtual directory.

   1. Open IIS Manager.
   2. Expand the Local computer.
   3. Expand to the web site to you want to add a virtual directory.
   4. Right click on the folder of website.
   5. Click on New > Select Virtual Directory.
   6. A Virtual Directory Wizard will pop-up.
   7. Click Next.
   8. Type a name for the virtual directory > Click Next.
   9. Type a short and simple name which can be easily accessible.
  10. In the Path box, enter or browse to the physical directory to the virtual directory folder and select Next.
  11. Tick on the check boxes of permissions which is assign to the users.
  12. Select Next and Finish.

A new virtual directory is created now.
Reply With Quote
Random Solutions  
 
programming4us programming4us