Click here to Skip to main content
15,915,319 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: body attributes Pin
Curtis Schlak.4-Jan-06 8:56
Curtis Schlak.4-Jan-06 8:56 
QuestionCrosstab Report in DataGrid Pin
ProffK4-Jan-06 4:23
ProffK4-Jan-06 4:23 
QuestionJunk Email problem Pin
sujataghosh3-Jan-06 19:09
sujataghosh3-Jan-06 19:09 
GeneralRe: Junk Email problem Pin
Guffa4-Jan-06 1:14
Guffa4-Jan-06 1:14 
GeneralRe: Junk Email problem Pin
sujataghosh4-Jan-06 18:21
sujataghosh4-Jan-06 18:21 
AnswerRe: Junk Email problem Pin
Guffa9-Jan-06 1:40
Guffa9-Jan-06 1:40 
GeneralRe: Junk Email problem Pin
sujataghosh9-Jan-06 18:14
sujataghosh9-Jan-06 18:14 
AnswerRe: Junk Email problem Pin
Guffa11-Jan-06 21:54
Guffa11-Jan-06 21:54 
The best thing would be to place the file outside the web folder. Then noone can browse to it.

Renaming the file would at least make it a lot harder to find. Give it a name that can't easily be guessed, like for an example "9873645981726301862051235.blurgh".

By changing the format of the file, you can make it impossible to access the contents. Consider this format:

<%@Language=VBscript%>
<%
'someone@site.com
'me@place.org
'them@location.net
'others@world.net
%>

Give the file the .asp extension, so that if someone tries to download it, the code inside the file will be executed. As the code only consists of comments, the result will be a blank page.

---
b { font-weight: normal; }

GeneralRe: Junk Email problem Pin
sujataghosh12-Jan-06 3:38
sujataghosh12-Jan-06 3:38 
QuestionDrill Down in Sql Reporting Services Pin
Sandhya Rani M.3-Jan-06 18:34
Sandhya Rani M.3-Jan-06 18:34 
QuestionIntranet Application Pin
Aanchal Naidu3-Jan-06 17:46
Aanchal Naidu3-Jan-06 17:46 
GeneralRe: Intranet Application Pin
Guffa3-Jan-06 19:13
Guffa3-Jan-06 19:13 
AnswerRe: Intranet Application Pin
Michael Flanakin4-Jan-06 2:44
Michael Flanakin4-Jan-06 2:44 
QuestionWeb WYSWYG HTML Editor? Pin
Sangwoo Im3-Jan-06 15:18
Sangwoo Im3-Jan-06 15:18 
AnswerRe: Web WYSWYG HTML Editor? Pin
mikailcetinkaya3-Jan-06 20:43
mikailcetinkaya3-Jan-06 20:43 
QuestionJavascript as report generator Pin
Martin Beckett3-Jan-06 11:58
Martin Beckett3-Jan-06 11:58 
AnswerRe: Javascript as report generator Pin
Farhan Noor Qureshi3-Jan-06 12:03
Farhan Noor Qureshi3-Jan-06 12:03 
QuestionHow to create Dropdown menu using Javascript ? Pin
rpkumar3-Jan-06 0:04
rpkumar3-Jan-06 0:04 
AnswerRe: How to create Dropdown menu using Javascript ? Pin
Michael Flanakin3-Jan-06 2:45
Michael Flanakin3-Jan-06 2:45 
QuestionRe: How to create Dropdown menu using Javascript ? Pin
rpkumar3-Jan-06 19:29
rpkumar3-Jan-06 19:29 
GeneralInstalling IIS killed SQL Server Pin
hairy_hats2-Jan-06 23:49
hairy_hats2-Jan-06 23:49 
GeneralRe: Installing IIS killed SQL Server Pin
mikailcetinkaya3-Jan-06 5:37
mikailcetinkaya3-Jan-06 5:37 
QuestionSSI in HTML file Pin
sujataghosh2-Jan-06 21:03
sujataghosh2-Jan-06 21:03 
AnswerRe: SSI in HTML file Pin
Guffa2-Jan-06 21:17
Guffa2-Jan-06 21:17 
GeneralRe: SSI in HTML file Pin
sujataghosh2-Jan-06 21:24
sujataghosh2-Jan-06 21:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.