Can I publish ppapi dll on IIS server?

28 views
Skip to first unread message

Jiajie Shen

unread,
Dec 7, 2016, 4:47:44 AM12/7/16
to Native-Client-Discuss
I've developed a ppapi plugin dll on Windows, since I need many 3rd party dlls to call in my program, so the NACL/PNACL solutions are not suitable for me). When I debug it on local system, all things run well by using the following flags: --ppapi-out-of-process --register-pepper-plugins="D:\MapBasePPAPI_CPP\Release\MapBasePPAPI_CPP.dll";application/x-ppapi-mapbase_cpp --user-data-dir="D:\MapBasePPAPI_CPP\MapBasePPAPI_CPP\chrome_data"  --no-sandbox

But when I put the dll on the IIS server,  the web page can't show the dll's UI any more. How can I fix the problem?

Any reply will  be appreciated.

Derek Schuff

unread,
Dec 7, 2016, 11:40:45 AM12/7/16
to Native-Client-Discuss
There is no way to run a native PPAPI dll other than by installing it on the local filesystem and using the --register-pepper-plugins flag. This is intentional, as native plugins are unsafe and non-portable, and are not intended to be exposed to the web.

--
You received this message because you are subscribed to the Google Groups "Native-Client-Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to native-client-di...@googlegroups.com.
To post to this group, send email to native-cli...@googlegroups.com.
Visit this group at https://groups.google.com/group/native-client-discuss.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages