473,378 Members | 1,555 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,378 software developers and data experts.

Setting up a Development Environment

I could use a little friendly advice!

Could a few of you good folks share with me a description of your
configuration.

Since '95 I have been a contractor developing applications using Borland
Delphi (Object Pascal) creating win32 C/S stuff.
Having recently completed amy last contract I decided to try my hand at
dotNet stuff and get some experience on the microsoft side of the fence.
(Kind of like taking a walking on the Wild Side)
I downloaded the trial version of Visual Studio 2003. So far I learned some
C# for win32.
I like C# very much (very similar to Object Pascal) and want to extend my
experience to ASP.NET
web applications.

I have some confusion about how to set up my environment so that I can
venture into ASP.NET aps.
I would like to keep it as simple as possible at first. Since I am doing
this at home and there is only one person working in the environent decreased
expense and simplicity are obvious objectives. But I would also like to hear
how development environments for groups of 10 to 20 developers are configured.

All of this may seem trivial to most of you but, then you all swim in these
waters every day. I'm just wading in and hoping that I don't drown before I
learn to swim. I don't have any experience with the MS development tools and
have a lot to learn and a long way to go in a short time.
Currently, I am using I am using XP Pro

--- The above is just background --- below are the questions ---

Do I have to create a network domain? Or can I use a workgroup?

If I must use a domain scenario, can XP be a domain controller? Or will I
need Virtual Server?

Should and can I use IIS 5.1 on the same machine.

Or should I just get an ISP to host my test apps. Would that ease some pain
and effort.

Will Visual Studio design web apps or do I need Front Page or Dream Weaver?

What other software can you think of that would be needed??
------------------------------
Thanks in advance,
Les
Nov 22 '05 #1
1 1264
Hello Les,

"Les P" <Le**@discussions.microsoft.com> wrote in message
news:61**********************************@microsof t.com...
I could use a little friendly advice!

Could a few of you good folks share with me a description of your
configuration.

Since '95 I have been a contractor developing applications using Borland
Delphi (Object Pascal) creating win32 C/S stuff.
Having recently completed amy last contract I decided to try my hand at
dotNet stuff and get some experience on the microsoft side of the fence.
(Kind of like taking a walking on the Wild Side)
I downloaded the trial version of Visual Studio 2003. So far I learned
some
C# for win32.
I like C# very much (very similar to Object Pascal) and want to extend my
experience to ASP.NET
web applications.
<<clipped>> Currently, I am using I am using XP Pro

--- The above is just background --- below are the questions ---

Do I have to create a network domain? Or can I use a workgroup?
You do not need a domain. You do need IP networking. You can develop
against the web server in the XP Pro box using 'localhost' with no
difficulties. (That's how I write my web app code, and I have access to a
LOT of machines).

If I must use a domain scenario, can XP be a domain controller? Or will I
need Virtual Server?
See above. No domain needed. Note that windows authentication is tougher
to develop with if you don't have a domain. (Useful for Intranet apps). I'm
fairly sure that XP Pro cannot be a domain controller. If you decide to
install a DC (I don't know why you would), then I'd advise another machine.
(The hardware isn't the expensive part. Sufficient hardware costs $500
these days... even less if recycyled. The license of Windows Server 2003 SE
is the expensive part. For your needs, this is almost certainly overkill.)

Note: if you find that you want to go "all out," then I'd recommend pricing
a copy of MSDN Universal Subscription, which includes licenses for VS2003
Enterprise Edition, SQL Server, FrontPage, Windows Server 2003, all the
Betas (including the next versions of SQL Server and Visual Studio), all of
Office, and a bunch more stuff. MSDN is a good investment.

Should and can I use IIS 5.1 on the same machine.
Yes, install IIS on your XP Pro machine. Easy to do.

Or should I just get an ISP to host my test apps. Would that ease some
pain
and effort.
Painful. Useful if you are planning to go into production on that
particular ISP, but no other good reason.

Will Visual Studio design web apps or do I need Front Page or Dream
Weaver?
VS2003 is fine for developing web apps, as long as you are using
code-behinds. It doesn't provide a rich out-of-the-box HTML experience,
though, and if you want to develop colorful and dynamic STATIC sites, then
I'd recommend that you get FrontPage (or a competing product of your
choice).

What other software can you think of that would be needed??


Depends on the kind of software you are developing. Most folks want to have
some kind of database under the covers. You can download MSDE for free
(desktop version of SQL Server without the useful management GUI) or you can
use a developer's license of SQL Server. You'd need to make sure that your
ISP can host SQL Server though.

HTH,

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
Nov 22 '05 #2

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

Similar topics

0
by: M.sajjad | last post by:
Five Steps to Rapid Development with TierDeveloper 3.0 Unlock the power of rapid development when you use TierDeveloper from AlachiSoft in your N-Tier application development. Follow the steps...
1
by: Les P | last post by:
I could use a little friendly advice! Could a few of you good folks share with me a description of your configuration. Since '95 I have been a contractor developing applications using Borland...
4
by: Jared Thirsk | last post by:
== Introduction to DAF == I am interested in the next generation of approaches to software development. Over the last decades, there has been an obvious shift in how our most complex software...
8
by: Nils Magnus Englund | last post by:
Hi, I have a production, test and development environment for my web application and a web service (The test web application connects to the test web service, and so on). Is it possible to...
4
by: Phil Campaigne | last post by:
Hello, I originally installed postgresql as root user and now I am setting up a development environment with cvs and a java ide and tomcat. I have everything with the exception of postgresql...
4
by: Richard Levasseur | last post by:
(Forewarning, most of these problems and solutions come from being the only developer in a 1 server department with no budget, few resources, unresponsive IT, and non-technical managers, so thats...
1
by: rbg | last post by:
Hi We have completed the development phase and need to deploy the app to the test environment. Needed to know what all things are involved in setting up the test environment. the application...
2
by: uniqueknight | last post by:
hi, can anybody help me setting up development environment under 2003 server domain controller, i want to setup secure development environment with least privilleges on the client machines, for...
1
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4 on Apache 2 on Fedora Core 5. PHP was installed using Apache's apxs and the php library was installed to /usr/local/php. However, when I set my "error_reporting"...
6
by: John H Clark | last post by:
I am designing a site that requires AnonymousID. I set my web.config to allow this using <anonymousIdentification enable="true".../as recommended in the documentation. To verify the settings I...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.