RE: [Declude.JunkMail] Off topic - iis, web servers and txt files

2004-02-04 Thread Kevin Bilbee



In 
internet explorer right click your link and choose "Save Target 
As"
 
Kevin 
Bilbee

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Doug 
  AndersonSent: Wednesday, February 04, 2004 11:06 AMTo: 
  [EMAIL PROTECTED]Subject: [Declude.JunkMail] Off topic - 
  iis, web servers and txt files
  Ok, I'm running IIS 5.0 on my imail server. I've written a 
  program to read the ldap and create a ldif file. 
  I put the ldif file (xxx.ldif) in a sub directory on 
  the web server and when I put a link to it, it displays it directly in the 
  browser.
  I want it to download, not display as text.
   
  Any ideas on how to config IIS to make it 
  download?
   
  P.S. Once I get this program fully functional I'll put it 
  out on my personal web site for download if anyone wants it. It's a console 
  app made with .net that will create: csv, ldif, alias, or 
  list-lst/txt files from the ldap.


Re: [Declude.JunkMail] Off topic - iis, web servers and txt files

2004-02-04 Thread Doug Anderson



That's what I'm trying to get away from. Actually have it pop 
up to open or download. my users have problems understanding right 
click.
Plus I'm rewriting it so that have to enter username and 
password to get to the link.

  - Original Message - 
  From: 
  Kevin Bilbee 
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, February 04, 2004 1:16 
  PM
  Subject: RE: [Declude.JunkMail] Off topic 
  - iis, web servers and txt files
  
  In 
  internet explorer right click your link and choose "Save Target 
  As"
   
  Kevin Bilbee
  
-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of Doug 
AndersonSent: Wednesday, February 04, 2004 11:06 AMTo: 
[EMAIL PROTECTED]Subject: 
[Declude.JunkMail] Off topic - iis, web servers and txt 
files
Ok, I'm running IIS 5.0 on my imail server. I've written a 
program to read the ldap and create a ldif file. 
I put the ldif file (xxx.ldif) in a sub directory on 
the web server and when I put a link to it, it displays it directly in the 
browser.
I want it to download, not display as text.
 
Any ideas on how to config IIS to make it 
download?
 
P.S. Once I get this program fully functional I'll put it 
out on my personal web site for download if anyone wants it. It's a console 
app made with .net that will create: csv, ldif, alias, 
or list-lst/txt files from the 
ldap.


Re: [Declude.JunkMail] Off topic - iis, web servers and txt files

2004-02-04 Thread Matt




Change the MIME type in IIS to something that isn't text or otherwise
displayable in the browser window.  I would guess that choosing an
application type would be best, and on your own system, make sure that
you don't set up something like a text application to automatically
open the extension.

    http://www.onlineworkshop.net/misc/MIME_Types_in_IIS.htm

Matt


Doug Anderson wrote:

  
  
  
  That's what I'm trying to get away from. Actually
have it pop up to open or download. my users have problems
understanding right click.
  Plus I'm rewriting it so that have to enter
username and password to get to the link.
  
-
Original Message - 
From:
Kevin Bilbee 
To:
[EMAIL PROTECTED]

Sent:
Wednesday, February 04, 2004 1:16 PM
Subject:
RE: [Declude.JunkMail] Off topic - iis, web servers and txt files


In internet explorer right click your link
and choose "Save Target As"
 
Kevin Bilbee

  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Doug
Anderson
  Sent: Wednesday, February 04, 2004 11:06 AM
  To: [EMAIL PROTECTED]
  Subject: [Declude.JunkMail] Off topic - iis, web servers
and txt files
  
  
  Ok, I'm running IIS 5.0 on my imail server.
I've written a program to read the ldap and create a ldif file. 
  I put the ldif file (xxx.ldif) in a sub
directory on the web server and when I put a link to it, it displays it
directly in the browser.
  I want it to download, not display as text.
   
  Any ideas on how to config IIS to make it
download?
   
  P.S. Once I get this program fully functional
I'll put it out on my personal web site for download if anyone wants
it. It's a console app made with .net that will create: csv, ldif, alias, or list-lst/txt files from the ldap.

  


-- 
=
MailPure custom filters for Declude JunkMail Pro.
http://www.mailpure.com/software/
=




RE: [Declude.JunkMail] Off topic - iis, web servers and txt files

2004-02-04 Thread Omar K.
Title: Message



Mess 
around with the mime maps for your IIS server, define that file extension as 
anything other than clear-text, I think that will tell the browser to treat it 
as an attachment and not open it up in the browser.

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  On Behalf Of Doug AndersonSent: Wednesday, February 04, 2004 
  9:25 PMTo: [EMAIL PROTECTED]Subject: Re: 
  [Declude.JunkMail] Off topic - iis, web servers and txt 
  files
  That's what I'm trying to get away from. Actually have it 
  pop up to open or download. my users have problems understanding right 
  click.
  Plus I'm rewriting it so that have to enter username and 
  password to get to the link.
  
