R
Romuald
Hi all,
I'm facing a little issue and I don't know if the cause comes from ASP.Net
itself, the way I use ASP.Net or VirtualBox. Let me explain.
I wrote an ASP.Net web interface which runs some powershell scripts. For my
site (purely internal), I'm using impersonation through the web.config file:
<identity impersonate="true" userName="<domain>\robot" password="<password>"
/>
The issue is despite this impersonation (which seems to work well)
VirtualBox uses the systemprofile to get its configuration.
Any idea or suggestion would be greatly appreciated. Thanks.
I'm facing a little issue and I don't know if the cause comes from ASP.Net
itself, the way I use ASP.Net or VirtualBox. Let me explain.
I wrote an ASP.Net web interface which runs some powershell scripts. For my
site (purely internal), I'm using impersonation through the web.config file:
<identity impersonate="true" userName="<domain>\robot" password="<password>"
/>
The issue is despite this impersonation (which seems to work well)
VirtualBox uses the systemprofile to get its configuration.
Any idea or suggestion would be greatly appreciated. Thanks.