Difference Between Website And Web Application / Which One To Use First

Jul 12, 2010

I have advances skills in C#, WinForms and WPF. So I have the basic knowlage. Now, I will learn ASP.NET. The first problem what I have is the choose between a website and a web application. I have already read the FAQ. The ASP.NET worls is new for me ... . Can you say what is the best choose for me? Sould I use the website or the web application template at first?

View 2 Replies


Similar Messages:

Difference Between Website And Web Application

Sep 16, 2010

difference between website and web application

View 2 Replies

What Is The Difference Between A Website And A Web Application

Nov 11, 2010

I am a new user of .Net and want to create a website which will have a lot of pages and data. This web application will be used by a community daily that means a lot of users are gonna use it.

My question is: what is the differences between a website and a web application in Visual Studio 2010? Which is easy to maintain and code? What about the Database in both?

View 1 Replies

Difference Between Creating Web Application And Website?

Feb 6, 2011

Why does an assembly get created when I am building a web site? I mean a web site and not a web application.

View 1 Replies

Configuration :: Difference Between Website And Web Application?

Sep 9, 2010

tel me the exact difference between web application and website..

what is the application of each..

View 3 Replies

Difference Between Website Versus Web Application And Virtual Directory In IIS 7

Aug 20, 2010

May i know what is the Difference that they actually make in IIS7 .

tell me at a low level as i am still a novice in Asp.Net

View 2 Replies

What Is The Difference Between Web Application Project And Website Project

Mar 11, 2011

What is the difference between Web Application Project and Web Site Project ?

View 6 Replies

Configuration :: What Is The Difference Between Copy Website And Publish Website

Nov 17, 2010

What is the differenc between Copy Web Site and Publish Web Site? What are the advantages/disadvantages of each method?

View 6 Replies

Difference Between Website And Webapllication

Jun 2, 2010

What is the difference between a Website and WebApplication in asp.net?

View 4 Replies

Finding Difference Between A Solution Vs Website

Jul 4, 2010

I'm trying to edit some code in a website solution which I have opened in vs. I notice that there are only 3 files showing and it doesn't have a web.config and it uses a popup box when I debug it instead of opening up a webpage like default.aspx. I see that I have to use debug.write and not response.write as I normally would. How can I see my debug.write statements?

View 1 Replies

Visual Studio :: Difference Between Project And Website

Apr 1, 2010

In visual studio 2005

File -->New --> Project / Website .

What is the difference between this project and website.What we can do using project and with using website.

View 4 Replies

Architecture :: Performance Difference Extracting And Copying In Website With C#?

Dec 11, 2010

I have almost 100 website that will update in a condition, I have a winzip archive that contains the files that replaces those websites. I want to know that

I can extract that files in a folder and then copy them to all 100 websites folders

I can extract the archive directly to 100 websites folders

which one is better in performance and less prone to errors

View 1 Replies

C# - Difference Between Web Application And Windows?

Feb 14, 2011

Technically what are the differences between web applciation and windows application or client-server application or desktop application or console application When do we use what application any examples of each would be greatly appreciated. (ASAP)

View 2 Replies

C# - Difference Between Web Application And Web Site?

Oct 11, 2010

I want to know what is the difference between web application and web site exactly? Because I feel in trouble, as I want to integrate tasks. Part of them are built as a web site, and the other as a web application. When I added them to the web site and build the solution, I had many errors that I could not handle. It can't handle name spaces and some classes can't be read.

View 4 Replies

Difference Between Session And Application Objects?

Jan 19, 2010

I know that Session is for a single user , and application is for multi user purpose.The Data in the application object is shared. Right? Then how can access the application data from an another client.

if My concept is wrong then what's right?

View 1 Replies

Visual Studio :: Difference Between Web Application And Web Site

Nov 26, 2010

What is the difference between a Web Application and a Web Site?

These are the steps i am following crating the both:

File - new Project - Visual C# - ASP.NET Web Application
FIle - New Web Site - Select "ASP.NET Web Site"

I know this a simple doubt but i want to know.

View 3 Replies

Difference Between Application/x-javascript And Application/javascript Mime Type?

May 6, 2010

There is any difference between application/x-javascript and application/javascript mime type?

View 3 Replies

State Management :: Difference Between Application Object And Static Variable?

Jul 2, 2010

What is difference between Application object and static variable? Where these are stroed in memory.

View 4 Replies

Drawback To Creating A Separate IIS Application Pool For Each Website / Application?

Jan 5, 2010

Currently, on our production IIS web farm, we host about 15 applications in a single App Pool (Default App Pool). There are two websites and about 13 virtual directories.A colleague has recommended that we change our IIS configuration so each application is a separate App Pool (with identical settings).

Is there any drawback or potential issues to doing this?Is it possible that ASP.NET applications could have been built with the requirements that they are all within the same App Pool?

View 2 Replies

Configuration :: How To Deploy An Application Containing A Website And Console Application On IIS

Jul 20, 2010

I have an application which has a website and a project. The project contains an executable file which I'm trying to run as a process from the website's Global.asax file's application_start(). When I run this application from localhost, everything runs smoothly but when I deploy the application on IIS, application_start's code is executed and I can see the process name in the taskmanager but I cannot see the window which the console application normally starts in (when i run the application on localhost) and neither is the code executed.

Here's what I'm doing:

-- copied website and project in wwwroot
-- made a virtual directory of the website
-- when i run the website, I see the process in taskmanager but the code is not executed.

I am new to deployment and IIS, and would really appreciate I someone could tell me what i'm missing

View 2 Replies

Finding Difference System.web.httpcontext.current.application And System.Configuration.Appsettings?

Jan 22, 2010

Can anyone tell me the differnce between

System.web.httpcontext.current.application["tag"]

or

System.Configuration.Appsettings["tag"]

View 2 Replies

What Is Difference Between Build Solution And Build Website

Mar 11, 2010

It may be obvious to everyone. I am learning this: what is difference between build solution and build website

View 2 Replies

C# - What Is The Difference Between Application["Key"] And Application.Contents["Key"]

Mar 8, 2010

Application["temp"] = 8; should set the value 8 to the key temp.

However, so does Application.Contents["temp"] = 8;

So what are the differences between these two?

View 2 Replies

Security :: Difference Between EXE And WEB Application Using Web.Security?

Oct 21, 2010

I have a C# 4.0 WinForm application that creates new Membership users using Membership.CreateUser(). I've created 1,000+ users. I run into problems when I access those same users from my Web application specifically MembershipUser.GetPassword(). I'm able to get the user in the Web app but when I try to get the password using MembershipUser.GetPassword() I get the "Unable to Validate data" error everytime. If I use the MembershipUser.GetPassword() method in the WinForm application it works fine. I'm using the same MachineKey in both applications.

WinForm App.config:

[Code]....

WebApp Web.config:

[Code]....

Error:

[Code]....

View 1 Replies

What's Diffrence Web Application And Website

Jan 20, 2011

there is file>new>web ste and file>new>project>web application part. what is web application.i open always web site. what is the the difference of them

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved