Configuration :: Difference Between Website And Web Application?
Sep 9, 2010tel me the exact difference between web application and website..
what is the application of each..
tel me the exact difference between web application and website..
what is the application of each..
What is the differenc between Copy Web Site and Publish Web Site? What are the advantages/disadvantages of each method?
View 6 Repliesdifference between website and web application
View 2 RepliesI 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?
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 RepliesWhy does an assembly get created when I am building a web site? I mean a web site and not a web application.
View 1 RepliesMay 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
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
Can anyone tell me the differnce between
System.web.httpcontext.current.application["tag"]
or
System.Configuration.Appsettings["tag"]
I am trying to move my web application from my computer to a server by publishing as a web site. But, after publishing, the user controls defined in the designer files are no longer recognized by the code behind.
View 5 RepliesI created a web application (VS 2008 + SP1) and deployed it on my shared hosting with ASP.NET 2.0 support. I started getting errors
could not load type <page class name>
I tried resolving it but it did not work. The hosting provider told me that they have full support of .NET 2.0 framework. I tried a few inline code samples and they worked fine. Then I again deployed a small compiled website project and it also worked fine.
I dont understand. why is that when i deploy a web application project it fails and if i convert the same thing into website project it works.
I have developed an webapplication with some jquery and ajax (client side validations), it works fine when run locally.
But when i publish it to the IIS, the client side execution is not taking place.
Do I need to tweak the IIS to make it work.
I am using VS2008 and .net framework 2.0 on a winxp machine.
I am trying to publish to the local IIS (5.0).
I am trying to find out if their is a way to Application Extension in Application Configrautions screen using Dos prompt. I am trying to develop a installer where i need to register the DLL file to application extension using Dos prmpt ?
View 1 RepliesHow to publish the website/application on localhost and what should be entered in browser while accessing it from localhost
View 1 RepliesWhat is the difference between Web Application Project and Web Site Project ?
View 6 RepliesWe have a web site with pages written in both vb and c#. We wish to move from a web site to a web application. As a web application cannot mix languages, my thought was to build two separate applications within the same solution and have the main(c#) reference the secondary(vb) and (somehow) copy the vb pages into corresponding places in the c# directory structure at build time.
View 1 RepliesMy machine is having Windows XP service pack 2 and IIS 5.1 how to host the asp.net mobile application website.
We cannot create a new site in iis 5.1.Even though i did some settings by following the same settings for windows 7 but it is not working.
Also provide any links which illustrate mobile website hosting settings.
is the hosting settings differ from mobile to mobile.Our application is designed for iPhone.
What will happen if we edit the web.config file of a live application ?
What steps should be followed to edit it on live environment?
i have registered a domain and in IIS 7.5 created a new Website for this domain. It works great the ASP.NET website (BlogEngine), now i wanted to add another ASP.NET webapplication to call it something like this:[URL]I tried to add to my existing website, a virtaul path to the ASP.NET webapplication und converted to an application. after calling the URL i get an exception, that i could not load an assembly of the website (mydomain) : Could not load file or assembly 'BlogEngine.Core' or one of its dependencies. The system cannot find the file specified.
View 1 RepliesIs anyone able to see Web Site --> ASP.NET Configuration if you are creating a web application using File --> New Project --> Visual C# --> Web. If so, how and where?
Base on what I've tried, the menu Web Site --> ASP.Net Configuration appears only if you create a website by File --> New Website.
What I am actually trying to find is the Web Site Administration Tool (WSAT).
I host a website that has recently been upgraded from .NET Framework 2.0 to .NET Framework 4.0. Within the website, I have an instance of BlogEngine which still requires .NET Framework 2.0. Each website is in it's own application pool. My issue is that when I browse to the blog portion of my website, I receive a 500.19 error with the following information...
The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration The web.conf file that is listed in the error message is the config file that belongs to my root website which is running .NET Framework 4.0. How do I get the two websites to run together in the same website using different versions of the .NET Framework?
what is the difference between the URL www.abc.com and abc.com
View 4 RepliesWhat is the difference between a Website and WebApplication in asp.net?
View 4 RepliesI'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 RepliesCan i get the following into one installer ?
I have to install 3 web apps. can this be done in one installer ? or can i have a bunck of linked installers ? is that possible ?
UDL files - they are saved as text ? so i can i edit them with a custom dialogbox ?
I need to search database add database.
update table,row
after the 3 web apps are installed.
i also have to install VLC for my steaming sofrware to work. can i make the one installer stop and install this at some point ?
is there any way to link installers ?
whats the difference in the different types of installers ?