所以将以前做的示例修改后重新上传。
对以前的代码需要做两处修改:
1。修改webconfig
<httpModules>
<add name="GatewayController" type="FlashGateway.Controller.GatewayController,flashgateway" />
</httpModules>
改为
<httpModules>
<add name="FluorineGateway" type="com.TheSilentGroup.Fluorine.FluorineGateway,com.TheSilentGroup.Fluorine" />
</httpModules>
在Flash.cs文件中增加 “using com.TheSilentGroup.Fluorine;”
新的文件下载地址