Quick start: Hosting your ASP.NET Website in IIS

preview_player
Показать описание
Hosting your ASP.NET web application on a local server using IIS is the best way to run your ASP.NET. In this video, you'll see how to configure IIS to run on your development machine as well as on Windows Server. Then we'll take a basic ASP.NET MVC app and us Visual Studio to publish it to our IIS server.

▬ Learn more ▬▬▬▬▬▬▬▬▬▬▬

▬ Chapters ▬▬▬▬▬▬▬▬▬▬▬▬
0:00 - Welcome
0:36 - Running ASP.NET in the dev server
1:19 - Installing the IIS web server
2:00 - Adding our website to IIS
3:41 - Publishing the site from Visual Studio
4:56 - Load the newly published site
5:44 - Conclusion and wrap up
Рекомендации по теме
Комментарии
Автор

It's rare for a computer tutorial to be considered "beautiful, " but this video was a work of art. Exactly what I was looking for.

parkerbeck
Автор

Thank you for your tutorial. I'm trying host my website built using ASP.NET and SQL Server on Windows 8 machine. I'm trying to follow your tutorial but at 3:51, you said you already mapped the domain to your local machine. Could you please explain or make a video on how to map a domain to your local machine ? Do you need to buy a domain name from website like godaddy or hostgator? Thanks

mayoutoobid
Автор

BUT, my solution has several Projects and C# folders. I can no longer get it to run on my local server as I had been doing on a paid server. ThoughtS??

rickhorvath
Автор

but it show me this after i execute my web site in browser 403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.

insideoctagon
Автор

Service Unavailable

HTTP Error 503. The service is unavailable.

dwickypramudita
Автор

Thanks a lot buddy. My problem solved !!

Amandeepsingh-ghry
Автор

Hello sir .When i host asp.net website on iis then following error displayed(
Line 9: <compilation debug="true" strict="false" explicit="true" targetFramework="4.0" />)

ILOVEMYINDIA-wnpt
Автор

I had to add ISS_USERS to security and add local ip to the hosts file to get it working.
To access from another machine just add a binding to the site.
Use the machine's ip address and leave host blank.
Typing in the machine's ip sends me to the my site.
Have not tested with multiple sites as I have not needed to yet.

jakezepeda
Автор

Responsed was :5.5.1 authentication Required ??? What's error contain?? sir please im from Mongolia and  how to fix ? bro, I think that Gmail security location server ??? or not sir please help me

ganzorigorosoo
Автор

Nice tutorial. Wish they were all this good.

ElCidPhysics
Автор

Concise and precise content. Thank you Michael!

shivayogihiremath
Автор

How did you 'map that domain to this local machine?"

monsurMama
Автор

thank you for the tutorial.
I want to know all methods to securise my website in IIS Among them RADUIS
Could you please help me ?

sanajihane
Автор

Hi all I have encountered the problem where I was looking up a real website called "wackywideworld.com" because my computer is not handling it locally.

Please take a look at this video on how to search up your intended local website instead of searching the DNS.
Search "How to Modify the Hosts File in Windows 10" by Westy's How To Guides.

With relavance to this video, what you wann write at the last line of hosts file is "127.0.0.1 wackywideworld.com"
127.0.0.1 being the localhost (yours maybe different) and wackywideworld being the iis application name

ecrescens
Автор

This is the only explanation that works - and can be easily understood. Thanks for sharing !

rickhorvath
Автор

Good tutorial. Do you have any tutorial to publish Asp.net core 3? I'm trying publishing .net core on Asphostportal shared hosting environment, it always shows 502 - Process Failure. Any insight? They can deploy .net core without any issue and have shown the demo to me. But, my application can't work. Thank you

jacksimone
Автор

Concise, clear and precise content. Thanks a lot, Michael. Excellent tutorial.

PrinceJoseThelappilly
Автор

Hi, Mr. Michael I tried to setup IIS on Server2008 r2 and I did all steps following this video but when I published webpage I can't find -release in configuration combobox (only debug presents). Even in Visual Studio configuration manager I couldn't find release for Active solution configuration. I use Visual Studio 2013 professional. How I can resolve this problem?

RomanRoman-tjgs
Автор

i see this error plz help me
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

AxmedShiimax
Автор

Hey, I would like to simply test potential changes to a website on my local machine without breaking the live site. Is this how I do so?

joshuagloney