ASP.NET Webservice Account

S

Sachin

Hi All,

I uderstand that the web service runs under the ASPNET service account.

Is it possible to change this and make web service run under some other
account, say domain\user?

If yes, how?

Thanks in advance
Sachin
 
B

Brock Allen

If it's IIS5 then you need to modify <processModel> in machine.config. If
you're running in IIS6 (highly recommended) then you configure this in your
Appliction Pool in IIS6's config tool.
 
P

Peter Kelcey

You should note, that security best practices advise against using an
account other than the ASPNET account. What is it that you are trying
to do that requires you to run under a differ user account?

Peter Kelcey
 
J

jjrdk

If you want to do this for security purposes try using the WSE tools from
microsoft and require users to log in to use the webservice.

jjrdk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,240
Members
46,828
Latest member
LauraCastr

Latest Threads

Top