UrbanPro

Learn .Net Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

U can host an application in ASP.NET using HTTP and File System, what will be the difference? why HTTP requires? is it mandatory to use IIS for latest ASP.NET applications too?

Asked by Last Modified  

15 Answers

Learn .Net

Follow 0
Answer

Please enter your answer

IT Course Training

U can run web app without iss in local. But if you want to access your application out of your system. Require IIS.
Comments

Senior .NET, Azure and MEAN Trainer 15 years experienced

IIS is a deployment server. If you don't use HTTP while creating web application or if you don't install your web application in IIS, visual studio use IIS express IIS express is Development server, the applications in development will allows only debug and execution. Application running under IIS...
read more
IIS is a deployment server. If you don't use HTTP while creating web application or if you don't install your web application in IIS, visual studio use IIS express IIS express is Development server, the applications in development will allows only debug and execution. Application running under IIS express will not available in network read less
Comments

Microsoft Certified .NET Developer and Trainer

Any ASP.NET application will need HTTP as it can only access over web. If you are hosting HTTP Visual Studio will create virtual directory for application. In case of file system hosting you need to create that setup.
Comments

Computer Science Tutor

In Layman language, The major difference is: Hosting an ASP.NET application using File System: user can access your website only on local system. Hosting an ASP.NET application using HTTP: user can access your website from any remote computer through HTTP protocol. IIS: Internet Information Services...
read more
In Layman language, The major difference is: Hosting an ASP.NET application using File System: user can access your website only on local system. Hosting an ASP.NET application using HTTP: user can access your website from any remote computer through HTTP protocol. IIS: Internet Information Services is a web server just like apache. Why HTTP required? : HTTP (Hyper Text Transfer Protocol) is a protocol to transfer the content over the WWW (World Wide Web) i.e. it is foundation of data communication. Actually it is a set of rules to be followed whenever a user puts some request (Hits some URL in browser) and the server serves that request (the requested page is shown to the user). This rule is globally accepted. Some interesting facts: http://www.cowboyfrank.net/archive/http.htm Yes, It is mandatory to use IIS for any ASP.NET application in order to be accessed by remote. NOTE: Suppose I created a website Online Examination System using File system. It will not be of any use because I can access this website from local computer only. If I want that multiple students can access Online Examination System website from different computers, then I must use IIS hosting (HTTP). read less
Comments

C# .Net, ADO.Net, Basic SQL Server, Sharepoint 2010 Client Side Programming, Silverlight.

It is not mandatory to use IIS for hosting a asp.net application. There are other options like Apache as well. However you do need a web server to answer client requests with webpages. Over the internet the application will receive request for page on port 80(default). Hence a web server is required...
read more
It is not mandatory to use IIS for hosting a asp.net application. There are other options like Apache as well. However you do need a web server to answer client requests with webpages. Over the internet the application will receive request for page on port 80(default). Hence a web server is required to host a asp.net website / app. It is Mandatory. read less
Comments

Civil Services Trainer (IAS Trainer for General Studies and Anthropology and Public Administration)

In FTP No added meta-data in the sent files, just the raw binary Never chunked encoding "overhead" In HTTP reusing existing persistent connections make better TCP performance pipelining makes asking for multiple files from the same server faster (automatic) compression makes less data get sent no...
read more
In FTP No added meta-data in the sent files, just the raw binary Never chunked encoding "overhead" In HTTP reusing existing persistent connections make better TCP performance pipelining makes asking for multiple files from the same server faster (automatic) compression makes less data get sent no command/response flow minimizes extra round-trips Ultimately the net outcome of course differ depending on specific details, but I would say that for single-shot static files, you won't be able to measure a difference. For a single shot small file, you might get it faster with FTP (unless the server is at a long round-trip distance). When getting multiple files, HTTP should be the faster one. read less
Comments

Trainer

Http Application object Always required to process your application life cycle see below links. let me know if need any clarification.
Comments

MTech

it is not manadatory to host in iis,but if you host in iis which is secure
Comments

.NET Teacher, Trainer, Developer.

When we run .net website through visual studio it runs under development server cassini. But if you want to run the application globally then you can use IIS. Once website development is done then it is hosted in IIS.
Comments

A 4.2 years experienced Dotnet developer, worked with IT giants, ample hands on experience.

Hi..HTTP is the protocol which every website, webpage follow. You'will have to write http in front of every address you put in ur address bar. HTTP means the communication between a client and a server will be in a particular way. Hosting an application is totally a different domain. You can very...
read more
Hi..HTTP is the protocol which every website, webpage follow. You'will have to write http in front of every address you put in ur address bar. HTTP means the communication between a client and a server will be in a particular way. Hosting an application is totally a different domain. You can very well host a website/web app thru your local machine, thru diff servers. IIS would be needed for sure, be it your local machine or diff web servers. Go to inetmgr in run command, it will open your local IIS manager. You will have to create a virtual directory for your website and map the contents of your website to that virtual directory. This way you will be able to host via your local IIS. Lots of online help available. For more info hit me up. -Anurag read less
Comments

View 13 more Answers

Related Questions

How can I learn ASP.NET in a month?
Yes you can learn ASP.Net in 1 Month by spending 2 and half hour per day. 1 hour for theory and rest for practicals. practicals are important to get a clear idea about the topic. You can hire a good Tutor...
Madhavan
0 0
5
How to learn English very well fluently?
My Suggestion is not to go for any spoken English Institutes. You better start reading standard English newspaper if your background is English medium and yet not started practising go for Times of India...
Rifa
Which is better, PHP or ASP.NET?
My suggestation is if you are really concern about your future then go for ASP.NET rather then PHP. Let me explain why?? Firstly if you want to learn ASP.NET you have to learn c#.Now a days nearly 30-40%...
Jitesh
0 0
7
Is developing a website in .net easy or in php?
In php developing an app is easy.
Nithish REDDY

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Trends in .Net Platform
.NET Framework is a software framework developed by Microsoft. It includes a large class library named Framework Class Library (FCL) and provides language interoperability (each language can use code written...

Multi-core CPU utilization using Task Parallel Library in c#
Nowadays, we are using multiple core systems. We must write our .NET applications in such a way that we must utilise the complete computing power of the machine. The parallel task library(TPL) allows...

The Common Language Runtime
i. It is important to understand that the CLR is an execution environment for .NET applications and that includes applications written in C#, F#, VB.Net and other languages that target the .Net Framework. ...

Service-Level Agreement (SLA) Definition
A service-level agreement (SLA) is a contract between a service provider and its internal or external customers that documents what services the provider will furnish. SLAs originated with network service...
M

Mohammad Shafi

0 0
0

ASP.net MVC 5
ASP.NET MVC It’s a part of ASP.NET and provides an alternative to ASP.NET webforms. You can even mix webforms and MVC. Basic concepts like state management are still the same. Thus, if you have...

Recommended Articles

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for .Net Training Classes?

The best tutors for .Net Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn .Net Training with the Best Tutors

The best Tutors for .Net Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more