How to tackle "The server could not load the specified ISAPI resource"
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
I'm writing a program which can load some HTML pages from an external source. That is a IE application with a server of his own. Until recently everything worked fine: my program builds an url and uses CHtmlView::Navigate2() to display the HTML page. But now I'm getting the error above. I don't have the faintest idea where this comes from and whether it's my app or the other app that causes the error. The other app still works fine. I know it's quite vague all, but can anyone give my some clues where to look? Thanks.