Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

permissions Problems

Status
Not open for further replies.

bitmite

Programmer
Dec 2, 2003
122
CA
I have an asp.net web form that will load a word document on the Web server then fill in some information then save the word file to a directory were the user is rediected to and the file is opened. My problem is that users are asked for a password if they are net set as administrators on the server.
How can I set the permissions in word to allow users that are not administraters to open load word on the server.
I ask this question here just incase another .net programer has done the same thing.

Brought to you By Nedaineum
The Portal to Geek-tum
 
You shouldn't need to be an administrator as the default account that ASP.NET uses is called ASPNET so you just need to set the relevant permissions for that account.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
where web page uses intergrated windows security so the websit acctually loads word as the user accessing the page.
It is just that only people in the administrator group of the server can do this. I am assuming it is permissions with the resourses on the server but I have search I think everything and can not find where say PowerUser does not have permissions to load word.

Brought to you By Nedaineum
The Portal to Geek-tum
 
add the users group to the permissions as well as aspnet.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top