Giter Site home page Giter Site logo

rawisapi's Introduction

RawIsapi

Example of a raw ISAPI module communicating with a .Net assembly

To use:

  • Set the (currently hard-coded) path in RawIsapi.cpp to point at the managed dll
  • Build the project.
  • Make a new IIS site pointing at the folder that holds the web.config file
  • Set the app pool for the site to Classic and No Managed Code
  • Set permissions on the built dlls so the app pool user can access them
  • Set ISAPI and CGI Restrictions on the IIS server to allow the dll to run.

If you get cannot open... errors when rebuilding, recycle the IIS app pool.

Permissions

Make sure the native dll, .Net dll and web.config files all can be read by the IIS app pool process. Check user permissions for the Huygens hosted site, and under C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files. Make sure the temp ASP.NET folder has modify permissions. The hosted site only needs read and execute

To do:

  • Handle incoming data larger than initial buffer
  • Link the ecb to .Net startup if first try failed
  • Remove/reduce hard-coded paths
  • Prove that we can call Huygens-hosted ASP.Net apps from the shim
  • Find a way to get errors thrown by the CLR side

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.