M
maddog
I have granted write permission to aspnet account for the direcotry on ther
server (not a webshare folder).
And there is an aspx page do this jobs:
1. get the customer's post data(ms-word document).
2. Save it to my a file in the folder I mentioned
first.
At client there is a vb program call MS-word com object's open method:
word.open(http://server/u.aspx?id=r0.doc);
always when run these code on the client there will pop-open a auth-window
(require input user name and password for the server)
I wanna forbid the pop-up window , how ?
// sorry , poor english.
thanks!
server (not a webshare folder).
And there is an aspx page do this jobs:
1. get the customer's post data(ms-word document).
2. Save it to my a file in the folder I mentioned
first.
At client there is a vb program call MS-word com object's open method:
word.open(http://server/u.aspx?id=r0.doc);
always when run these code on the client there will pop-open a auth-window
(require input user name and password for the server)
I wanna forbid the pop-up window , how ?
// sorry , poor english.
thanks!