用于asp.net核心mvc azure web应用程序的Wordpress登陆页面 [英] Wordpress landing page for asp.net core mvc azure web app

查看:67
本文介绍了用于asp.net核心mvc azure web应用程序的Wordpress登陆页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


是否可以让我的目标网页(根网址www.xxx.com)成为一个在azure中托管的wordpress网站,并且还有一个天蓝色的asp.net核心mvc网络应用程序直播一起? asp.net网站将从登录页面开始,我可以从wp登录页面重定向(www.xxx.com/login)。



如果可能的话,有人可以指导我如何实现这一目标吗?我已经做了一些搜索,但没有找到任何具体的东西。




你是如此聪明......就像一个毛皮覆盖的微型budha。 -Anchorman

解决方案

嗨Reza,


wordpress网站和ASP.NET核心应用程序托管在同一台服务器上(Windows / Linux)?


您可以创建一个包含iframe的页面,其源代码指向ASP.NET Core页面。 


<例如:


< iframe src = " HTTP:// aspnetcoreapp / loginpage"宽度= QUOT; XX"高度= QUOT; XX">< / iframe中>


Is it possible to have my landing page (root url www.xxx.com) be a wordpress site hosted in azure and also have a azure asp.net core mvc web app live together? the asp.net website would start from a login page that I can redirect from the wp landing page (www.xxx.com/login).

If possible, can someone direct me on how to accomplish this? I've done some searching around, but haven't found anything concrete.


You are so wise...like a miniature budha covered in fur. -Anchorman

解决方案

Hi Reza,

Are the wordpress site and ASP.NET core app hosted on same server (Windows/Linux)?

You can create a page that has an iframe and the source of that points out to the ASP.NET Core page. 

Example:

<iframe src="http://aspnetcoreapp/loginpage" width="xx" height="xx"></iframe>


这篇关于用于asp.net核心mvc azure web应用程序的Wordpress登陆页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