CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
web_forms
getting_started
data_presentation_controls
dotnetnuke
data_access-sql_server_sql_server_express_and_sqldatasource_control
security
client_side_web_development
novell-support-groupwise-6x-clients
data_access-data_access_and_objectdatasource_control
asp-net_ajax-asp-net_ajax_control_toolkit
novell-support-netware-6x-install-upgrade
asp-net_ajax-asp-net_ajax_discussion_and_suggestions
novell-support-netware-6x-administration-tools
master_pages_themes_and_navigation_controls
configuration_and_deployment
novell-support-netware-client-winnt-2x-xp
novell-support-groupwise-7x-clients
asp-net_ajax-asp-net_ajax_ui
novell-support-edirectory-netware
community-free_for_all
visual_studio_2005
novell-support-groupwise-6x-install-setup
data_access-xml_and_xmldatasource_control
control-cancel
novell-support-iprint
advanced_asp-net-crystal_reports
data_access-xml_web_services
microsoft-public-access
novell-community-chat
state_management
novell-support-netware-6x-abends-hangs
dotnetnuke-getting_started
novell-support-groupwise-6x-gwia
-net_languages-c
novell-support-identity-manager-engine-drivers
novell-support-groupwise-discontinued
advanced_asp-net-architecture
opensuse-org-suse-linux-support-install-configure-administration
dotnetnuke-custom_modules
novell-support-groupwise-7x-install-setup-admin
novell-support-netware-6x-storage-media
novell-support-groupwise-6x-agents
installation_and_setup
data_access-access_databases_and_accessdatasource_control
windows-hosting_open_forum
visual_web_developer_2005_express
novell-support-groupwise-6x-web-access
novell-support-netware-6x-server-backup
macromedia-dreamweaver
novell-support-netware-5x-administration-tools
novell-support-ifolder
novell-support-bordermanager-install-setup
novell-support-imanager
microsoft-public-dotnet-framework-aspnet
novell-support-netware-5x-install-upgrade
novell-support-cluster-services
novell-support-bordermanager-proxies
novell-support-newsflash
advanced_asp-net-sql_server_reporting_services
microsoft-public-dotnet-languages-csharp
web_parts_and_personalization
about_this_site-feedback_on_this_website
ibm-software-websphere-portal-server
novell-support-netware-dns-dhcp
novell-support-zenworks-desktops-4x-app-launcher
-net_languages-visual_basic_-net
advanced_asp-net-custom_server_controls
novell-support-bordermanager-vpn
novell-support-ndps-neps
microsoft-public-sqlserver-programming
novell-support-netware-webserver
community-jobs
novell-support-netware-4x
advanced_asp-net-mobile_and_handheld_devices
internet_explorer_web_controls
novell-support-zenworks-desktops-4x-install-setup
novell-support-edirectory-linux
novell-support-groupwise-7x-gwia
development_tools-web_matrix_general_discussions
microsoft-public-access-formscoding
macromedia-flash
community-announcements
portal_starter_kit
novell-support-zenworks-desktops-4x-management-agent
novell-support-zenworks-patch-management
novell-support-native-file-access
microsoft-public-access-queries
microsoft-public-access-forms
novell-support-groupwise-7x-web-access
novell-support-netware-small-business-6x
data_access-active_directory_and_ldap
novell-support-edirectory-windows
novell-support-groupwise-7x-agents
novell-support-ichain
data_access-oracle
novell-support-zenworks-desktop-management-6x-imaging
novell-support-groupwise-7x-wireless
novell-support-netware-5x-abends-hangs
advanced_asp-net-localization
novell-support-zenworks-desktop-management-7x-imaging-server-nw-win




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > visual_studio.vs_2005_web_application_projects Tags:
Item Type: Date Entered: 10/16/2009 7:07:36 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 0 Views: 0 Favorited: 0 Favorite
5 Items, 1 Pages 1 |< << Go >> >|
"cvprasad.komir
NewsGroup User
What is the difference between website and web application?10/16/2009 7:07:36 AM

0

What is the difference between website and web application?

 Scenario  1:

a solution with four projects( website proj, CO proj,BIZ proj,DAL Proj) can be called as a web application?

 

scenario 2:

a solution with multiple web site will become a web application?


Regards

CVPrasad

"vn_nilesh@hotm
NewsGroup User
Re: What is the difference between website and web application?10/16/2009 9:07:32 AM

0

A web site dows not have project file. Its a collection of resources like aspx, html, js, css, images in a directory or its subdirectories.

We application is a traditional method of development with a project (.csproj) file.

Here are two links which explains this in more details

http://www.dotnetspider.com/resources/1520-Difference-between-web-site-web-application.aspx

http://bytes.com/topic/asp-net/answers/613134-difference-between-web-site-web-application-project


Regards

Nilesh
http://nileshgule.blogspot.com


Please mark this as "ANSWER" if it helps you
"cvprasad.komir
NewsGroup User
Re: What is the difference between website and web application?10/16/2009 11:59:15 AM

0

could you please explain with project structure example or can you answer my above two scenarios?


Regards

CVPrasad

"Thomas Sun – M
NewsGroup User
Re: What is the difference between website and web application?10/21/2009 6:16:40 AM

0

Hi,

cvprasad.komirisetty:

 Scenario  1:

a solution with four projects( website proj, CO proj,BIZ proj,DAL Proj) can be called as a web application?

 

No, the solution is a container which contains projects. For more information about Solutions and Projects, see http://msdn.microsoft.com/en-us/library/b142f8e7(VS.80).aspx

cvprasad.komirisetty:

scenario 2:

a solution with multiple web site will become a web application?

No, ASP.NET web application project is a single project which can be included in a solution.

For more information about ASP.NET website, see http://msdn.microsoft.com/en-us/library/ex526337.aspx and for ASP.NET web application project, see http://msdn.microsoft.com/en-us/library/aa730880(VS.80).aspx

 

Thanks.

 


Thomas Sun
Microsoft Online Community Support

Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question.
"cvprasad.komir
NewsGroup User
Re: What is the difference between website and web application?10/22/2009 9:27:30 AM

0

Thank you very much...

i got some idea.


Regards

CVPrasad

5 Items, 1 Pages 1 |< << Go >> >|


Free Download:







directory randomly set as application by isp? or am i doing something wrong?

getting the size of something in memory

hello

file system vs. iis web app

triggering a process/background process

multithreading asp.net

need a guide to create a computer quoting system

testing tools for different browsers?

.net 2 and .net 1.1 on same iis

insert <br/>

forum with active directory integration.

finding text in an image

opening pdf file when a button is clicked

sql database to c# variable

a simply complex regular expression

problem with modalpopup: error handler was not added

asp:templatecolumn

send email

capability question: word docs->text files->searches->reports?

call a method every x minutes

select statement help - last 30 days

creating and linking a subsite

parameter stored procedure codebehind

data access application block vs. o/r mappers

handeling security between server and client

gridview pageindexchanging not updated

error when trying to size image dynamically

search the contents of a pdf

controlling location of the error message in a requiredfieldvalidator

why wont this update work ~ post back needed?

dynamic links

data population from one page to another

help with opening an existing site using visual studio / asp.net?

change cssclass

page not displaying fully in netscape & opera

<asp:dropdownlist> vs. <select>

binding data from free text search page

checkbox problem

sql statement with an isnull

general question

how to clear "session".

displaying charts base on the data in database

asp.net shopping cart

getting time instead of date.

how to separate certain word?

why won't newline work in c# email?

response.redirect question

how to create a multiple column array?

identity.name is blank

server error in '/' application

 
Search This Site:

 
  Privacy | Contact Us
All Times Are GMT