J
Jonathan Wood
I'm curious: if you are developing an ASP.NET Website concurrently with some
DLLs that the Website will use, how do you arrange your folders/projects to
make things easy, without requiring you to bounce between projects.
I'm reading the book Pro ASP.NET 2.0 E-Commerce in C# 2005. The author
recommends starting by creating a blank solution. Next, he selects the New
Solution Folder command to create a folder, Web, to hold the Website files
and then selects the Add|New Web Site command to create a Website project in
this folder.
Next, he creates another subdirectory called Class Libraries. And then he
creates class library projects in these folders. As I understand it, he is
going to compile these libraries into DLLs and then post them on the Website
when it is completed.
While I understand some reasons for this, this seems overly complicated and
error prone. Somehow, it just doesn't seem like Visual Studio was intended
to be used this way. So I was wondering how others were handling this type
of solution.
Thanks!
Jonathan
DLLs that the Website will use, how do you arrange your folders/projects to
make things easy, without requiring you to bounce between projects.
I'm reading the book Pro ASP.NET 2.0 E-Commerce in C# 2005. The author
recommends starting by creating a blank solution. Next, he selects the New
Solution Folder command to create a folder, Web, to hold the Website files
and then selects the Add|New Web Site command to create a Website project in
this folder.
Next, he creates another subdirectory called Class Libraries. And then he
creates class library projects in these folders. As I understand it, he is
going to compile these libraries into DLLs and then post them on the Website
when it is completed.
While I understand some reasons for this, this seems overly complicated and
error prone. Somehow, it just doesn't seem like Visual Studio was intended
to be used this way. So I was wondering how others were handling this type
of solution.
Thanks!
Jonathan