473,397 Members | 2,077 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,397 software developers and data experts.

How to publish a website?

Hi -

What's the difference between a website, a project, and a solution when it
comes to pure ASP.NET programming?

I have a "solution." I can migrate this to my production web server just by
dragging a folder to a network connection. Presumably some JIT magic occurs
on the server machine to compile the project and place the code into
\windows\microsoft.net\framework\v2... This happens invisibly from my
perspective, minus a thirty second pause or so for the first page request.
Am I okay to copy a website this way? Are there any disadvantages?

What is publishing? Is this for people who can only push a new website
using ftp or something?

Thanks!
May 22 '06 #1
1 2723
Hi chaz,
Let me try to explain at least the difference between a website and project
and solution.

In visual studio 200* you can create lotz of type of projects, it may be a
web application or a windows application or may be a web service project or a
control library etc etc... Among this just like i mentioned website is what a
web application. But still we classify a web project as a website or a web
application as per the server interaction involved or the database
involvement in the project or according to the dynamic contents involved. If
the web project contains only static html pages or have only one or two pages
which have some server side code then we/I call it as a website else that is
a web application.

Now a solution is a collection of projects, i.e. a solution can contain many
projects like an assembly project and one web application and one web service
project and one control library. And when you compile the solution it will
compile all the projects one by one. In this way you can keep all your
projects under one solution which will help you in managing the entire
“Software project”.

Still confused???

--
Deepson Thomas
"chaz" wrote:
Hi -

What's the difference between a website, a project, and a solution when it
comes to pure ASP.NET programming?

I have a "solution." I can migrate this to my production web server just by
dragging a folder to a network connection. Presumably some JIT magic occurs
on the server machine to compile the project and place the code into
\windows\microsoft.net\framework\v2... This happens invisibly from my
perspective, minus a thirty second pause or so for the first page request.
Am I okay to copy a website this way? Are there any disadvantages?

What is publishing? Is this for people who can only push a new website
using ftp or something?

Thanks!

May 22 '06 #2

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

Similar topics

8
by: Graham | last post by:
I noticed a similar post awhile ago and in terms of my problem it wasnt a suitable answer so I will ask again. I have VS2005 running a on development machine in my office where I do all my...
5
by: NoNickname | last post by:
Basically, how do I know that the release versions of all components are being published? The Build | Configuration Manager is confusing me a little in VS2005. I have three projects in my...
1
by: cadonahue | last post by:
VS 2005 Professional RTM (8.0.50727.42) on Windows 2000 ASP.NET website Last week I converted a 1.1 ASP.NET (VB) project to 2.0. The conversion was painless on the VB code side. It was a lot of...
1
by: kurt sune | last post by:
I am having trouble publishing a website for RELEASE. 1. web.config: <compilation defaultLanguage="vb" debug="false"> 2. in Configuration manager I set the configuration to Release for the...
1
by: William Sullivan | last post by:
K, got a website, need to publish it to the test server. Publish the website, k. As its publishing, it creates a copy of my bin directory under my bin directory on my dev box. Now I've got...
3
by: mrajanikrishna | last post by:
Hi friends, I've designed an application in my local system using VS.NET 2003. (VB.NET and ASP.NET) Its working fine. Now, I want to publish to my ISPs server. I've FTP account. How can I...
2
by: jhaalvi98 | last post by:
hello, i have created website in asp.net and i want to publish it i am using .net framework 1.1 .my teachers told me that in a manu their is publish website to publish it or export. but i do not...
3
by: jfarrell | last post by:
Hi there, Im attempting to publish my site to local then copy files to the web server. The only option there seems to be in VWDE is to build/copy the site...where is the Publish website option...
2
by: schneider | last post by:
Hi all, I want to publish my asp.net 2.0 website using the "publish website" feature of visual studio 2005. everything works fine so far, but the IDE only compiles and copies the aspx, ascx,...
0
by: SergeiZ | last post by:
Hi, Could anyone tell me why "Publish Website" generates no files in PrecompiliedWeb folder? I use VS 2005 on Vista. I've tried GUI "Publish Website" as well as aspnet_compiler.exe utility w/o...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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...
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.