D
DavidM
Hello -- I have a web application that runs under II5 and COM+ as a public
facing web application using ASP. We have been using this application for
about 2 years now without problems. However, the issue that I've been
working on is that the application requires the renamed local Administrator
account to be logged on locally. I've narrowed the problem down to a COM+
component set up for "Interactive User - Logged on Locally".
I have since created an application user and gone to local policy settings
and set the "Log on as Batch", "Run as a service", "act as part of OS" and
made the account administrator.
Every time I click on a link to do a statement lookup, the applicatoin
simply hangs and will eventually tell me what it could not pull the
statements.
The particular component is a crypto component that we wrote inhouse.
I have loaded FileMon and from a terminal service session and tried to
access the web page locally. FileMon is showing me access to
C:\WINNT\Debug\UserMode\userenv.log
The log file simly says:
"USERENV(988.aa8) hh:mm:ss:sss GetProfileType: Profile is not loaded.
This repeats over and over until the ASP application returns the user errror
message that it cannot pull the statement.
If I log into the console locally as Admin and set the COM object to use
Interactive user... everything works fine.
How do I figure out how to fix this?
The COM apps right to a C:\MYAPP directory... and I have set the IUSR, IWAM,
Admin, and local application to FULL access to try and see if it is an NTFS
permission issue.
This is really frustrating because my web application has to stay logged on
locally as a admin user. I have an issue with this.
Any help or somments would be appreciated.
facing web application using ASP. We have been using this application for
about 2 years now without problems. However, the issue that I've been
working on is that the application requires the renamed local Administrator
account to be logged on locally. I've narrowed the problem down to a COM+
component set up for "Interactive User - Logged on Locally".
I have since created an application user and gone to local policy settings
and set the "Log on as Batch", "Run as a service", "act as part of OS" and
made the account administrator.
Every time I click on a link to do a statement lookup, the applicatoin
simply hangs and will eventually tell me what it could not pull the
statements.
The particular component is a crypto component that we wrote inhouse.
I have loaded FileMon and from a terminal service session and tried to
access the web page locally. FileMon is showing me access to
C:\WINNT\Debug\UserMode\userenv.log
The log file simly says:
"USERENV(988.aa8) hh:mm:ss:sss GetProfileType: Profile is not loaded.
This repeats over and over until the ASP application returns the user errror
message that it cannot pull the statement.
If I log into the console locally as Admin and set the COM object to use
Interactive user... everything works fine.
How do I figure out how to fix this?
The COM apps right to a C:\MYAPP directory... and I have set the IUSR, IWAM,
Admin, and local application to FULL access to try and see if it is an NTFS
permission issue.
This is really frustrating because my web application has to stay logged on
locally as a admin user. I have an issue with this.
Any help or somments would be appreciated.