In the top-level folder (which also has the web.config and web.sitemap files) you will find a file named MasterPage.master. Open this file and you will see a section titled "TOP INFORMATION." The third line in this section has the "Fabrikam, Inc" text.
If you change the text here the title will be updated across all pages in this starter kit.
Member
3 Points
84 Posts
How do I change the Web site Name?
Apr 13, 2007 02:10 AM|nhaas|LINK
I installed the Small Business Site Starter Kit, when I launch the web site the name is "Fabrikam INC" how do I change this....
Great looking starter kit byt the way
thanks
MS SQL 2000
Member
3 Points
84 Posts
Re: How do I change the Web site Name?
Apr 14, 2007 02:12 AM|nhaas|LINK
MS SQL 2000
Participant
1001 Points
7915 Posts
Re: How do I change the Web site Name?
Apr 14, 2007 02:38 AM|SomeNewKid|LINK
In the top-level folder (which also has the web.config and web.sitemap files) you will find a file named MasterPage.master. Open this file and you will see a section titled "TOP INFORMATION." The third line in this section has the "Fabrikam, Inc" text. If you change the text here the title will be updated across all pages in this starter kit.
Let me know if you have any problems.
Member
10 Points
4 Posts
Re: How do I change the Web site Name?
May 27, 2007 12:28 PM|Senad Karic|LINK
Open the Code of the doc.
On the beginning you have
<%@ Page Language="C#" MasterPageFile="~/Administrator/MasterPageAdmin.master" AutoEventWireup="true" CodeFile="AdministracijaGuma.aspx.cs" Inherits="Administrator_AdministracijaGuma" [cool]Title="write title" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div id="pagetitle">
[cool] write title
</div>