Building a solution in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vratz
    New Member
    • Feb 2007
    • 1

    #1

    Building a solution in C#

    im new to C#, can somebody explain in detail how to build a solution in C# and what does solution mean. when im deploying web application can't we directly give the code folder. in web application should i directly point my virtual directory to the source code folder of my application.

    thanks
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    You can build a solution or project file using Visual Studio. Here is an article that may help:
    Deploying an ASP.NET App Using Visual Studio .NET

    Comment

    Working...