Starting my new ASP.NET site from a Template

  • Thread starter Thread starter Bazza Formez
  • Start date Start date
B

Bazza Formez

Hi,

I am wanting to build a new site & have decided to start with a
template from www.asp.net ... the TimeTracker template is an ideal
starting point for me.

I started a new web site from VS 2005 & used the TimeTracker
template.. all good.. it even ran straight off. Great.

However, now I want to rename all files & objects etc to reflect the
name of my new site (which has nothing to do with Time Tracking!).

My questions is : How should I go about this. I want to do a mass
change ..... ie. everthing where there is TimeTrcaker I want replaced
with "MyAppName". This will include changing : aspx source, vb code
behind, also namespaces, even directorys where code sits etc etc.

I had a try & ended up in a serious pickle.... Can anyone suggest the
best approach for this?
What do others do when they use a template ?

Thanks!
Bazza
 
First check the master page.

If this does not solve your issue, do a ssearch and replace on all files. It
is extremely unlikely Time Tracker will be found in code, as neither of
these are keywords.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*********************************************
Think outside the box!
*********************************************
 
Back
Top