473,394 Members | 2,168 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

what is difference between buil and delpoy?

1. what is difference between buil and delpoy?

2. If I am finished with a web app lets say. how do I compile it and what
type of a file will it be? .dll, aspx,...

3. how do I bundle an application that is web based. Do I put an aspx file
in the bin directory or the IIS server the conection login in the aspx file
modify the sql server in same domain but on different server. Or is the
asp.net code imbedded in the html file?
need help wrapping my mind round what type of file go where to complete a
web app with IIS server, sql server on a different machine, and IE as client
app using SSL authentification.
thanks!!!!!
--
Adam S
Jul 21 '05 #1
1 1726
Adam,
1. what is difference between buil and delpoy?
Build is making a program (in your case a dll) from your code. Creading a
deployment project is collecting all parts that are needed for the user, so
that you can transport it to his computer. (For a website from the
development computer to the production server).
2. If I am finished with a web app lets say. how do I compile it and what
type of a file will it be? .dll, aspx,...
This can have different answers because in AspNet there are more
possibilities. You can see that in top of your ASPX page.

When it is like this
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="dbHelp.aspx.vb"
Inherits="Kens.WebForm1" %>

Than it tells that the language is VB, and that the part dbHelp.aspx.vb in
the DLL "Kens.Webform1.DLL" is used. You do than only need that DLL in your
Bin directory on the webserver and the aspx page in the directory where the
user is pointing to. Not the individual vb or cs code.

3. how do I bundle an application that is web based. Do I put an aspx file
in the bin directory or the IIS server the conection login in the aspx
file
modify the sql server in same domain but on different server. Or is the
asp.net code imbedded in the html file?
need help wrapping my mind round what type of file go where to complete a
web app with IIS server, sql server on a different machine, and IE as
client
app using SSL authentification.
thanks!!!!!
--

I hope that I have answered this with my previous answers.

Cor
Jul 21 '05 #2

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

Similar topics

4
by: T. Kaufmann | last post by:
Hi there, A simple but important question: How can I initialize a super class (like dict) correctly in my subclass constructor? A sample: class MyClass(dict): def __init__(self):
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
1
by: mike | last post by:
best regards: What is the difference between DOM Level 1 and DOM Level 2. Thank you. May god be with you.
6
by: chris | last post by:
Hi all, I need to know, what is the difference between dynamic memory allocation, and stack allocation ? 1. If I have a class named DestinationAddress, when should I use dynamic memory...
13
by: Jason Huang | last post by:
Hi, Would someone explain the following coding more detail for me? What's the ( ) for? CurrentText = (TextBox)e.Item.Cells.Controls; Thanks. Jason
12
by: Nathan Sokalski | last post by:
What is the difference between the Page_Init and Page_Load events? When I was debugging my code, they both seemed to get triggered on every postback. I am assuming that there is some difference,...
6
by: Mark Kamoski | last post by:
Hi Everyone-- Please help. What is the difference between a Field and a Property? Here is the context. In the VS.NET 2002 documentation, in the "String Members" section, we have the...
1
by: Newbee Adam | last post by:
1. what is difference between buil and delpoy? 2. If I am finished with a web app lets say. how do I compile it and what type of a file will it be? .dll, aspx,... 3. how do I bundle an...
5
by: kai | last post by:
Hi, In ASP.NET , what is the difference between OnClick and Click events for a button? Because we have button click event, it can trigger events, why we still need OnClick? Please help. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.