Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MVC3 我有一个发送电子邮件的功能我使发送电子邮件功能在本地异步工作它可以工作但是当我在服务器中发布时它不起作用。
我做了如下操作:单击按钮单击它将调用控制器中的操作名称“CallSendEmail()”在该函数内部,我正在同步调用用于发送电子邮件的私有方法。
任何人都知道为什么会这样吗?
请查看以下文章.. http://helpnshareidea.blogspot.in/2013/11/mvc3-applications-in-windows-shared.html