|
![]() |
#1 |
Участник
|
|
|
![]() |
#2 |
Участник
|
Решение проблемы более простым способом.
Недавно была поставлена задача развернуть 2 виртуальные машины под тестовую среду (CRM + SQL). Был поставлен SQL, перенесены базы. После чего был установлен CRM, но после установки CRM не завелся нормально. По адресу http://localhost вылезало такое окно:
а по адресу http://localhost/loader.aspx примерно вот такое окно: После долгого хождения по форумам был найден пост где было описано что в IIS не хватает некоторых модулей. Цитата:
On IIS 7.0, this issue mostly happens when the static content role is installed AFTER CRM 4.0 is installed, happened to me and it took a couple of days of troubleshooting with the help of Microsoft personnel. It eventually was solved by IIS technical support. First, make sure the static content role service is installed on IIS 7.0 (go to Server Manager, go to Roles, right-click and add roles and static content role should be at the top of the list, click next and go ahead and install it). However, if the static content role is installed AFTER CRM 4.0 is installed, the static http handler mappings are not configured as they should be. So, go to the web site (Microsoft Dynamics CRM) -> features view -> double-click on handler mappings -> double click on "StaticFile" -> make sure it reads: StaticFileModule,DefaultDocumentModule That should enable the CRM 4.0 to handle the static javascript content accurately. Once this is set up, do an iisreset, this should fix it for IIS 7.0 machines experiencing this, it did it for me. The IIS 6.0 method of checking and unchecking anonymous access (done by going to authentication and enabling anonymous authentication in IIS 7.0) did not work for me. 1) Заходите на машину где у вас стоит CRM 2) Открываете Server Manager -> Roles -> правый клик на Web Server (IIS) -> Add Role Services 3) В открывшемся окне смотрите пункт Common HTTP Features. Здесь должны быть установлены модули Static Content, Default Document, Directory Browsing. Если что то не установлено - смело ставим галку и жмем Install 4) Затем идем Roles -> Web Server (IIS) -> Internet Information Services (IIS) manager -> выбираете ваш сайт ms dynamics crm. Выбираете Handler Mappings. 5) Ищете строку с именем StaticFile. Открываете ее. В поле Module: вставляем StaticFileModule,DefaultDocumentModule,DirectoryListingModule. Жмем ОК и перезагружаем IIS. 6) Запускаем CRM и радуемся жизни ![]() И в дополнение ссылка на статью базы знаний майкрософта http://support.microsoft.com/kb/950100 Последний раз редактировалось fakir89; 06.07.2012 в 12:59. |
|
|
За это сообщение автора поблагодарили: g.Naukovych (2). |
|
|