Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

Let me ask software engineering question for ASP.NEt project.

 

our team with several people want to develop on ASP.NET project with Visual studio.NET.

However, I don't know how to create working environment.

In ASP, just ask others create each file.

But, In VS.NET, the project doesn't work if there is no IIS on local host, and..

 

For example, I created new solution on my comp.. using localhost project MyPrj.sln.

Then, I can work on the sln file on my local host.

But, my collegue copy sources and open.. It doesn't work.. since iis doesn't have the virtual path...

 

And.. some one do several page, some do several page..

How can I combine together.. and test it?

and How to distribute task to people, i means what files should I give them for the project; how to set the namespaces..?

 

 

Is there any standard way?

Or if anyone has experience, please share..

Sun Certified Web component Developer,

Microsoft Certified Solution Developer .NET,

Software Engineer

  • Moderators
Posted

You can use Visual Source Safe to control all the files in the solution.

 

Each user can hold their own Project file (vbproj or csproj), since they each want a different virual path. But since it is virtual they can and probably should setup the same directories as well the same directory hierarchy as each other.

Visit...Bassic Software
Posted

Hi, Robby

How to spread the project files?

When creat New Project in VS.NET it creates sln file and project related files and virtual path on IIS. It's just set without my control.

So, You mean I have to copy only those project files except sln file: csproj, vsdisco, Global.asax... to others?

Then, How do they test? Can they test on their own local or they have to copy back to the server and test on server?

 

To integrate, should I copy manually or VS.NET support it?

 

Sorry for messy question, but you know what I'm missing.. ihope..

 

If you know any book or reference please post it..

 

Thank you..

Sun Certified Web component Developer,

Microsoft Certified Solution Developer .NET,

Software Engineer

  • Moderators
Posted

Just so you know you can open the sln and proj files in Notepad and edit the URL.

 

You can setup a main project directory in the wwwroot of Inetpub and everyone can have the same hierarchy as each other, if they don't wantt the same tree they can each maintain their own Solution file.

 

If you don't use some sort of a source control you will have a nightmare of a time organizing much of this

Visit...Bassic Software
Posted

Thank you for your comment that lead me to find a clue.

I think there should be some tool controlling software engineering..

Visual studio is not enough for that..

Sun Certified Web component Developer,

Microsoft Certified Solution Developer .NET,

Software Engineer

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...