HOw to create Excel user

  • Thread starter Thread starter Marwa Bahaa
  • Start date Start date
M

Marwa Bahaa

Dear All,
I have an asp.net application in which I create excel sheet in the run time,
the problem that when the application try to create it I have an error that
"the aspnet user" doesn't have the privileges to do that
could any one help me how to give the "aspnet user" the privilege to do
that?
 
Marwa,

Not familiar with aspnet, but do you really expect to create privileges that
you don't have on the fly? If that were possible, what would be the point of
having a privilege system?

Go talk to you Windows administrator, and see if you can persuade him/her.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
If it's anything like "classic" ASP then the machine running the server
should have a speial account (typically "IUSR_machinename" in classic ASP)
under which the ASP scripts run.
This is the account you need to modify permissions for.


Tim.
 

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

Back
Top