Can we deploy an asp.net web app into SharePoint Site .

Posted by Savanth.Kumar under SharePoint on 6/1/2015 | Points: 10 | Views : 1916 | Status : [Member] | Replies : 1
Hi ,

Introducing myself , am new to SharePoint and its development . I got a task to know that , Is it possible to deploy an external web application which we developed in c# Asp.Net into the SharePoint Site . I cant trace out how to create an web application in SharePoint with my UI designed and with my code . So please let me know , do we have any option to develop an Asp.Net Web application externally and can deploy to my SharePoint site ?




Responses

Posted by: Douglasphillips24 on: 6/8/2015 [Member] Starter | Points: 25

Up
0
Down
One way of doing it would be do a precompilation of your asp.net app and copy the whole assembly to the intended server. You can do the deployment without the source code files, by using either the publish website command or aspnet_compiler command from cmd.

Savanth.Kumar, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response