This is a discussion on "Setting up a testing server" within the Classic ASP section. This forum, and the thread "Setting up a testing server are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Setting up a testing server
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Setting up a testing server
I'm replacing my website of html with a more advanced asp navigation system. I need a work area that mimics the website so that when the time comes I can just update the full site.
I'm working in a virtual directory, in the domain using e.g. '/images/imagename.jpg' this causes asp to look in the main domain images directory, not the local one in my subfolder. The thing is, for my navigation to work, I want to be using the forward slash in this way so that pages in subfolders can still pick up images, etc from the domain root folders in this way. How do I set up a local testing website that mimics the main website? So that when I'm happy I can just copy over the files without making any changes? |
|
|
|
#2
|
|||
|
|||
|
I don't quite understand the problem... If you're using relational paths then it will work on the website, or locally.
If you're worried about accessing files located in directories below where your files are, then you can use ../ to go down a directory. |
|
#3
|
|||
|
|||
|
How would you set about creating a work folder that you checked by accessing it locally?
|
|
#4
|
|||
|
|||
|
What OS are you using locally?
|
|
#5
|
|||
|
|||
|
I'm working on XP and the server itself...
|
|
#6
|
|||
|
|||
|
XP Pro or Home?. If you have XP Home you cant install a local webserver.
If you have XP Pro, go to add/remove windows compontents and select "Internet Information Services", this will give you (almost) exactly the same as what you have on your W2K Server, except you can only have 1 website (the default site) which you can play around with. There will be an Inetpub/wwwroot folder on your C drive for the files and you type http://localhost/ into you browser to view it. |
|
#7
|
||||
|
||||
|
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">If you have XP Home you cant install a local webserver.<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">ermmm.... not exactly true Smokie.
You can install any flavour of other webserver other than IIS very straight-forwardly. Even IIS can be installed with a few hacks... see this article:- http://www.15seconds.com/issue/020118.htm Go ahead....
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#8
|
|||
|
|||
|
Hi everyone - been actually reading the books last night and I've configured xp Pro at work but it still won't work on xp pro at home. Don't what's wrong with it. Everything is the same as far as I can tell.
Many thanks for the help so far. |
|
#9
|
|||
|
|||
|
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Rob
...any flavour of other webserver other than IIS...<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote"> ![]() |
|
#10
|
||||
|
||||
![]()
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| setting, testing, server |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] Site fails to set up site's testing server | andrwleong | Classic ASP | 7 | Mar 18th, 2008 12:34 |
| setting up my server | alexgeek | Webforumz Cafe | 9 | Aug 31st, 2007 17:41 |
| URGENT!!!! Send HTTP request from one web server to another server | chandra.nowduri | ASP.NET Forum | 1 | Aug 7th, 2006 19:18 |
| Need to process data on one server, utilize it on another server ... can it be done? | jaobrien | Classic ASP | 1 | Dec 6th, 2005 00:58 |