Click here to Skip to main content
15,916,318 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: javascript setTimeout and return logic Pin
Covean27-Oct-09 6:30
Covean27-Oct-09 6:30 
AnswerRe: javascript setTimeout and return logic Pin
Not Active27-Oct-09 6:45
mentorNot Active27-Oct-09 6:45 
GeneralRe: javascript setTimeout and return logic Pin
compninja2527-Oct-09 8:03
compninja2527-Oct-09 8:03 
QuestionWhich HTML element under mouse cursor in WebBrowser control? Pin
tanton-gaston27-Oct-09 4:01
tanton-gaston27-Oct-09 4:01 
Questiongoogle-calendar like application in jsp-ajax or jsp-javascript Pin
sanuji26-Oct-09 20:55
sanuji26-Oct-09 20:55 
AnswerRe: google-calendar like application in jsp-ajax or jsp-javascript Pin
Ashfield26-Oct-09 22:24
Ashfield26-Oct-09 22:24 
GeneralRe: google-calendar like application in jsp-ajax or jsp-javascript Pin
sanuji26-Oct-09 22:51
sanuji26-Oct-09 22:51 
GeneralRe: google-calendar like application in jsp-ajax or jsp-javascript Pin
Richard MacCutchan26-Oct-09 23:25
mveRichard MacCutchan26-Oct-09 23:25 
GeneralRe: google-calendar like application in jsp-ajax or jsp-javascript Pin
Ashfield27-Oct-09 2:15
Ashfield27-Oct-09 2:15 
GeneralRe: google-calendar like application in jsp-ajax or jsp-javascript Pin
Richard MacCutchan27-Oct-09 3:51
mveRichard MacCutchan27-Oct-09 3:51 
GeneralRe: google-calendar like application in jsp-ajax or jsp-javascript Pin
Ashfield27-Oct-09 5:29
Ashfield27-Oct-09 5:29 
GeneralRe: google-calendar like application in jsp-ajax or jsp-javascript Pin
Oakman3-Nov-09 12:15
Oakman3-Nov-09 12:15 
QuestionQuestion about Redirect - HTML / ASP (trad.) Pin
tiwal26-Oct-09 5:21
tiwal26-Oct-09 5:21 
AnswerRe: Question about Redirect - HTML / ASP (trad.) Pin
Not Active26-Oct-09 6:34
mentorNot Active26-Oct-09 6:34 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
tiwal26-Oct-09 6:47
tiwal26-Oct-09 6:47 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
Not Active26-Oct-09 6:56
mentorNot Active26-Oct-09 6:56 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
tiwal26-Oct-09 7:39
tiwal26-Oct-09 7:39 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
Not Active26-Oct-09 8:36
mentorNot Active26-Oct-09 8:36 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
tiwal26-Oct-09 21:11
tiwal26-Oct-09 21:11 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
Not Active27-Oct-09 2:07
mentorNot Active27-Oct-09 2:07 
QuestionSecurity, using Windows Server 2003's built-in smtp Pin
harleydk26-Oct-09 3:48
harleydk26-Oct-09 3:48 
Hello folks,

I can send an e-mail from my web-server like so:

SmtpClient mailClient = new SmtpClient();
mailClient.Send(some defined mail);


I'm however unsure as to the security in this. If someone should gain access to the machine, and it's set up to allow the above, wouldn't this mean the attacker would be able to use the server as a spam-bot?



Many, many thanks for your input (and possible a great link explaining the reasoning behind it),

Morten
AnswerRe: Security, using Windows Server 2003's built-in smtp Pin
Not Active26-Oct-09 5:13
mentorNot Active26-Oct-09 5:13 
AnswerRe: Security, using Windows Server 2003's built-in smtp Pin
Marc Firth27-Oct-09 2:39
Marc Firth27-Oct-09 2:39 
Questiondrop down lists using CSS Pin
lucianvibe26-Oct-09 3:28
lucianvibe26-Oct-09 3:28 
AnswerRe: drop down lists using CSS Pin
Marc Firth27-Oct-09 2:38
Marc Firth27-Oct-09 2:38 

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.