Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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) "Marwa Bahaa" wrote in message ... 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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "Marwa Bahaa" wrote in message ... 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create an user form to run macros in excel? | Excel Discussion (Misc queries) | |||
Can I create an Excel User Form without VB install on my PC? | Excel Discussion (Misc queries) | |||
How can I create a user defined function in excel? | Excel Discussion (Misc queries) | |||
How do I create a user form in excel? | Excel Programming | |||
How to create User Defined function in Excel | Excel Programming |