如何允许在IIS web.config中显示对话框?

时间:2019-02-08 19:31:49

标签: .net modal-dialog

我有一个登录到Office 365的.net 4.5 Web api项目。我强迫它始终显示Windows对话框来登录。除了在其他服务器上运行时,我会得到这个

Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation.

是否可以在web.config上放置一个设置,或者可以让我显示对话框的设置?当我在Visual Studio上运行它时,它似乎才起作用。

对话框

enter image description here

任务栏图标

enter image description here

谢谢

0 个答案:

没有答案