Problem Running Commerce Server Manager SP1 under Vista
I've installed CS2007 and SP1 under Vista without any issues with the business user applications and development environment but when I open the Commerce Server Manager application and try to edit a Profile definition it errors out with an Internet Explorer Script Error
Internet Explorer Script Error
Line: 15
Char: 1
Error: Object Expected
Code: 0
URL:http://dev1/widgets/profilebldrHTC/ProfileEdit.htm
This error looks familiar but I can't seem to find out what's causing it
Jeff Lynch
MVP Windows Server System - Commerce Server
http://codebetter.com/blogs/jeff.lynch
Since the MMC uses htcs there must be some kind of permission issue. Can you launch the MMC with administrator account and see what happens.
I would test his but my laptop crashed and my usb drive that 4 years worth of work died a horrible death
.
-Max
I found what was causing the issue and as usual I didn't read the Installation Guide carefully enough.
If you are using Windows Vista and you have unpacked the Starter Site, you must open the applicationHost.config file in the C:\Windows\System32\inetsrv\config directory and add allowDoubleEscaping="true" to the <requestFiltering> node. The resulting entry will look like this:
| |
| <requestFiltering allowDoubleEscaping="true"> Jeff |