I am presently working on localhost. I have created few web services(.asmx) using Visual Studio 2008 and .NET Framework 3.5.
At the same time I have a mobile application (client) that consumes these web services. Now I plan to make these web services public by hosting them on a home server.
I need to set up a home server for that purpose. I have a Windows 2003 Server CD with me.
I want to know how do I configure the server so that I can host my web services? What requirements are necessary for set up?
Also since my database would be SQL Server 2003 or later, how can I manage it once I have set up my server?