Domanda

Vorrei chiedere, come posso aggiungere applicazione Web (questo è Visual Basic Project) alla mia raccolta del sito nella Fondazione SharePoit?Posso farlo senza creare web part?Se no o sì per favore dimmi come posso farlo?

Grazie per il tuo supporto, Andrzej

È stato utile?

Soluzione

If i understood correctly you have a web application project built in Visual Basic and you intend to access it from within a SharePoint Foundation site, right? Developing a web part for that should not be needed (unless other requirements must be fulfilled). For starter, is not actually the type of scenario SharePoint likes or is meant to work (by design, but also because the concept of site/web application in SharePoint has different meanings than regular web sites built simply for ASP.NET), but if you really want to keep using it, you could deploy your web application on the same IIS, and use the "Page Viewer" web part to create an iFrame loading your other site.

Of course, if authentication is an issue, you would need to tackle that as probably Windows Authentication is needed at least starting from SharePoint.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top