是否可以在 ASP.NET mvc 4 中的 *.localhost 之前添加自定义单词(参数)?
我对我想在项目中实现的一个问题有疑问...... 我有两个生产域,基于子域,我更改了应用程序中的一些功能,由于某些原因,目前在 *.localhost 上进行调试目前相当困难(因为我需要在一个域中测试两种不同的功能),所以我我认为我可以添加一些按钮来切换我的 *.localhost 子域。 我期望什么:
domain1.localhost:59328/controller/action domain2.localhost:59328/controller/action
当我按下按钮时,它会将domain1切换到domain2,反之亦然......
那么,有可能吗?
我在 localhost 上使用 IIS Express
P.S 我是 asp.net 路由的新手,所以我对此不太了解......
I have a question about one issue what I want to implement in my project...
I've two production domains, based on subdomain I change some functionality in my app, and for some reasons debugging on *.localhost for now is quite difficult for now(because I need to test two different functionalities in one domain), so I thinked that somehow I can add some button which could switch my *.localhost subdomains.
what I expect:
domain1.localhost:59328/controller/action
domain2.localhost:59328/controller/action
when I pressed button it switchs domain1 to domain2 and vice verse...
So, is it possible somehow?
I'm using IIS express on localhost
P.S i'm new in asp.net routing so I don't know much about it...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论