Re: edit asp site?
- From: Chaddy2222 <spamlovermailbox-sicurity@xxxxxxxxxxxx>
- Date: Sun, 3 Feb 2008 02:15:14 -0800 (PST)
On Feb 3, 3:38 pm, Adrienne Boswell <arb...@xxxxxxxxx> wrote:
Gazing into my crystal ball I observed SCfores...@xxxxxxxxx writing innews:09fc2446-eba6-40e5-b0f8-afe57360ea7b@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:BTW the OP just wants to make simple changes to text.
On Feb 2, 11:18 am, Adrienne Boswell <arb...@xxxxxxxxx> wrote:
Gazing into my crystal ball I observed SCfores...@xxxxxxxxx writing:215d016b-d4f3-411d-bd98-eded8fb21...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
innews
I have site made for me that is on ASP. I would like to be able to
make minor text changes with an editor that lets you see what you
get first. Can I use one on ASP based site? I can download the
files from my site, change and upload if that will work but do not
want to mess it up.
1. Make a backup of the original file.
2. Definately use a text editor
3. Set your system up as a web server, it's not very hard. Preview
pages on your local machine before uploading them to the production
server. If your site also accesses a database, you might be able to
connect to it remotely. If not, install the db program, and either
copy
the records to your local system, or put in some dummy records (just
so you can see everything is okay).
4. Be sure to make a backup of the original file. I cannot emphasize
this enough.
I see on this w=site that instaed of pages being names index. html
they are like aspx. Looks like there is more than one page that is the
on mine default. aspx, deafult2.aspx and default.aspx.cs. Which one do
i edit the text on? I understand to download it first and save all of
them as back up. If I make a new one and just call it whatever,
test.aspx. and uplod it, it will not bother my other rpages while I
vew it? If tit views OK then change the name to the one to replace
and upload, if messes up I can upload the original and site will go
abck to as before?
You really have to tread carefully, and you need to work with the actual
page, including the code.
For example, a lot of pages I do have something like (php):
<?php
$thispage = "The page title";
$thisurl = "thispage.php";
include "linkrel_inc.php";
//sql statements
?>
</head>
<body>
<?php include "nav_inc.php"?>
<div id="content">
<h2>Second level heading</h2>
<p>This is the actual page contents I will modify.</p>
<!-- Maybe something might be coming from a database here -->
</div>
<?php include "footer.php"?>
There is a lot of code in this example, and not very much markup. Most
of the markup (in this example) is in included documents. In this
example, the only place I would want to change something would be in
within the content div.
Your page will be different, but I hope you can see why I have said to
be careful, and where you might be able to make changes. As I said
before, best to set up a local server, test the page changes there, and
if everything works okay, then you can upload it to the production
server.
The OP should really have a CMS where they can just edit pages without
needing to edit the code.
The web designer should have provided this *or at least instructions
of how the OP could update the site.
--
Regards Chad. http://freewebdesignonline.org
.
- Follow-Ups:
- Re: edit asp site?
- From: SCforester
- Re: edit asp site?
- References:
- edit asp site?
- From: SCforester
- edit asp site?
- Prev by Date: Re: page load times
- Next by Date: IE7 and images
- Previous by thread: Re: edit asp site?
- Next by thread: Re: edit asp site?
- Index(es):
Relevant Pages
|