Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
C#
I have a simple scenario , I have package of Asp.net MVC web application and this package will be deployed inside SharePoint _admin folder (15 hive).

And I need to run my Asp.net site inside SharePoint Central Admin site (Default) using same site references.

Options I tried out

I have created simple asp.net application.

Then I have added the virtual folder inside iis site and convert it into an application.

This way I am able to access my site.

Outcome Expected

I need to run my asp.net application without creating new web application in IIS rather use the web application created for SharePoint central admin and deploy custom asp.net application as a virtual directory.

and my site url will be http://[Sharepoint]/_admin/[asp.net]


What I have tried:

I have created simple asp.net application.

Then I have added the virtual folder inside iis site and convert it into an application.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900