I'm in the Admin Options and when I click Email Server Configuration I am prompted agin for the Admin username and password. When I enter the Admin username and password I am prompted again for the username and password each time. Any idea why.
After further investigation I see a system event that is created when I enter the admin username and password after clicking on the Mail Server configuration.
A process serving application pool 'SnitzForum' suffered a fatal communication error with the Windows Process Activation Service. The process id was '3248'. The data field contains the error number.
I copied the admin_config_email.asp file from the Snitz zip to overwrite the original. I restarted the web site in IIS then logged on to the forum as Admin. I clicked on the email configuration. It then prompts me for the username and password then logs me in successfully which brings me back to the root of the Admin section. I click email configuration again only to be prompted again for username and password at this address: http://forum/admin_login.asp?target=admin_config_email.asp.
I see a system warning in the Windows logs for each event.
A process serving application pool 'Forum' suffered a fatal communication error with the Windows Process Activation Service. The process id was '1748'. The data field contains the error number.
Do you get a list of installed email components when you finally get to view the page?
Do you get the problem if you comment out these lines of code from lines 188-194?
for i=0 to UBound(theComponent)
if IsObjInstalled(theComponent(i)) then
Response.Write " <option value=""" & theComponentValue(i) & """" & chkSelect(strMailMode,theComponentValue(i)) & ">" & theComponentName(i) & "</option>" & vbNewline
else
j = j + 1
end if
next