473,669 Members | 2,415 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deployment options for ASP.NET 2.0 projects

I'm just wondering what the various deployment options are for ASP.NET
2.0 projects for both desktop and web applications. What are the pro's
and con's of each etc.

Nov 19 '05 #1
1 1115
There are no ASP.NET 2.0 desktop applications.
ASP.NET is only for web applications.

Read this comprehensive deployment guide for .Net Framework applications:
http://msdn.microsoft.com/netframewo...t/default.aspx

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
<em*********@fa stmail.fm> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
I'm just wondering what the various deployment options are for ASP.NET
2.0 projects for both desktop and web applications. What are the pro's
and con's of each etc.

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1403
by: Mystery Man | last post by:
We want to deploy a large CSharp/SQL Server system. We are successfully using the 'setup project' (under setup and deployment projects) to build our deployed system. With our stored procedures, we would ideally like the facility to be able to automatically add all our stored procedures in SourceSafe/disk to the deployment project without having one of us having to select them manually and adding them. That way, we could build our...
0
1008
by: Joe S | last post by:
Is there a way in a deployment project to set the default values for textboxes that will be displayed in a User Interface dialog? Specifically, I want to be able to get a look at the environment and then set the defaults that will be shown when the install dialog comes up. For example, a default directory name would be based upon the Windows user id, so I'd like to set the default, but still allow them to override it using the textbox. ...
3
2753
by: al | last post by:
Hi, Can someone please tell me what is exactly zero deployment in VB.NET. Is it that .NET doesn't need to deal with the registry? If that is the case, then why MS introduced class registry? MTIA, Grawsha
4
2352
by: Zany | last post by:
I added a Web Deployment Project so I can create a debug, staging, and release version. Each set is compiled and saved in a separate folder under the csproj_deploy folder. All works fine. Here's the problem - I'm looking for an *easy* way to upload (ftp) changed files. I don't want to upload them all (huge upload), and don't want to have to it manually by remembering what files have changed. I thought I had the solution when I found a...
2
1557
by: bep | last post by:
I have a couple of web sites, some web services and some windows services that I need to deploy to our production servers. We used to use NANT with the VS 2003 applications. Now that we are using VS 2005, I am looking at all available deployment options. So far, I see: 1) NANT 2) MSBuild 3) Web Deployment Projects (built on MSBuild) 4) Custom powershell scripts 5) VS.Net 2005 Team System, Developer edition (Handles build only, not
3
997
by: Brian McCullough | last post by:
Hello, Are the Web Deployment and Web Application projects part of Visual Studio.NET 2005 SP1? I installed SP1 and don't see either available to me??? Thanks!
6
4062
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is an issue, what else is available?
0
1030
by: Darren Sim | last post by:
Hi there, I am nearing completion of my first real project in .NET and I'm looking at the various deployment options. The clickonce alternative seems like the ideal option for us, but my solution contains sevreal projects which make up 2 .exe files and a few .dll s which must be included in the installation. It would appear that clickonce deployment only applies to a single solution file, is there any way to combine multiple exe files...
0
1091
by: Andy B | last post by:
I am using web deployment projects combined with web application projects in Visual Studio 2005. I have some projects in the solution called Main and InHim. I noticed some wierd compiled output in these projects. I don't quite understand why they are in the final compiled output and what they do exactly. In the Main project I have: 1. Events : It contains an uncompiled version of a dataSet. 2. News : it contains an uncompiled version of a...
0
8894
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8587
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7407
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6210
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5682
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2792
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2029
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1787
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.