Mike
|
| Posted: 07/20/2004, 1:19 PM |
|
I have developed the applicaton on my local computer with all the services on my local machine. (SQL, IIS).
When I go to deploy my project in a production environment where IIS is on one machine and SQL is on another, what will I need to know about these machines and where do I put it in the project?
If you have a KB article or something that would be fine.
Only other ? is this can be done by making these changes and re-building the project, correct?
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 07/20/2004, 9:13 PM |
|
I think that you'd only need to:
1. Change your Publishing settings to point to the new IIS server (if different). http://docs.codecharge.com/studio/html/UserGuide/Workin...ngSettings.html
You can select FTP if this a remote server.
2. Change your server-side database connection to point to the remote SQL server: http://docs.codecharge.com/studio/html/UserGuide/Workin...rConnection.htm
You may find various connection strings for SQL Server at http://www.able-consulting.com/ADO_Conn.htm
After that, rebuilding the project should be sufficient.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|