Re: Login popup when access a file in the server

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Curt_C [MVP] (software_AT_darkfalz.com)
Date: 07/27/04


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" );
> ...
>


Relevant Pages

  • Re: IIS performance problem and SQLXML.
    ... > using IIS and SQLXML. ... > This server has only this application. ... > The template has this query: ...
    (microsoft.public.sqlserver.xml)
  • Re: no document_root?
    ... I need this because i run a template with an include ... > inside an eval-block that is requested from 2 different locations. ... DOCUMENT_ROOT I believe is specific to Apache, or at least IIS doesn't ... Please use comp.lang.php for PHP related questions, ...
    (comp.lang.php)
  • Re: no document_root?
    ... Justin Koivisto wrote: ... I need this because i run a template with an ... Because of this, when working with IIS, I work off the system ... Please use comp.lang.php for PHP related questions, ...
    (comp.lang.php)
  • server error templates
    ... Does anyone know where I can download some error page template? ... change the default error pages that came with IIS. ... Aaron. ...
    (microsoft.public.dotnet.general)
  • server error templates
    ... Does anyone know where I can download some error page template? ... change the default error pages that came with IIS. ... Aaron. ...
    (microsoft.public.dotnet.framework.aspnet)