I have this problem, I hope can help me with an advise... I'm dont have enough experience using MOSS2007.
I have an ASP.NET application that using webservices is adding files to our sharepoint MOSS2007. The MOSS2007 have a default configuration 1 site collection, 1 website and 1 Content Database.
So, in our ASP.NET web config we have the URL of the Web Service, for example: www.sharepointtest.com/.../...PointWebService.asmx, using this webservice we UPLOAD files to the MOSS2007.
The problem right now, is that our contet database is almost 100GB, so we want to ADD another Content DataBase.
These are my questions:
I need to create another site collection or I need to create another website for the new content database?
How can I do all this things transparent for the asp.net application? for example, what happen if later I need to create a third content database?
Every time I create a new content database, I need to modify the URL of my web service?