Advanced Occupational Medicine Specialists is an occupational health and sports health practice in Chicago, Illinois.
AOMS was looking to update the look and feel of their website as well as restructure the site content for Search Engine Optimization (SEO) .
I proposed that this be accomplished by using an ASP.NET application with a custom content management system (CMS).
The website operates as a single ASP.NET 2.0 web application with a section of the site secured for the use
of the CMS. To make the site consistent across the board, the site uses Master Pages to apply a common user interface
to visitors. To make the site more search engine friendly, I used UrlRewritingNet.UrlRewriter and a configuration section in the Web.Config
file to rewrite the URLs of content driven pages to be more search engine friendly. The CMS is equipped
with a page editor driven by FreeTextBox and a custom built page creation wizard to add new pages. The CMS
is secured by using custom a RoleProvider and a custom MembershipProvider.