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?

View Replies


ADVERTISEMENT

Conaito VoIP ActiveX Library For Developers Of VoIP Audio Applications

conaito VoIP ActiveX library for developers of VoIP audio applications,
such as voice chat, conference, VoIP, providing real-time low latency
multi-client audio streaming over UDP/IP networks. Includes efficient
components for sound recording, playback, encoding, decoding, mixing,
resampling, reading, and writing wave files, mixer volume controls
access.

Provides UDP/IP server and client components for peer-to-peer,
multi-user, and broadcast audio communications. Really easy to use!
Working with Firewall and NAT! conaito VoIP SDK is the best way to add
voice conference and text conference into your application and web
pages. conaito VoIP SDK includes voip activex, voip ocx, voip com, voip
dll, voip lib and voip cab, so you can use the one you like the most.

View Replies View Related

ASP Development Environment

Does anyone have any suggestions what software would be best used for an ASP development environment with several programmers working on the same project? It would have to have source control and version control etc.

View Replies View Related

Development Environment

I am about to dive in to the world of ASP. I have done HTML sites before using Dreamweaver MX.My question is: What is the best development application for me to use to create ASP web apps/sites?should I go with ASP or ASP.net?

View Replies View Related

HTTP_REFERER Environment

A week or so ago, I needed to find the HTTP_REFERER environment variable to check and see if a user is coming from a certain website:

If Request.ServerVariables("HTTP_REFERER")_
= "http://localhost/mydir/page1.aspx" then
response.write "Click on a menu choice"
else
response.write "check back later
end if

I have a page nested in an IFRAME (for example framepage1.aspx or ..asp), and I need to check to see if a user is coming to (not coming from ) a certain page where the framepage1.aspx is (the framepage1.aspx could appear in not only page1.aspx, but page2.aspx ,or page3). I'm not sure how to accomplish this given that the
HTTP_REFERER checks on address only incoming.

View Replies View Related

Debug Environment

I have an asp pages which uses ActibeX dll and Exe written in in VB and VC++. I want to debug the components from asp page. When the asp page is run I should be able to get the breakpoint in my VB & VC++ dll and exe.

what could be the setting to do that. I can debug those componnets from another VB/VC++ applications but I want to debug from asp page.

View Replies View Related

Access Cgi Environment Variables

can't seem to find how accesss the standard cgi environment variables in vbscipt/asp, remote_addr, server_port, etc they are accessible right? or a similar vbs set?

View Replies View Related

ASP - Reading Environment Variable

I would like to read a client environment variable... How can i do this ?

I can read server environment variable using
<%=request.servervariables("LOGON_USER")%>

but concerning client environment ?

View Replies View Related

Setting Up ASP Environment In Windows XP

how to set up ASP development environment in windows XP (or i have to have windows 2000/2003)? Any good tutorial out there? By the way, I already have Visual Studio .net installed in my computer.

I am a PHP developer and want to learn ASP for my new project. How long u think it will take for me to catch up?

View Replies View Related

Environment Variable From ASP Page

My goal is to retrieve my local machine's %USERNAME% environment variable
from ASP page.

When I enter http://RemoteServerName/testusername.asp?id=%USERNAME% directly
into the IE Browser URL box, %USERNAME% is repalced with the local machine
ID. However <a href="http://RemoteServerName/testusername.asp?id=%USERNAME%"> get mahcine id</a> in an html file and use Request.Querystring("id") to retrieve it in testusername.asp page, it returns "%USERNAME%". I guess IE browser is smart enough to replace %USERNAME% with the local environment variable value before sending URL string to the web server when you type directly into the Browser URL box.My question is , is there any way to retrieve local machine's environment variable, %USERNAME% from ASP page?

View Replies View Related

How To Read An Environment Variable?

I have a variable in an INI file (fileLocation) which will point to the location where i can store some temporay files.

This fileLocation variable has a value "%USERPROFILE%Local SettingsTemp" >Now, how do i get the actual expansion of this variable (for ex:i.e : C:Documents and Settings<username>Local SettingsTemp).

How can this be achieved through ASP?

View Replies View Related

Cookies In A Load-balanced Environment

Users in our load-balanced environment get to our home page via web.vzcorp.com where a persistent cookie gets set. bedineta is 1 of the machines in this setup. You can unofficially get to our home page that way too. Question I have is if the user comes in thru bedineta how can I get their machine to recognize the cookie I set when they came thru web.vzcorp.com? They come thru the same block of asp. I've played around with the cookies.Domain and Cookies.Path setting with no luck.

View Replies View Related

Network Login In An Intranet Environment.

The goal is to retreive the network login in order to validate users. Right now when I try to get Request.ServerVariables("LOGON_USER"), it returns a null value. Currenly in IIS, anonlymous access is checked. Is there any way for me to get the LOGON USER?

View Replies View Related

Debug With Microsoft Development Environment

Before I was able to use Microsoft Devleopment Environment to debug my asp code. I did that by going to Microsoft Development Environment 6.0, go to Debug menu -> Processes, and will see inetinfo.exe and then I can attach it. But lately, (and I don't know if it's got anything to do with the fact that I have recently installed Norton Internet Security and Norton Anti Virus) when I opened the Processes window, the list is blank, and the Machine drop down is also empty.

If I hit Properties or Refresh, I'll get the "Development Environment has encountered a problem and needs to close. We are sorry for the inconvenience" error, and the app will close. If I hit the Machine button, even if I find the machine, it'll say "Unable to connect to the machine". Has anyone had similar problems before?

View Replies View Related

Dialog Box Too Small In Windows XP Environment

I have a problem with dialog boxes. When in Windows XP, the dialog boxes are too small, but when in other environments it is ok. What should I do to accomodate all environments?

View Replies View Related

Can't Access Client Side Environment Variables

I am trying to find out how to access %APPDATA% environment variable on the client side of an ASP Intranet application. I need this so that I can perform some cleanup function. So far everything I read points to using Environment.GetEnvironmentVariables("APPDATA"); I can't seem to get this to work. Error message says Environment not defined.

View Replies View Related

Difference Between Environment Variables And Server Variables

can anyone tell me difference between environment variables and server variables.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved