473,804 Members | 3,425 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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
11 2264
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" <hohmannATyahoo DOTcom> wrote in message
news:eW******** ******@TK2MSFTN GP12.phx.gbl...
"Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
news:uX******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP10.phx.gbl...
<inline replies>

"jason" <ja***@catamara nco.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.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
1972
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 checked into VSS along with all the associated projects. Many developers need to work on the same solution. The problem that I am having is getting a consistent unit test system setup so that it can easily be shared. Basically, in order to run...
7
7766
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 "marvel" but there is no indication of what it takes to create one. I have seen indications that appear to suggest that the CREATE table statement is all I need. They also seem to suggest that the Staging table and MQT are created in
2
4993
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 fields (vehicleID, BattID, and ChgHrs). VehicleID and BattID are a TEXT datatype and ChrHrs are a number(long int.) datatype. Since records to be imported can have duplicate records of the composite key I need to clean all but one of the...
0
1552
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 help automate the delivery of code from a staging to production scenario. Thanks in advance.
1
1323
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 machine, and allow our developers to access it using CITRIX/WINDOWS TERMINAL SERVICE Note that we have purchased five licenses for .NET and hence we plan on a scenario with a maximum of five developers If it is possible, but not legal, is...
2
1338
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 aspx.vb files? thanks.
2
1360
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 have a few problems that I am trying to work around. 1) All our sites are created using virtual paths. If I am to adopt the isolated model and develop on each developers machine, when you create
15
4948
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 String ' this is ineffect a global application object End Module
6
5470
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 set integrity immediate unchecked, but refresh table after that seems to do a full refresh. Should this work? If so, what would be the right statements for doing this. Thanks Klemens
0
9571
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10561
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10318
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9132
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7608
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5639
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4277
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3803
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.