Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Error - 'A required privilege is not held by the client.'


Message #1 by "basu" <basubanakar@s...> on Mon, 24 Mar 2003 06:28:55
Hi,


I am trying to write to an Excel file..using COM Excel 9.0 library...

I have set the following in the web.config file

I am getting the following error in few machines where i deploy my 
application



Parser Error Message: Could not create Windows user token from the 
credentials specified in the config file. Error from the operating 
system 'A required privilege is not held by the client. '

Source Error: 


Line 32:     -->
Line 33:     <authentication mode="Windows"/>
Line 34: 	<identity impersonate="true" userName="adminstrator" 
password="" />
Line 35: 	
Line 36:     <!--  APPLICATION-LEVEL TRACE LOGGING
 


Thankz ..Basu.

  Return to Index