Prev: 939764 Constantly updated Free COmputer and business portal 50
Next: [Codefest] Prizes worth 104,000 INR at stake for RAD. Certificates to all participants.
From: Rob Christiansen on 26 Feb 2010 11:43 I write my code (ASP/Javascript) on my winXP computer and then upload it onto my webgsite and run it. Untill recently I had just win98 and I couldn't do it any other way. This is real time consuming, though, and i want to get my own system so i can both write and run code off-line. I have no idea where to begin. "Visual Studio?" Can you point me in the right direction? Please include the price i would have to pay. *** Sent via Developersdex http://www.developersdex.com ***
From: Musaul Karim on 3 Mar 2010 20:22
On Feb 26, 4:43 pm, Rob Christiansen <robb_christian...(a)q.com> wrote: > I write my code (ASP/Javascript) on my winXP computer and then upload it > onto my webgsite and run it. Untill recently I had > just win98 and I couldn't do it any other way. This is real time > consuming, though, and i want to get my own system so i can both write > and run > code off-line. I have no idea where to begin. "Visual Studio?" Can you > point me in the right direction? Please include the price i would have > to pay. > > *** Sent via Developersdexhttp://www.developersdex.com*** You need to install Microsoft IIS (Internet Information Services), which is basically your web server on your local machine. Then you'll need to set up a site there ... http://www.webwizguide.com/kb/asp_tutorials/installing_iis_winXP_pro.asp Once you got that running, you can edit your pages and test them out locally before uploading to your server. You can edit the ASP files in textpad or something, but you'll have a much easier time if you use a proper IDE like Visual Studio ... http://www.microsoft.com/express/Web/ hope that helps. |