Re: edit asp site?



On Feb 3, 5:15 am, Chaddy2222 <spamlovermailbox-sicur...@xxxxxxxxxxxx>
wrote:
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:

On Feb 2, 11:18 am, Adrienne Boswell <arb...@xxxxxxxxx> wrote:
Gazing into my crystal ball I observed SCfores...@xxxxxxxxx writing
innews
:215d016b-d4f3-411d-bd98-eded8fb21...@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:

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.  

BTW the OP just wants to make simple changes to text.
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- Hide quoted text -

- Show quoted text -

MY developer will not help me and just says download Visual.Web
Express which looks too hard to learn to me,. How do I make my
computer a server? What is an easier to use editor that would work,
should I use the see what you do first? I am real unhappy with some of
the text layout and format on my site which cost nearly $4000 and am
stuck with it. actually there are code problems with too but I can get
by for now just want to make appearance changes. I have done two small
web sites on my own with a Web Easy Professional but they were not
ASP. I just want to be happy with my site look as it commercial and
not doing too well.
.



Relevant Pages

  • Re: Send and recive files
    ... > I've created a submit form where the user can select a file to upload. ... > When the user press the button for submit the selected file, how my asp ... > How can i send file to the client? ... - When I have to send file from server to client, ...
    (microsoft.public.inetserver.asp.general)
  • Re: File Upload - Security Issues
    ... You want to upload a file for what reason and you do ... file and what pitfalls you see re: security might be helpful on this end?! ... files to an IIS server that doesn't have MS Office actually installed? ... 2* Upon submit this is submitted to an ASP page that then (using the XML ...
    (microsoft.public.scripting.vbscript)
  • Re: edit asp site?
    ... change and upload if that will work but do not ... Definately use a text editor ... Set your system up as a web server, ... Although most good / decent web developers will charge an up-front fee ...
    (alt.html)
  • Re: edit asp site?
    ... change and upload if that will work but do not ... Definately use a text editor ... Set your system up as a web server, ... The web designer should have provided this *or at least instructions ...
    (alt.html)
  • Re: edit asp site?
    ... change and upload if that will work but do not ... Definately use a text editor ... Set your system up as a web server, ... The OP should really have a CMS where they can just edit pages without ...
    (alt.html)