aspx thread: Making a ASP.NET page run under a different account?
Any tips? I'd rather have a certain few pages run under a different account than the local machine's ASPNET. Thanks! Wells Oliver Web Applications Programmer Leviton Voice & Data xxx-xxx-xxxx http://www.levitonvoicedata.com
> Any tips? I'd rather have a certain few pages run under a different account than the local machine's ASPNET. You can do that by using IMPERSONATION. You can do that by adding the following code in web.config file <identity impersonate=true name="username" password="passwd"> --Regards Jaya Thanks! Wells Oliver Web Applications Programmer Leviton Voice & Data xxx-xxx-xxxx http://www.levitonvoicedata.com
|





