把自己的ASP.NET应用程序与SharePoint集成在一起

微软有文档描述这个解决方法的, 如下.

How to enable an ASP.Net application to run on a SharePoint virtual server

http://support.microsoft.com/kb/828810?&clcid=0x409

Allowing Web Applications to Coexist with Windows SharePoint Services

http://office.microsoft.com/en-us/winsharepointadmin/HA011608061033.aspx

其核心主要就是在managed path里将自己的ASP.NET应用程序的路径排除掉, 方法是配置excluded path.

这样配置之后, SharePoint就不会处理那个path下的请求, 交给你自定义的ASP.NET应用程序来处理了.