Quantcast
Channel: Developing Apps for SharePoint 2013 forum
Viewing all articles
Browse latest Browse all 8089

Covert routing style .NET app to SharePoint-online hosted app

$
0
0

We have a on-premises IIS hosted web application that uses route information to fetch data from web service and display content to users. For instance, a news URL will look like:

http://www.contoso.com/news/102034/something-happened-somewhere-news

-which is basically http://www.contoso.com/{news controller} /{article-id}

All code in existing application is already just HTML/JavaScript, except for Routing.

Now that we have SharePoint 2013 online, and contoso.com will ultimately become a SharePoint site collection, I'm trying to find a way to keep the URLs same.

I realize that there is no way to add routes to the SharePoint 2013 online site collection. Additionally, Apps for SharePoint created via Visual Studiodo not allow any server side code and only HTML + JavaScript if deployed using theSharePoint-hosted model.

So are we left with on-premises hosted SharePoint app - which allowsarbitrary programming technology - BUT which requires anon-premises SharePoint installation - which basically means two SharePoint environments?

Or is there are simpler way of doing this?


Viewing all articles
Browse latest Browse all 8089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>