|
 |
aspx thread: Team Development. Help!
Message #1 by "Hank Lee" <hlee@l...> on Mon, 19 Mar 2001 14:17:34
|
|
How would you go about developing in a team environment. Right now, my
staff and I have all been able to setup .NET on our machines, and run
Visual Studio.NET, but now we'd like to develop on a central webserver.
I understand how this can be done manually, but not through VS.NET. When I
try to create a project in which files are stored on the network on a
webserver, VS.NET has fits. Any help would be appreciated!
Thanks,
Hank
PS - On a side note, VS.NET has a very confusing and interface in
comparison to other apps like VC++, VB and old VS. For example, creating a
project is complex, confusing, and circular logic.
Message #2 by "Samuel Engelman" <samuel_engelman@p...> on Mon, 19 Mar 2001 12:20:58 -0500
|
|
Being that you mentioned "a sentral web server" I am assuming that you are
trying to develop a web application. When you create the web project
replace the local server name with the remote server name and create the
project. I am doing this very successfuly. If you need any more details
please let me know.
"Hank Lee" <hlee@l...>
Monday March 19, 2001 09:17 AM
Please respond to "ASP+" <aspx@p...>
To: "ASP+" <aspx@p...>
cc:
Subject: [aspx] Team Development. Help!
How would you go about developing in a team environment. Right now, my
staff and I have all been able to setup .NET on our machines, and run
Visual Studio.NET, but now we'd like to develop on a central webserver.
I understand how this can be done manually, but not through VS.NET. When I
try to create a project in which files are stored on the network on a
webserver, VS.NET has fits. Any help would be appreciated!
Thanks,
Hank
PS - On a side note, VS.NET has a very confusing and interface in
comparison to other apps like VC++, VB and old VS. For example, creating a
project is complex, confusing, and circular logic.
---
SoftArtisans helps developers build robust, scalable Web applications!
Excel Web reports, charts: http://www.softartisans.com/excelwriter.html
File uploads: http://www.softartisans.com/saf.html
Transactional file management: http://www.softartisans.com/saf1.html
Scalability: http://www.softartisans.com/saxsession.html
ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html
Message #3 by "Scott Davis" <Scott.D@e...> on Fri, 23 Mar 2001 08:34:14 -0500
|
|
All of the developers here have a web server running on their
development
machine. We all develop on our own machines and then deploy to a
central
server for testing.
The problem with developing on a central server is that only one person
can
debug at a time.
-----Original Message-----
From: Hank Lee [mailto:hlee@l...]
Sent: Monday, March 19, 2001 9:18 AM
To: ASP+
Subject: [aspx] Team Development. Help!
How would you go about developing in a team environment. Right now, my
staff and I have all been able to setup .NET on our machines, and run
Visual Studio.NET, but now we'd like to develop on a central webserver.
I understand how this can be done manually, but not through VS.NET. When
I
try to create a project in which files are stored on the network on a
webserver, VS.NET has fits. Any help would be appreciated!
Thanks,
Hank
PS - On a side note, VS.NET has a very confusing and interface in
comparison to other apps like VC++, VB and old VS. For example, creating
a
project is complex, confusing, and circular logic.
Message #4 by "Henry E. Lee, Jr." <hlee@l...> on Fri, 23 Mar 2001 10:02:14 -0500
|
|
Scott,
Thanks for the info! May I follow up?
When you say deploy, do you create a deployment project, or do you literally
just copy files to the webserver?
We are working with aspx pages and .vb pages (compiling them), as well as
additional .vb modules. Would it be nothing more than copying the files into
the appropriate directories, or do additional steps need to be taken (such
as deployment in vs.net, etc).
Thanks in advance,
Henry
----- Original Message -----
From: "Scott Davis" <Scott.D@e...>
To: "ASP+" <aspx@p...>
Sent: Friday, March 23, 2001 8:34 AM
Subject: [aspx] RE: Team Development. Help!
> All of the developers here have a web server running on their development
> machine. We all develop on our own machines and then deploy to a central
> server for testing.
>
> The problem with developing on a central server is that only one person
can
> debug at a time.
>
> -----Original Message-----
> From: Hank Lee [mailto:hlee@l...]
> Sent: Monday, March 19, 2001 9:18 AM
> To: ASP+
> Subject: [aspx] Team Development. Help!
>
>
> How would you go about developing in a team environment. Right now, my
> staff and I have all been able to setup .NET on our machines, and run
> Visual Studio.NET, but now we'd like to develop on a central webserver.
>
> I understand how this can be done manually, but not through VS.NET. When I
> try to create a project in which files are stored on the network on a
> webserver, VS.NET has fits. Any help would be appreciated!
>
> Thanks,
>
> Hank
>
> PS - On a side note, VS.NET has a very confusing and interface in
> comparison to other apps like VC++, VB and old VS. For example, creating a
> project is complex, confusing, and circular logic.
>
>
>
|
|
 |