Is There a Way to Make Remote Calls to ASP.NET Development Web Server?

前端 未结 9 908
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 14:25

I know that generally speaking, this cant be done, that is get another PC to call a site hosted under the ASP.NET DEvelopment Web Server remotely (generally

9条回答
  •  既然无缘
    2020-12-05 15:01

    Can't you just run IIS7 in Classic Application Pool mode?

    The Development Web Server is strictly limited to Localhost, you would either need to decompile and recompile it, or set up some kind of Proxy on your machine.

    And on an unrelated Topic: Even though Win2003 Server SP2 R2 should be supported up to March 2012, maybe IIS7 Support should be added to your application to make sure you can run on 2008 Server as well.

提交回复
热议问题