Re: Login popup when access a file in the server
From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 07/27/04
- Next message: rob_d_at_pacifictec.com: "Re: Tracking users when browser is closing"
- Previous message: Curt_C [MVP]: "Re: IIS Page Redirection for SSL"
- In reply to: Steve Wonderful: "Login popup when access a file in the server"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Jul 2004 15:24:27 -0500
turn on anonymous access an make sure that the user that IIS is connecting
as has rights to the folder/files
-- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com "Steve Wonderful" <Steve Wonderful@discussions.microsoft.com> wrote in message news:B1E19DE3-A5C3-45B5-9234-EB135175F3B9@microsoft.com... > I use the following code snippet trying to let the user to open a Word template in my server. It will pop up the site login dialog and wait for input credential (i just type regular machine login/password), then it will open the template. I WOULD LIKE TO KNOW HOW I CAN remve the login popup and open up streightly the word template. When I run this script in my local host, there is no pupup. I believe that must be to do with some security settings in IIS or physical folder. > > <script language='javascript'> > .... > wo = new ActiveXObject( "Word.Application" ); > wo.Documents.Open( "http://myserver/mySite/myfolder/Doc1.dot" ); > ... >
- Next message: rob_d_at_pacifictec.com: "Re: Tracking users when browser is closing"
- Previous message: Curt_C [MVP]: "Re: IIS Page Redirection for SSL"
- In reply to: Steve Wonderful: "Login popup when access a file in the server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|