473,396 Members | 1,599 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Staging environment for two asp developers?

What is the best way to allow a second developer access to existing html and
asp files in the office from a development point of view. At the moment, I
have been developing locally and then uploading my files to my web host but
I now need to create a usuable office environment which allows a second
developer to work my folder structures and files.

We do not have a big budget.

I am thinking of asking the company to buy a second hard drive loaded with
Office XP professional and use this to server files locally in a staging
environment before pushing the files to the remote web host.

Am I on the right track?
Many thanks
Jason
Jul 19 '05 #1
11 2244
I guess this means that you do not have a test server, huh. That kinda
sucks.

You can share your wwwroot on your machine with the other person and have
him map a drive to the share.

Ray at work

"jason" <ja***@catamaranco.com> wrote in message
news:OC**************@TK2MSFTNGP09.phx.gbl...
What is the best way to allow a second developer access to existing html and asp files in the office from a development point of view. At the moment, I
have been developing locally and then uploading my files to my web host but I now need to create a usuable office environment which allows a second
developer to work my folder structures and files.

We do not have a big budget.

I am thinking of asking the company to buy a second hard drive loaded with
Office XP professional and use this to server files locally in a staging
environment before pushing the files to the remote web host.

Am I on the right track?
Many thanks
Jason

Jul 19 '05 #2
Yeah - we don't have a test server. I am kind of reluctant to do a share as
it seems 'ineffecient' but I may be able to persuade company to buy a test
server.

I am I right in thinking all I really need is the latest harddrive Pentium
III with enough memoery and Win XP PROFFESIONAL loaded which has IIS built
in and then test sites locally using multiple site functionality found in
ISS along the lines of:

http://local.mysite.com
http://local.mysite2.com

....which allows multiple domains pointing to various root folders in the
wwwroot of the newly acquired server machine...

Could this work Ray?

Many thanks
Jason
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:eY**************@TK2MSFTNGP12.phx.gbl...
I guess this means that you do not have a test server, huh. That kinda
sucks.

You can share your wwwroot on your machine with the other person and have
him map a drive to the share.

Ray at work

"jason" <ja***@catamaranco.com> wrote in message
news:OC**************@TK2MSFTNGP09.phx.gbl...
What is the best way to allow a second developer access to existing html

and
asp files in the office from a development point of view. At the moment, I have been developing locally and then uploading my files to my web host

but
I now need to create a usuable office environment which allows a second
developer to work my folder structures and files.

We do not have a big budget.

I am thinking of asking the company to buy a second hard drive loaded with Office XP professional and use this to server files locally in a staging
environment before pushing the files to the remote web host.

Am I on the right track?
Many thanks
Jason


Jul 19 '05 #3
<inline replies>

"jason" <ja***@catamaranco.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Yeah - we don't have a test server. I am kind of reluctant to do a share as it seems 'ineffecient' but I may be able to persuade company to buy a test
server.
There wouldn't be anything inefficient about sharing a directory on your
machine. That's what the NT server service is there for. :]


I am I right in thinking all I really need is the latest harddrive Pentium
III with enough memoery and Win XP PROFFESIONAL loaded which has IIS built in and then test sites locally using multiple site functionality found in
ISS along the lines of:

http://local.mysite.com
http://local.mysite2.com

...which allows multiple domains pointing to various root folders in the
wwwroot of the newly acquired server machine...

You will not be able to setup multiple sites in XP Pro. You would need a
server operating system for this (NT Server, 2000 Server, 2003 Server).
With the desktop OSes, IIS only supports one single website. So, since
you'd need a server OS, add another $800 to your budget.

But, you should have a test server. Hopefully you can swing it. I mean, if
nothing else, is your DESKTOP workstation on the backup rotation? Probably
not!

BTW, you're site's really nice looking. It makes me want to buy a
catamaran.

Ray at work
Jul 19 '05 #4
Hi Ray - you guessed it - my workstation is not on a BACKUP rotation. Not
sure what you mean by "rotation".....

If I do swing a test server I guess we would both still access the files in
the root like this: localhost/mysite/index.asp - right?

I actually do have a copy of windows 2000 server which seems to be the one
that could do the sites with multiple sites locally.

Do you think this would be a good idea - I get the company to get a test
server, load the 2000 server edition, configure IIS
and bam! Or is it going to be a lot more complicated to get a simple staging
environment up and running on a test server?

By the way check out www.catamaranco.com for other principle catamaran
sites.

- Jason


"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
<inline replies>

"jason" <ja***@catamaranco.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Yeah - we don't have a test server. I am kind of reluctant to do a share as
it seems 'ineffecient' but I may be able to persuade company to buy a test server.


There wouldn't be anything inefficient about sharing a directory on your
machine. That's what the NT server service is there for. :]


