Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Visitor
joecoop
Posts: 4
Registered: 04-23-2010
0

Re: eBM ISAPI Plug in on IIS7

I set the permissions and same error. Any ideas?

Visitor
joecoop
Posts: 4
Registered: 04-23-2010
0

Re: eBM ISAPI Plug in on IIS7

Well, I think I'm getting closer. I removed the entry from the Hander Mappings and re-entered. Now I'm getting: "The MASISAPI.INI file does not contain a redirect entry for this server" when I try to run __debug.pvx. I checked the ini file and there is an entry for the redirect. What am I missing?

Contributor
agoldsmith99
Posts: 39
Registered: 11-07-2008
0

Re: eBM ISAPI Plug in on IIS7

Is the address you are using to access the website the same as the entries in your MASISAPI.ini file?  I ask because sometimes there are entries for the actual domain name but people forget to put in the IP address they are using for testing or they only have entries for www.mysite.com but not mysite.com, etc.

 

Also, is the MASISAPI.ini file in the root folder of the website?

 

If neither of these point you in the write direction, post the entries in your MASISAPI.ini file as that may help get you better feedback.

Visitor
joecoop
Posts: 4
Registered: 04-23-2010
0

Re: eBM ISAPI Plug in on IIS7

I found the problem. The ini file was not in the root of the website I was trying to configure. It was actually in the wwwroot folder which would have normally been fine but in this case, the home directory was a folder off of wwwroot. After I moved it, everything worked!

 

Thanks for all your help!

Contributor
agoldsmith99
Posts: 39
Registered: 11-07-2008
0

Re: eBM ISAPI Plug in on IIS7

Glad to be of help.  EBM is very finky about set up as you figured out.