• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IIS 6 - ASP pages give HTTP 404

Okay... well, I am a dumbass, and didn't realize that I had installed URLSCAN which was blocking out all ASP pages....

Now I get an HTTP500 however, I have 'everyone' with full permission on the directory where the ASP pages are located within the OS and still get this.
 
Use IE to get the real error. In Tools>Options, make sure you uncheck "Show friendly HTTP error messages".
 
Okay, with friendly HTTP messages off, I get the following:

Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'Session(...).Authorization'
/mailadmin/login.asp, line 8

I am not familiar with ASP code, however, this is the following line giving the error:

MailAuth = Session("objMailServerSession").Authorization(newloginId,newPassId)

Looking in the ASA file, there is a similar line as follows:

Set Session("objMailServerSession") = Server.CreateObject("MailServAPI.MailServerSession")

I'm not sure what the ASA file is for, however, I was told it needed to be in the directory with the ASP pages. I did notice that the 'MailServAPI' is the same name as the DLL file which needed to be
registered as: regsvr32 MailServAPI.dll

Am I off track or does any of this help?

I did write to the support staff for this product, but usually AT members give responses MUCH quicker and more correct.

EDIT: BTW, I am using II6 on WIN/2003 if that matters
 
Back
Top