09-07-06 12:37 AM
No. We have konfigured the ASPNET accout and the IIS_WPG on Win2003.
(You add doamin user to IIS_WPG). Couldnt find the document we followed on
this now.
We now have setup one virtual image and copied it to all our developers.
Yes, the server complains about other servers with same name, but thats the
only problem. We will get education on CS2007 late september. After thet we
will look in to this again. There is a Multi_dev_Setup.doc document from MS
for CS2002.
We got that and tip to do the same with CS2007. The answer below says SQL
Server to each developer, the CS2002 doc has acentral SQL Server.
Also there are licensing concerns. You can only add one CS2007 server for
the development licens. (The copy same server technic fixes this. Also every
developer has all services local, like DM etc, to debug)
In the discussions with Microsoft we got the following embryo to multidev:
========================================
==========
Best Practices.
===============
1) Each developer has Commerce Server and SQL installed locally.
2) Each developer maintains their own MSCS_Admin database. ( This tip was
from one of our consultants who found that this works every time for them.)
3) Each Developer can choose to either
a. Point their resources locally and maintain local copies of
the Profiles and Catalog Databases or
b. Use a Centralised SQL Server.
4) Don’t use the Add Web Server command if you’re using a Centralised
MSCS_Admin database. This makes Commerce Server think it is operating in a
Web Farm and so you can only specify one host name for all of the developers
machines. Using localhost as the secure and non secure Host Name will allow
you to do this if you need to.
5) Use the Query String Builder for URL’s in your code.
6) Download the IIS 6 Resource Kit and use the SelfSSL tool for testing
HTTPS connections.
========================================
============
[ Post a follow-up to this message ]
|