- Original Message - 
From: 
Kevin Bilbee 
To: [EMAIL PROTECTED] 

Sent: Wednesday, February 04, 2004 1:16 
PM
    Subject: RE: [Declude.JunkMail] Off 
    topic - iis, web servers and txt files

In 
internet explorer right click your link and choose "Save Target 
As"
 
Kevin Bilbee

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Doug 
  AndersonSent: Wednesday, February 04, 2004 11:06 
  AMTo: [EMAIL PROTECTED]Subject: 
  [Declude.JunkMail] Off topic - iis, web servers and txt 
  files
  Ok, I'm running IIS 5.0 on my imail server. I've written 
  a program to read the ldap and create a ldif file. 
  I put the ldif file (xxx.ldif) in a sub directory 
  on the web server and when I put a link to it, it displays it directly in 
  the browser.
  I want it to download, not display as text.
   
  Any ideas on how to config IIS to make it 
  download?
   
  P.S. Once I get this program fully functional I'll put 
  it out on my personal web site for download if anyone wants it. It's a 
  console app made with .net that will create: csv, 
  ldif, alias, or list-lst/txt files from the 
  ldap.


Re: [Declude.JunkMail] Off topic - iis, web servers and txt files

2004-02-04 Thread Dave Doherty



Doug-
 
This sounds like it could be solved by setting up a 
custom MIME type for .ldif files. If a MIME type is not prsent, the 
browser resports to plain text. I don't have a clue what you 
would change it to, however.
 
-Dave Doherty
 Skywaves, Inc.
 

  - Original Message - 
  From: 
  Doug Anderson 
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, February 04, 2004 2:06 
  PM
  Subject: [Declude.JunkMail] Off topic - 
  iis, web servers and txt files
  
  Ok, I'm running IIS 5.0 on my imail server. I've written a 
  program to read the ldap and create a ldif file. 
  I put the ldif file (xxx.ldif) in a sub directory on 
  the web server and when I put a link to it, it displays it directly in the 
  browser.
  I want it to download, not display as text.
   
  Any ideas on how to config IIS to make it 
  download?
   
  P.S. Once I get this program fully functional I'll put it 
  out on my personal web site for download if anyone wants it. It's a console 
  app made with .net that will create: csv, ldif, alias, or 
  list-lst/txt files from the ldap.


RE: [Declude.JunkMail] Off topic - iis, web servers and txt files

2004-02-04 Thread Kevin Bilbee



That 
is default behavior for Internet Explorer. To display a text file. You could zip 
it on the server side so when they click the link it asks them to download the 
zip file.
 
Or if 
I actually answer your origional post
You 
could add your own mime type for your .ldif. If the browser does not recognize 
it it will ask to download the file. Do it on the HTTP Headers 
tab.
 
Add 
the mime type 
 
extension - ldif
Content type (MIME): x-ldif
 
 
 
Kevin 
Bilbee

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Doug 
  AndersonSent: Wednesday, February 04, 2004 11:25 AMTo: 
  [EMAIL PROTECTED]Subject: Re: [Declude.JunkMail] Off 
  topic - iis, web servers and txt files
  That's what I'm trying to get away from. Actually have it 
  pop up to open or download. my users have problems understanding right 
  click.
  Plus I'm rewriting it so that have to enter username and 
  password to get to the link.
  
- Original Message - 
From: 
Kevin Bilbee 
To: [EMAIL PROTECTED] 

Sent: Wednesday, February 04, 2004 1:16 
PM
    Subject: RE: [Declude.JunkMail] Off 
    topic - iis, web servers and txt files

In 
internet explorer right click your link and choose "Save Target 
As"
 
Kevin Bilbee

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Doug 
  AndersonSent: Wednesday, February 04, 2004 11:06 
  AMTo: [EMAIL PROTECTED]Subject: 
  [Declude.JunkMail] Off topic - iis, web servers and txt 
  files
  Ok, I'm running IIS 5.0 on my imail server. I've written 
  a program to read the ldap and create a ldif file. 
  I put the ldif file (xxx.ldif) in a sub directory 
  on the web server and when I put a link to it, it displays it directly in 
  the browser.
  I want it to download, not display as text.
   
  Any ideas on how to config IIS to make it 
  download?
   
  P.S. Once I get this program fully functional I'll put 
  it out on my personal web site for download if anyone wants it. It's a 
  console app made with .net that will create: csv, 
  ldif, alias, or list-lst/txt files from the 
  ldap.


Re: [Declude.JunkMail] Off topic - iis, web servers and txt files

2004-02-04 Thread Doug Anderson
Title: Message



