Hi All, Okay first let me tell you the story behind the question. We have a Sitecore website, a normal installation which is up and running smoothly. We need to create some items dynamically in Sitecore, a third party company calls a web service and this web service creates the items and publish them. So far it is straight forward, the solution looks simple we could create a web service in the same web site of Sitecore and then we could use the Sitecore API and create items. But now things getting interesting they don't want to put this web service to a server which is open to public. They want to put behind the firewall in to a different server which still has access to Sitecore databases. (And only this third party company has access with some ip filtering) The way I solved the problem, I created a web site for this web service and copied all the configuration and some other folders so I can use Sitecore API from that webservice, but I really don't need most of the configuration I just need a subset so I can create items by using API. Is there a better solution you can think of?
Thanks