Getting Service Unavailable error message in Commerce Server Manager ?
If Enhanced Security configuration is enabled, Commerce Server manager will give Service Unavailable error. Removing Enhanced IE security setting through Add/Remove Programs will solve the issue.
Comments
- Anonymous
January 03, 2007
Another possible cause has to do with IIS. The files for the console are stored in "C:Program FilesCommon FilesMicrosoft SharedEnterprise ServersCommerce ServerWidgets" and served up via IIS. In IIS Manager, there should be a "Widgets" virtual directory under the Default Web Site, which points to the Widgets path noted above. Make sure the Default Web Site is running under a valid, running App Pool. Mine was not, so after I put Default Web Site under Default App Pool, all was well. -Ron