I am I right in thinking all I really need is the latest harddrive Pentium III with enough memoery and Win XP PROFFESIONAL loaded which has IIS

built
in and then test sites locally using multiple site functionality found in ISS along the lines of:

http://local.mysite.com
http://local.mysite2.com

...which allows multiple domains pointing to various root folders in the
wwwroot of the newly acquired server machine...

You will not be able to setup multiple sites in XP Pro. You would need a
server operating system for this (NT Server, 2000 Server, 2003 Server).
With the desktop OSes, IIS only supports one single website. So, since
you'd need a server OS, add another $800 to your budget.

But, you should have a test server. Hopefully you can swing it. I mean,

if nothing else, is your DESKTOP workstation on the backup rotation? Probably not!

BTW, you're site's really nice looking. It makes me want to buy a
catamaran.

Ray at work

Jul 19 '05 #5


--
Will trade ASP help for SQL Server help
"jason" <ja***@catamaranco.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
Hi Ray - you guessed it - my workstation is not on a BACKUP rotation. Not
sure what you mean by "rotation".....
Ah, backup strategy, plan, rotation, or whatever. Just being backed up. :]

If I do swing a test server I guess we would both still access the files in the root like this: localhost/mysite/index.asp - right?
No, localhost is your machine, and to the guy next to you, localhost is his
machine. You would access it by http://testserver or any other name you
want. When the time comes for that, post in the IIS group or even a W2K
group, and someone will explain DNS, WINS, HOSTS files, and other such
options for name resolution in addition to host headers in IIS to allow you
to host multiple web sites on a single server.

I actually do have a copy of windows 2000 server which seems to be the one
that could do the sites with multiple sites locally.
If you have a license for it, that'll save your company some cash. W2K
Server can host an infinite number of sites (okay, not infinite, but close
enough).

Do you think this would be a good idea - I get the company to get a test
server, load the 2000 server edition, configure IIS
and bam! Or is it going to be a lot more complicated to get a simple staging environment up and running on a test server?
It will be somewhere in between there. It's really not that big of a deal
compared to some other things. You'd install IIS, setup your first site,
share inetpub or whatever is appropriate, set your share permissions, map
some drives, and just start working off of Q:\wwwroot instead if
C:\inetpub\wwwroot. And then instead of going to http://localhost, you'll
go to http://testserver, at first.

By the way check out www.catamaranco.com for other principle catamaran
sites.


That was the site I went to. :]

Ray at home, gotta go back to work in a few hours though.
Jul 19 '05 #6
I agree, nice site.
I've always wanted a catamaran, just so I can say "Catamaran".

BTW, you're site's really nice looking. It makes me want to buy a
catamaran.

Ray at work

Jul 19 '05 #7
Hey Ray - Thanks for your help - always have insight!
- Jason

"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...


--
Will trade ASP help for SQL Server help
"jason" <ja***@catamaranco.com> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...
Hi Ray - you guessed it - my workstation is not on a BACKUP rotation. Not sure what you mean by "rotation".....
Ah, backup strategy, plan, rotation, or whatever. Just being backed up.

:]

If I do swing a test server I guess we would both still access the files in
the root like this: localhost/mysite/index.asp - right?


No, localhost is your machine, and to the guy next to you, localhost is

his machine. You would access it by http://testserver or any other name you
want. When the time comes for that, post in the IIS group or even a W2K
group, and someone will explain DNS, WINS, HOSTS files, and other such
options for name resolution in addition to host headers in IIS to allow you to host multiple web sites on a single server.

I actually do have a copy of windows 2000 server which seems to be the one that could do the sites with multiple sites locally.


If you have a license for it, that'll save your company some cash. W2K
Server can host an infinite number of sites (okay, not infinite, but close
enough).

Do you think this would be a good idea - I get the company to get a test
server, load the 2000 server edition, configure IIS
and bam! Or is it going to be a lot more complicated to get a simple

staging
environment up and running on a test server?


It will be somewhere in between there. It's really not that big of a deal
compared to some other things. You'd install IIS, setup your first site,
share inetpub or whatever is appropriate, set your share permissions, map
some drives, and just start working off of Q:\wwwroot instead if
C:\inetpub\wwwroot. And then instead of going to http://localhost, you'll
go to http://testserver, at first.

By the way check out www.catamaranco.com for other principle catamaran
sites.


That was the site I went to. :]

Ray at home, gotta go back to work in a few hours though.

Jul 19 '05 #8
Sure - "Catamarans" seems to be a popular search key word on Google too
these days! :)

Jason
"TomB" <sh*****@hotmail.com> wrote in message
news:ub**************@tk2msftngp13.phx.gbl...
I agree, nice site.
I've always wanted a catamaran, just so I can say "Catamaran".

BTW, you're site's really nice looking. It makes me want to buy a
catamaran.

