I would like to ask, how I can add web application (this is Visual Basic project) to my site collection in Sharepoit Foundation? Can I do this without create web part? If no or yes please tell me how I can do it?
Thanks for your support, Andrzej
|
I would like to ask, how I can add web application (this is Visual Basic project) to my site collection in Sharepoit Foundation? Can I do this without create web part? If no or yes please tell me how I can do it? Thanks for your support, Andrzej |
||||
|
|
|
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. |
|||||||||
|