RE: asp_0145 errors by jatiles
jatiles
Thu May 27 16:17:12 CDT 2004
Hi
If this application is running on IIS 5.0, please try setting the
"Application Protection" under Properties\Home Directory tab to Low. If
the ASP page then renders, we may have a problem with the IWAM account.
You can try the following following:
1. Go to Computer Management or Active Directory to set the password for
the IWAM_MachineName account.
2. You can also run Adsutil.vbs to tell IIS which IWAM account to use:
Navigate to c:\inetpub\adminscripts
Run the following commands:
Adsutil.vbs set w3svc/wamusername IWAMAccountName
Adsutil.vbs set w3svc/wamuserpass Password
Where wamusername and wamuserpass are keywords and
IWAMAccountName, Password are the actual values.
When running Adsutil you will be prompted to register Cscript as the
default, answer yes.
Hope this helps!
Jannette
Microsoft IIS Support Engineer
jatiles@online.microsoft.com