How to find a web portal is running on SharePoint?
Hi All, I am very confused between .Net and Sharepoint web sites. Anyone please help me out with how to find if a site is running on Sharepoint or any other Microsoft Technology. As vodafone is running on Sharepoint but i didn't get any clue how to find out. Thanks
November 14th, 2010 11:50pm

Hi Yash, You can never find out that which site is built in sharepoint or .NET. Because all the sharepoint pages are made in asp.net with extension .aspx. Better you tell me your requirement.Cheers, Hemendra-MCTS "Yesterday is just a memory,Tomorrow we may never see"
Free Windows Admin Tool Kit Click here and download it now
November 15th, 2010 1:50am

hello you can use fiddler for that. Although you will not identify that site is running on Sharepoint, but you will be able to identify that site is running on ASP.Net and IIS. Those sites have the following http headers in server response: Server: Microsoft-IIS/7.0 X-Powered-By: ASP.NET In order to identify that site is running on Sharepoint you can do the following: 1. Open site in browser 2. View page source Sharepoint sites should have the following meta tag on top of the page: <META Name ="GENERATOR" Content ="Microsoft SharePoint" >Blog - http://sadomovalex.blogspot.com CAML via C# - http://camlex.codeplex.com Graphs visualization in Sharepoint - http://spgraphviz.codeplex.com
November 15th, 2010 3:53am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics