I am having problems when people are trying to register in my forum. After clicking on submit when registering, I get the following ASP error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
?
Invalid class string
I'm not sure why I am getting this error. Any help would be greatly appreciated. The wierd thing is that if I refresh the page, it will recognize the newly registered user!
It means that the email component you selected in your Email Configuratons is not installed on your server. To check which email component you have installed, go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the "Check Email Components" tool. Extract it to your forum folder and run it from your browser. It will tell you which components you have installed.
quote: It means that the email component you selected in your Email Configuratons is not installed on your server. To check which email component you have installed, go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the "Check Email Components" tool. Extract it to your forum folder and run it from your browser. It will tell you which components you have installed.
- David
Ah, thank you. Do you know per chance where I can get either ASP Mail or SMTP, so I can install it under my IIS?