ASP.Net Web Service help please

Tech-Archive recommends: Speed Up your PC by fixing your registry



I was wondering if someone could help me out with some of the "big picture"
issues associated with ASP.Net Web services from Windows XP. Any advice will
be greatly appreciated!


Why, when I create a new ASP.Net web application project, does Visual
Studio.Net prompt me for the URL of the web server? At this point
- I might not have configured a web server, or
- I might not have access to the web server (ie I might be
developing the web service "offline")




If I am developing the web service offline, is there a need to do *anything*
with IIS on the local machine? (In my case IIS is already installed and
running on the server to which I will eventually deploy the application). Or
should I use IIS on the development machine to create a "dummy" IP address
so that I can specify a valid address at project creation time.




Can I change the URL specified at the project creation time to something
else at any time?





Why is it that when you create an IIS Virtual Directory, it prompts you for
the location of the content directory? Is this meant to be something like a
"bin" directory?





Is it bad practise to create an ASP.Net project inside an IIS virtual
directory? (eg C:\inetpub\wwwroot\MyWebService).





When you create an ASP.Net web project, does it have to have the same name
as the XML web service being created? eg The server contains virtual
directories myService1, myService2, myService3. Should I create 3 separate
ASP.Net projects, named myService1, myService2 and myService3 or
(preferably) can I instead create an ASP.Net project named myServices, with
deployment projects named myService1, myService2 and myService3? The reason
I don't want to create a separate project for each web service is that the
code for all 3 webservices will almost always be identical and I don't want
to be forever copying and pasting code from one ASP.Net project to another.






Thanks and regards,

DJ


.



Relevant Pages

  • RE: Breakpoint on a web service
    ... First let us clarify how the website works. ... hosted in a web server process. ... Development Server in Visual Studio, Visual Studio will create built-in web ... I suppose that your website and web service are all ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Dataset / Pacifice Timezone Question
    ... >>>I have a Web Service on a Web Server on the East Coast ... >>> different time zone, the datetime columns have ... >>> between server and client. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: MFC Question
    ... >I basically have to another layer for the conversion to my app. ... >seems that I don't necessarily have to make a web service as I can simply ... If you have a web server that is external to your ... Good luck, Russ ...
    (microsoft.public.vc.mfc)
  • Re: newbie question
    ... "can I run my C# web service on an Apache web server, ... of IIS?", the answer is: ... I would like to know if a web service developed in .NET framework ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: How to create a Web Server?
    ... web service" which are quite different problems. ... A Web server is, in general, a fairly ... connection is established on the socket, you now have a connection on which you can send ... Select a camera from a list of all cameras ...
    (microsoft.public.vc.mfc)