We have a .NET application on our a server (under IIS) that uses the Default SMTP Mail Server to send emails. We moved the .NET Application to the same server where Exchange is installed. Now the application cannot send emails. We get the following error in the Event Log: The account that the current worker process is running under does not have SeTcbPrivilege privilege, the anonymous password sync feature and the Digest authentication feature are disabled. Suggestions?
Thats teh Act as Part of the Operating System priviledge - you can grant it in teh Local Security Policy/User Rights Assignment. -- Thanks, Brian Desmond Windows Server MVP www.briandesmond.com "Greg Robinson" wrote in message news:%23SzHPe0KGHA.360@TK2MSFTNGP12.phx.gbl... > We have a .NET application on our a server (under IIS) that uses the > Default SMTP Mail Server to send emails. > > We moved the .NET Application to the same server where Exchange is > installed. Now the application cannot send emails. We get the following > error in the Event Log: > > The account that the current worker process is running under does not have > SeTcbPrivilege privilege, the anonymous password sync feature and the > Digest authentication feature are disabled. > > > > Suggestions? > >