Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: permission denied!!


Message #1 by "shoby" <sjain@a...> on Mon, 5 Jun 2000 15:4:45
User forgets his/her login and password and enters email address to get 

login and password.  When submit button is clicked, this error shows up.  I 

just moved all my asp pages to root directory.  Old version of my web site 

was working fine.  I also changes the permission to read, write and execute 

on my server but still get this error.  Any ideas??

Microsoft VBScript runtime error '800a0046' 



Permission denied 

/forgot1.asp, line 76 





Set myCDO = Server.CreateObject("CDONTS.NewMail")

myCDO.Send "SALES@m...", EMAIL,"Your Account and Password!", "Here is 

your login: " &  login & "  and Password: " & PWD & " Please return to our 

ssite!"

			Set myCDO = nothing%>

Message #2 by "shoby" <sjain@a...> on Mon, 5 Jun 2000 15:44:15
User forgets his/her login and password and enters email address to get 

login and password. When submit button is clicked, this error shows up. I 

just moved all my asp pages to root directory. Old version of my web site 

was working fine. I also changes the permission to read, write and execute 

on my server but still get this error. Any ideas??

Microsoft VBScript runtime error ' 800a0046' 



Permission denied 

	id = rst("user_id")

			login = rst("login")

			pwd = rst("password")

			Set myCDO = Server.CreateObject("CDONTS.NewMail")

			myCDO.Send "SALES@m...", EMAIL,"Your myemail.com Account and 

Password!", "Here is your xyz.com login: " &  login & "  and Password: " & 

PWD & " Please return to www.xyz.com!"

			Set myCDO = nothing%>


  Return to Index