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.
如何使用 FileZilla 发布和托管 MVC4 网站?
请注意,我没有使用 Azure。
我搜索了谷歌,但找不到合适的解决方案。
你的意思是向公众发布吗?您需要找到一个可以满足您需求的网络主机。
主机必须能够托管 MVC4 应用程序以及具有 FTP 访问权限,以便您可以发布您的应用程序。
如果有任何步骤不清楚,请搜索有关它的教程或指南。
我有一个 JSF 页面,其中包含以下代码:
... <f:event type="preRenderView" listener="#{page1.PreRenderViewEvent}"/> ...
现在我需要在页面中而不是在Page1 类构造函数