Saturday, May 8, 2010

IIS: how to get the IUSER password for IIS

Hi ,
i try to run web site in IIS folder with ammoniums creational but by mistake I deleted the IUSER password. I can I get the password?

Solution:
Open command dialog and select folder " C:\Inetpub\AdminScripts"
Write the command:
C:\Inetpub\AdminScripts>cscript adsutil.vbs get w3svc/anonymoususerpass

Now take the answer and use the password for IIs

Thanks
Rami Heleg

Error message when open Deployment Manager

Hi,
i try to open Deployment Manager many time and get sometimes error message.
after press the message the Deployment Manager still work.

to solve this error need to add key to register..

reasons for the error:Active Directory contains many domain controllers.
You have insufficient permissions to query all domain controllers.

solution:

Go to the following registry :
HKLM\Software\Microsoft\MSCRM
Add a new String value that is named PreferredDc.
Specify the domain controller that you want. Typically, this is the closest domain controller.
Restart the CRM server.

thanks,
Rami Heleg

IFD: failed to view in IFRAME CRM pages...( cannot be found)

Hi,
i view in IFRMAES pages for instance from UserDefined folder.

set the file like that to the frame.src :"\UserDefined\area.aspx?id=23232"
using the relative path.

if i try to work with windows Auth all file but if i try to open the same page from out side ( IFD - Form Auth) the page field to view.

the reason is :

CRM failed to add the full extenstion path if it's form auth...in windows auth all works fine.. .

solution:
i check in my code if the server.location from IFD or windows auth..

if IFD i gave to frame.src the full path for instance:
http:\\mymachiume.crm\UserDefined\area.aspx?id=23232"
now works fine.

thanks
Rami Heleg