Ask a Question related to ASP.NET Security, Design and Development.
-
selen #1
word access right
Hello,
My problem is that: I want to open a word document and writing something in
it then save it.But it give me granting access error.and say that:To grant
ASP.NET write access to a file, right-click the file in Explorer, choose
"Properties" and select the Security tab. Click "Add" to add the appropriate
user or group. Highlight the ASP.NET account, and check the boxes for the
desired access .I made what it say.But still doesnt work.Any idea??
Thanks
selen Guest
-
Web Service Access Denied with MS Word
I have a web service that uses MS Word to do mail merge and printing. It works fine when running on my development machine. But when I deploy it... -
Word Document from Access
It is the mail merges with which I have not had success. Ngan Bui wrote in message <0d8e01c351fc$be12afd0$a501280a@phx.gbl>... -
Access forms and Word documents
is there any way to have a form that when opened a particular field will show a word document which has tables and graphs in it. I would like to... -
Access/Word Forms
I have a main form and a subform (one to many relationship). The main form contains patent information: i.e., Patent No., Title, filing date,... -
Print Word doc from Access
Try using the following on the On_Click event of the button (this prints the document specified in the path): Dim MyPath As String, wd As Object,... -
Ken Schaefer #2
Re: word access right
Can you post the exact error message you are seeing?
Cheers
Ken
"selen" <skiyanc@yahoo.com> wrote in message
news:e6n2ooN5DHA.3848@TK2MSFTNGP11.phx.gbl...
: Hello,
: My problem is that: I want to open a word document and writing something
in
: it then save it.But it give me granting access error.and say that:To grant
: ASP.NET write access to a file, right-click the file in Explorer, choose
: "Properties" and select the Security tab. Click "Add" to add the
appropriate
: user or group. Highlight the ASP.NET account, and check the boxes for the
: desired access .I made what it say.But still doesnt work.Any idea??
:
: Thanks
:
:
Ken Schaefer Guest
-
Tom #3
Re: word access right
Access is denied.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.UnauthorizedAccessException: Access is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Tom Guest



Reply With Quote

