首页 > 解决方案 > How to deploy a Rust web service on IIS?

问题描述

I'm trying to deploy a web service written in Rust to the Mochahost Windows server. I found Suave in IIS - Hello world but HttpPlatformHandler is replaced by ASP.NET Core Module.

I tried to replace '..\MySite.exe' in the following line but that did not work:

<aspNetCore processPath="..\MySite.exe" arguments="" stdoutLogEnabled="false" stdoutLogFile="..\logs\stdout" />

标签: iisrust

解决方案


推荐阅读