简体   繁体   English

将ASP.NET(.aspx)页面集成到现有的Lightswitch项目中

[英]Integrating a ASP.NET (.aspx) page into a existing Lightswitch project

I have a aspx page developed in Visual Studio ASP and I want to integrate it into a Visual Studio LightSwitch existing project. 我有一个用Visual Studio ASP开发的aspx页面,我想将其集成到Visual Studio LightSwitch现有项目中。 Can anyone tell me how can I do that? 谁能告诉我该怎么做?

I've not tried to integrate it into Lightswitch, because if any changes were required I found it easier to leave it in its own Visual Studio project. 我没有尝试将其集成到Lightswitch中,因为如果需要任何更改,我发现将其保留在自己的Visual Studio项目中会更容易。 I simply created a button and added a link to it (after I had uploaded it onto the IIS, for example: 我只是创建了一个按钮并添加了一个链接(例如,将其上传到IIS之后,例如:

window.open("IIS URL");

OR 要么

window.open("IIS URL/Document.xls");

so if you don't find a way to do this, then hopefully this will help :) 因此,如果您找不到执行此操作的方法,那么希望这会有所帮助:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将ASP.NET页导入到现有的ASP.NET项目 - Import ASP.NET Page to Existing ASP.NET Project 从asp.net mvc项目链接到aspx页面 - Link to aspx page from asp.net mvc project 如何在asp.net mvc 3项目中路由.aspx页? - How to route a .aspx page in asp.net mvc 3 project? Asp.net .aspx和MVC共存的项目,在项目发布后,Codebehind / Codefile仍存在于.aspx文件中 - Asp.net .aspx and MVC Co-existing project, the Codebehind/Codefile still existing inside .aspx files after project published 将ASP.NET Identity集成到现有数据库 - Integrating ASP.NET Identity to existing database 在现有Webform asp.net上集成WAAD - Integrating WAAD on existing Webform asp.net 将现有的ASP.NET应用程序集成到SharePoint中 - Integrating an existing ASP.NET application into SharePoint ASP.NET表单项目一个解决方案中的两个项目,一个aspx页面引用另一个项目中的aspx页面 - ASP.NET form project two projects in one solution and one aspx page refers aspx page in anther project 如何在另一个aspx页面中包含aspx页面? 在asp.net中 - how to include aspx page in another aspx page? in asp.net ASP.NET-将现有项目复制到解决方案中,但是不能在任何.ASPX上“开始调试”吗? - ASP.NET - copy existing project into solution - but cannot “Start Debugging” on any .ASPX?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM