Skip to content
/ RawIsapi Public

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

License

Notifications You must be signed in to change notification settings

i-e-b/RawIsapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published