473,651 Members | 2,861 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\micros oft.net\framewo rk\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 2732
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\micros oft.net\framewo rk\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
3160
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 development on existing and new applications. This environment also has its own Sql Server with dev versions of all our live Databases. Our live production server also its own Sql Server, these 2 Sql Servers are kept completely separate (for obvious...
5
2576
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 solution: 1) web service website. 2) SOAP Extension Class Lib that compiles to a dll 3) WinForm application with a proxy to test the web service.
1
1952
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 work however converting from a pseudo master page to a true master page but only from the HTML 4.0 to XHTML 1.0 standpoint. VS 2005 IDE seems to be significantly slower than VS
1
2985
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 website 3. in Configuration manager I set the Active solution configuration to Release
1
1253
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 ...\coolwebsite\bin\bin with everything in my \coolwebsite\bin directory. It then tries to publish these to the test server, but the test server chokes on this. Unfortunately for me, I have tons of coolness under my bin directory, so this whole...
3
15511
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 publish to server? Which files are needed to transfer? in classic ASP, I copied all the files(what I used in my virtual
2
1344
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 find any this kind of thing in my dotnet IDE .If anyone know solution of my problem any procedure to publish website through any other method or any authantic method.
3
3885
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 ? any ideas thanks
2
2419
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, resources etc. files to the destination directory. It does actually not copy .txt, .htm or graphics files. MSDN says these files should be copied during the publishing task, but they are definitely not copied. Neither does it offer any...
0
1231
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 any success. At first it was working fine. I created the website, built, published, uploaded the code to web hosting server. Then I've downloaded the published version b/c some changes were made to aspx files by other developer. After that I...
0
8357
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8277
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8803
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...
0
8700
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8581
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...
1
6158
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
4144
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1910
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1588
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.