Banner Advert
This blog is a community authored site, containing a wide range of articles covering all aspects of SharePoint. We cater for Project Managers, Business Analysts, IT Pros, and Developers.

SharePoint vs. ASP.Net page request

Before we compare life cycle of both the page request lets first understand the asp.net application life cycle. Stages of the ASP.NET application life cycle (IIS 7.0) 1. Request is made for an application resource: When the integrated pipeline receives a request, the request passes through stages that are common to all requests. These stages are represented by the RequestNotification enumeration. All requests can be configured to take advantage of ASP.NET functionality, because that functionality [...]

Posted on April 24, 2012 by
Leave a comment


Tags: ,
urlname

Replace “HTTP” with “HTTPS” and different URL’s for internal/external access

Working with a client recently I had the old issue of them using “http://sharepoint” for internal users and then “https://sharepoint.domain.com” for external access. Of course as you would expect SharePoint takes care of most of the issues with ensuring the URL’s for links are correct such as automatic navigation links, search results etc. However what it did not take care of as we all know is the hardcoded and manually added links to the pages [...]

Posted on April 19, 2012 by
1 Comment


Tags: ,