Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6938675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:31:22+00:00 2026-05-27T12:31:22+00:00

I may have to support .NET deployment in the near future. I need to

  • 0

I may have to support .NET deployment in the near future. I need to be able to talk with the people who are developing this application and be able to evaluate if they have some sense of best practices for deployment, or if, as I suspect, their processes are kludgy and they are just muddling through.

This is a problem for me because I’m a Java developer and I don’t speak .NET. So I don’t have an understanding of what the best practices should be.

So, to put it into a perspective that I can relate to, I would like to know what is the same and what is different about deploying Java and Java EE web applications vs. deploying .NET applications?

When I deploy fairly basic Java application to the web, I usually have an automated process that gets the code from source control, runs an ANT or Maven script to generate a .war file, drops that file in a webapps directory, and then Tomcat – or some other application server – inflates the .war file and makes it run.

What would the equivalent process be in .NET? What tools are commonly used? What artifact is created that would be similar in purpose to a .war file? What are the bad practices that are common, but should be avoided?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:31:23+00:00Added an answer on May 27, 2026 at 12:31 pm

    Assemblies in .Net are the highest level “package” it knows about. They are roughly equivalent to .jar files in Java. There are systems on top of assemblies (like Web Deploy packages), but those are used by higher level tools and addons – they are not core concepts of .Net.

    Instead of Ant, we have MsBuild.

    Visual Studio Solutions are combinations of Visual Studio Projects, and Visual Studio Projects are MsBuild scripts. You can build either of them with Visual Studio, or MsBuild.

    Assemblies are compiled for you by the compiler. You use a MsBuild script to specify which files get compiled into the assembly, and to specify which other assemblies get referenced.

    .Net assemblies can see assemblies in the GAC (Global Assembly Cache – this is system wide) and assemblies in the same directory. There are no magic library directories that get loaded up like there are from a Java WAR.

    On the .Net side, IIS is both the web server and the application server.

    It has a thing called application pools which run under a specific user, and load a specific version of the .Net Framework. You can apply these at a “site” level or “application” level.

    In IIS, you have “sites” (sometimes just “Default Web Site”), and you create a “virtual directory” under that site. Then you can “mark it as an application”. You bind virtual directories to real file system directories and you can simply drop the files you are deploying into that directory.

    See: Understanding Sites, Applications, and Virtual Directories on IIS

    There is no deploy directory in IIS like there is Java application servers. You drop your pages and assemblies straight into the directory it is served from.

    But there is a directory structure for web sites. Projects you’ve built in Visual Studio are already set up to match that hierarchy, so you can simply grab the whole project folder and throw it in IIS.

    If you want to do something a bit more automated, look into Web Deploy.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET MVC2 application where I need to support not only multiple
We have a very high performance multitasking, near real-time C# application. This performance was
Objective: In support of a Windows Service that may have multiple instances on a
This may have been answered before, and if so, point me to the answer.
my application may have more then one users on the same phone, and i
This question may have been asked before, but I had trouble finding an answer,
This may be a question that others have seen, but I am trying to
Does Spring.NET have any support (integration) with NHibernate that would eneble per request ISession
We are using asp.net 3.5 with c#.We have to make an powerful mailer module.This
So, this question may be a little vague, but I have constant discussions about

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.