Подскажите куда смотреть, сам только начинаю знакомится с CRM
Окружение Win2008R2 x64 sp2 +SQL 2008 R2 x64+ CRM 4.0
Установка прошла нормально, при установке выбрал создать новый сервер(порт 5555).
Набираю
http://localhost:5555/XXX
Получаю HTTP Error 404 File or directory not found.
Internet Information Services
Набираю
http://localhost:5555/XXX/default.aspx
Получаю Приложение сервера недоступно.
Выполнил рекомендацию отсюда
http://customerportal.codeplex.com/T...hreadId=214694
If you are getting a 404 error, it is likely you are setting up your site on IIS 6 (Windows 2003). There is an additional step that was missed in the documentation for setting this up on IIS 6. Go into your website using IIS Manager, select your website, go to the custom errors tab, select 404 and change the error to redirect to URL /default.aspx. This is necessary to support the custom urls that the CMS module uses. IIS 7 takes the settings from the web.config file so it doesn't need this extra step, but IIS 6 requires it.
Shan McArthur
www.shanmcarthur.net
Теперь при попытке подключения пишет сразу Приложение сервера не доступно.
Скорее всего что-то с настройками IIS, но своих знаний не хватает.
Заранее спасибо с уважением, Денис