pop-up auth window when write something to server?

  • Thread starter Thread starter maddog
  • Start date Start date
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!
 
Check in IIS MMC that anonymous access enabled in your web application.

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
 
Back
Top