如何知道网络表单是否在IIs上运行

问题描述:





没有安装iis,



当我运行应用程序时。现在我安装了iis。我如何才能知道我的应用程序是在iis上运行还是在VS的内置网络服务器上运行



without installing iis ,

when i run the application. now i installed iis. how can i know my application is running on iis or in inbuilt webserver of VS

浏览网址,例如http://localhost/MyBebPage.aspx,您将知道该页面是否正常工作。
Browse the url for e.g. http://localhost/MyBebPage.aspx and you will know whether that page is working or not.


表单不能在IIS上运行。该表单专门用于客户端部分,用于向服务器部分发送HTTP请求。所以,这个问题确实没有意义。你可能意味着别的东西。



-SA
A form cannot "run on IIS" or not. The form works exclusively on client part and is used to send an HTTP request to the server part. So, the question does not really make sense. You probably meant something else.

—SA