Ray at work


Jul 19 '05 #9
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...


--
Will trade ASP help for SQL Server help


Color me curious, but is there something specific in SQL Server you need
help with? I love to try, considering how often you appear on the answer
side of things.

-Chris
Jul 19 '05 #10
Heh. Thanks Chris. At the moment, no. I almost posted twice to the SQL
programming group today, but both times, I had my "ah-ha" moment as I was
writing out my problem. Sometimes that's all it takes. I just have that in
my signature so that when I do post in the sql groups, some kind SQL-expert
soul may say to himself, "alright, fine, I'll help him out since he tries to
help out people in other places" I guess...

I spend half of my day in the asp groups and the other half just reading the
sql.programming group. And the third half of my day is spent working. ;]

Ray at work
"Chris Hohmann" <hohmannATyahooDOTcom> wrote in message
news:eW**************@TK2MSFTNGP12.phx.gbl...
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:uX**************@TK2MSFTNGP12.phx.gbl...


--
Will trade ASP help for SQL Server help


Color me curious, but is there something specific in SQL Server you need
help with? I love to try, considering how often you appear on the answer
side of things.

-Chris

Jul 19 '05 #11
Hey Ray,

Just some further clarification:

I am pitching this new server to our current administrator who is well
versed in mapped drives and network link ups etc.

But, obviously a new server running Win2k server would be operating
principablly via IIS to SERVER web files.

I am unsure how this scenario clashes/FITS/complements or unhinges the
network environment.

I mean, do we first install the new machine in our network and then make
sure everyone in the office is mapped to it or is the different scenario to
make sure that they are able to view web files like this:

http://newserver/test/homepage.asp

I realise it is a naive quesiton but networking is not my strong suite and I
just need to understand some of the key steps to getting it up and running -
not the entire tecnical process!

Much appreciated
Jason
"Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:eQ**************@TK2MSFTNGP10.phx.gbl...
<inline replies>

"jason" <ja***@catamaranco.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Yeah - we don't have a test server. I am kind of reluctant to do a share as
it seems 'ineffecient' but I may be able to persuade company to buy a test server.


There wouldn't be anything inefficient about sharing a directory on your
machine. That's what the NT server service is there for. :]


I am I right in thinking all I really need is the latest harddrive Pentium III with enough memoery and Win XP PROFFESIONAL loaded which has IIS

built
in and then test sites locally using multiple site functionality found in ISS along the lines of:

http://local.mysite.com
http://local.mysite2.com

...which allows multiple domains pointing to various root folders in the
wwwroot of the newly acquired server machine...

You will not be able to setup multiple sites in XP Pro. You would need a
server operating system for this (NT Server, 2000 Server, 2003 Server).
With the desktop OSes, IIS only supports one single website. So, since
you'd need a server OS, add another $800 to your budget.

But, you should have a test server. Hopefully you can swing it. I mean,

if nothing else, is your DESKTOP workstation on the backup rotation? Probably not!

BTW, you're site's really nice looking. It makes me want to buy a
catamaran.

Ray at work

Jul 19 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Peter Rilling | last post by:
My development team is using VS.NET with VSS integration. They are able to check in and out from within VS.NET. We also use NUnit for testing our libraries. Currently our entire solution is...
7
by: Zri Man | last post by:
I have searched far and wide (not wide enough some might chip in) but cannot find the syntax for creating a staging table for an MQT. IBM manuals talk long and longer in serveral sections of this...
2
by: ms | last post by:
Access 2000: I am trying to delete duplicate records imported to a staging table leaving one of the duplicates to be imported into the live table. A unique record is based on a composite key of 3...
0
by: Joe | last post by:
Does anyone know of a tool that can automate code migration from a staging server to a production server. As a developer I only have rights to migrate to staging and I would like a tool that could...
1
by: Michelle Stone | last post by:
I am exploring the technical possibilities and the legal issues in using Visual Studio.NET in a shared environment. I would like to know if it is possible/legal to have Visual Studio.NET on a server...
2
by: rom | last post by:
what do i have to more from staging to production every time i make changes? all the files only? what about the dll in the bin directory? if i copy the dll file do i also have to copy the aspx and...
2
by: Ralph | last post by:
Hi, I've done a bit of reading on setting up an Isolated .NET environment for each of my developers. We all run Windows XP Pro, IIS and have local instances of SQL Server for development. I...
15
by: Rob Nicholson | last post by:
A consequence of the ASP.NET architecture on IIS has just hit home with a big thud. It's to do with shared variables. Consider a module like this: Public Module Functions Public GlobalName As...
6
by: Klemens | last post by:
I want to create an MQT, intialize it manually and then use staging table to refresh it with new data, but i don' t see a way for not doing full refresh after creating the staging table. I tried...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.