Reputation: 1998
I have a aspx page developed in Visual Studio ASP and I want to integrate it into a Visual Studio LightSwitch existing project. Can anyone tell me how can I do that?
Upvotes: 1
Views: 190
Reputation: 2335
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. I simply created a button and added a link to it (after I had uploaded it onto the IIS, for example:
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 :)
Upvotes: 1