I tried mime types for the "web site" and that 
wasn't working. one of the emails mentioned the onlineworkshop...I forgot about 
setting it for all of IIS. Now it downloads.
Thanks for all the help!
 
Soon to be published...ldaplst - an ldap reader / 
file creator. I'll post it here when ready..I'm just fine tuning and error 
proofing right now.

  - Original Message - 
  From: 
  Omar K. 
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, February 04, 2004 2:21 
  PM
  Subject: RE: [Declude.JunkMail] Off topic 
  - iis, web servers and txt files
  
  Mess 
  around with the mime maps for your IIS server, define that file extension as 
  anything other than clear-text, I think that will tell the browser to treat it 
  as an attachment and not open it up in the browser.
  

-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Doug 
AndersonSent: Wednesday, February 04, 2004 9:25 PMTo: 
[EMAIL PROTECTED]Subject: Re: [Declude.JunkMail] Off 
    topic - iis, web servers and txt files
That's what I'm trying to get away from. Actually have it 
pop up to open or download. my users have problems understanding right 
click.
Plus I'm rewriting it so that have to enter username and 
password to get to the link.

  - Original Message - 
  From: 
  Kevin Bilbee 
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, February 04, 2004 
  1:16 PM
  Subject: RE: [Declude.JunkMail] Off 
  topic - iis, web servers and txt files
  
  In internet explorer right click your link and choose "Save Target 
  As"
   
  Kevin Bilbee
  
-Original Message-From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of Doug 
AndersonSent: Wednesday, February 04, 2004 11:06 
AMTo: [EMAIL PROTECTED]Subject: 
[Declude.JunkMail] Off topic - iis, web servers and txt 
files
Ok, I'm running IIS 5.0 on my imail server. I've 
written a program to read the ldap and create a ldif file. 
I put the ldif file (xxx.ldif) in a sub directory 
on the web server and when I put a link to it, it displays it directly 
in the browser.
I want it to download, not display as 
text.
 
Any ideas on how to config IIS to make it 
download?
 
P.S. Once I get this program fully functional I'll put 
it out on my personal web site for download if anyone wants it. It's a 
console app made with .net that will create: csv, 
ldif, alias, or list-lst/txt files from the 
ldap.


RE: *****spam*****[11]RE: [Declude.JunkMail] Off topic - iis, web servers and txt files

2004-03-31 Thread Adrian Hauri
Title: Message



run 
asp and load the text file into a stream object and send it to the 
browser.
 
See : 
http://www.psacake.com/web/if.asp
 
The 
example has a small code error:
Response.AddHeader "Content-Disposition", "attachment; filename= 
strFileNameshould beResponse.AddHeader "Content-Disposition", 
"attachment; filename=" & strFileName
 
 
Add the 
following line:
Case 
".txt"ContentType = "text/plain"
 
I hope this 
helps.
 
Cheers
 
Adrian
 

-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]On Behalf Of Omar 
K.Sent: Thursday, February 05, 2004 6:22 AMTo: 
[EMAIL PROTECTED]Subject: *****spam*****[11]RE: 
[Declude.JunkMail] Off topic - iis, web servers and txt 
files
Mess 
around with the mime maps for your IIS server, define that file extension as 
anything other than clear-text, I think that will tell the browser to treat it 
as an attachment and not open it up in the browser.

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  On Behalf Of Doug AndersonSent: Wednesday, February 04, 2004 
  9:25 PMTo: [EMAIL PROTECTED]Subject: Re: 
  [Declude.JunkMail] Off topic - iis, web servers and txt 
  files
  That's what I'm trying to get away from. Actually have it 
  pop up to open or download. my users have problems understanding right 
  click.
  Plus I'm rewriting it so that have to enter username and 
  password to get to the link.
  
- Original Message - 
From: 
Kevin Bilbee 
To: [EMAIL PROTECTED] 
    
Sent: Wednesday, February 04, 2004 1:16 
    PM
    Subject: RE: [Declude.JunkMail] Off 
topic - iis, web servers and txt files

In 
internet explorer right click your link and choose "Save Target 
As"
 
Kevin Bilbee

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Doug 
  AndersonSent: Wednesday, February 04, 2004 11:06 
  AMTo: [EMAIL PROTECTED]Subject: 
  [Declude.JunkMail] Off topic - iis, web servers and txt 
  files
  Ok, I'm running IIS 5.0 on my imail server. I've written 
  a program to read the ldap and create a ldif file. 
  I put the ldif file (xxx.ldif) in a sub directory 
  on the web server and when I put a link to it, it displays it directly in 
  the browser.
  I want it to download, not display as text.
   
  Any ideas on how to config IIS to make it 
  download?
   
  P.S. Once I get this program fully functional I'll put 
  it out on my personal web site for download if anyone wants it. It's a 
  console app made with .net that will create: csv, 
  ldif, alias, or list-lst/txt files from the 
  ldap.