Re: IIS required?



"CSharper" <csharper@xxxxxxx> wrote in message news:1d777cbd-3607-417f-b447-e1c2829126c5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am going to create a web service and test them out locally. I have
VS2008, do I need IIS to test them?

Visual Studio 2008 works nicely if you add two projects to the same solution, one project for the web service and another for the client program that calls the service. You can mark the client as "startup project" and when you run it, it will automatically start the internal server to run the web service, as well as a second webserver for the client program if it is a web application.

This works fine for the initial tests but, as has already been mentioned in another post, you will need at some point to test against a real IIS, since not everything is identical to the runtime environment under Visual Studio.

.



Relevant Pages

  • web service returns blank page when invoking
    ... problems with webservices. ... Extensions installed and Visual Studio 2003. ... In Visual Studio I can create a new Web Service project, ... and all is created fine on IIS. ...
    (microsoft.public.dotnet.framework.aspnet)
  • WebService Returns Black Page When Invoking
    ... problems with webservices. ... Extensions installed and Visual Studio 2003. ... In Visual Studio I can create a new Web Service project, ... and all is created fine on IIS. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Web Service Returns 503 Error
    ... I have a web service running on W2003, IIS 6.0 with a client program running ... with a single proxy object or with a new proxy object created on each call ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • HTTP status 503: Service Unavailable Errors
    ... I have a web service running on W2003, IIS 6.0 with a client program running ... with a single proxy object or with a new proxy object created on each call ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Cant run Web Services
    ... following working environment: ... I could run this Web Service inside Visual Studio: ... Did you map the directory as a virtual dir in IIS? ...
    (microsoft.public.dotnet.languages.vb)

Loading