Click here to Skip to main content
15,889,216 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem in sending e-mail through code in asp.net2.0 ? Pin
Subin Alex3-Jun-09 0:21
Subin Alex3-Jun-09 0:21 
AnswerRe: Problem in sending e-mail through code in asp.net2.0 ? Pin
Manas Bhardwaj3-Jun-09 0:42
professionalManas Bhardwaj3-Jun-09 0:42 
AnswerRe: Problem in sending e-mail through code in asp.net2.0 ? Pin
Sundeep Ganiga3-Jun-09 0:49
Sundeep Ganiga3-Jun-09 0:49 
GeneralRe: Problem in sending e-mail through code in asp.net2.0 ? Pin
Subin Alex3-Jun-09 2:09
Subin Alex3-Jun-09 2:09 
GeneralRe: Problem in sending e-mail through code in asp.net2.0 ? Pin
Sundeep Ganiga3-Jun-09 2:41
Sundeep Ganiga3-Jun-09 2:41 
AnswerRe: Problem in sending e-mail through code in asp.net2.0 ? Pin
J4amieC3-Jun-09 1:37
J4amieC3-Jun-09 1:37 
GeneralRe: Problem in sending e-mail through code in asp.net2.0 ? Pin
Subin Alex3-Jun-09 2:11
Subin Alex3-Jun-09 2:11 
Questionmd5 wih salt Pin
Kissy162-Jun-09 23:05
Kissy162-Jun-09 23:05 
hai all,
i have implemented md5 in my login page for security purpose.
Is this md5 is clienside/serverside?
because in html anybody can see the salt value.
function am using

function md5auth(password)
{
var seed;
seed=null;
seed="&<%=Session("salt")%>;";
password.value= MD5(seed+MD5(password.value));
return true;
}

and on button click event am implemnting the following code

txt3.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(str_pwd.ToString().Trim(), "md5")
txt2.Text = FormsAuthentication.HashPasswordForStoringInConfigFile((Session("salt") + txt3.Text.Trim.ToLower()), "md5")

if txt_pwd.text=txt2.text then
response.redirect("Default.aspx")
end if


i dont understand whether it is both client and server side or only client side.??

kissy

AnswerRe: md5 wih salt Pin
Abhishek Sur3-Jun-09 0:30
professionalAbhishek Sur3-Jun-09 0:30 
GeneralRe: md5 wih salt Pin
Kissy163-Jun-09 19:13
Kissy163-Jun-09 19:13 
GeneralRe: md5 wih salt Pin
Abhishek Sur3-Jun-09 21:04
professionalAbhishek Sur3-Jun-09 21:04 
QuestionThere is an error message when uploding files to Database. Pin
lsh486love2-Jun-09 22:49
lsh486love2-Jun-09 22:49 
AnswerRe: There is an error message when uploding files to Database. Pin
Herman<T>.Instance2-Jun-09 22:57
Herman<T>.Instance2-Jun-09 22:57 
GeneralRe: There is an error message when uploding files to Database. Pin
lsh486love2-Jun-09 23:04
lsh486love2-Jun-09 23:04 
GeneralRe: There is an error message when uploding files to Database. Pin
Herman<T>.Instance2-Jun-09 23:11
Herman<T>.Instance2-Jun-09 23:11 
AnswerRe: There is an error message when uploding files to Database. Pin
Greg Chelstowski3-Jun-09 0:37
Greg Chelstowski3-Jun-09 0:37 
Question[Message Deleted] Pin
anandhakrishnan2-Jun-09 22:21
anandhakrishnan2-Jun-09 22:21 
AnswerRe: sqlprofileprovider Pin
Herman<T>.Instance2-Jun-09 22:25
Herman<T>.Instance2-Jun-09 22:25 
AnswerRe: sqlprofileprovider Pin
Abhijit Jana2-Jun-09 22:43
professionalAbhijit Jana2-Jun-09 22:43 
QuestionBest of both worlds? :-/ Pin
Matt Cavanagh2-Jun-09 22:02
Matt Cavanagh2-Jun-09 22:02 
AnswerRe: Best of both worlds? :-/ Pin
Uwe Keim2-Jun-09 22:16
sitebuilderUwe Keim2-Jun-09 22:16 
GeneralRe: Best of both worlds? :-/ Pin
Matt Cavanagh2-Jun-09 22:34
Matt Cavanagh2-Jun-09 22:34 
GeneralRe: Best of both worlds? :-/ Pin
Uwe Keim2-Jun-09 22:38
sitebuilderUwe Keim2-Jun-09 22:38 
GeneralRe: Best of both worlds? :-/ Pin
Matt Cavanagh2-Jun-09 22:40
Matt Cavanagh2-Jun-09 22:40 
GeneralRe: Best of both worlds? :-/ Pin
Matt Cavanagh3-Jun-09 2:03
Matt Cavanagh3-Jun-09 2:03 

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.