How do you add Media Services to the IIS 10 Manager [closed] - iis-10

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I would like to add Media Services to my IIS 10.0 Website. (The site is hosted on a dedicated physical server running Windows Server 2016 Enterprise edition.)
Here is an image that shows "Media Services" options on the IIS Control panel. I cannot figure out how to add these features to my IIS Control panel.
Image Showing Media Services in IIS Control Panel

As LexLi said, Media Services component don't support on IIS 10. You can use Azure Media Services. It is more convenient and easy to use than media services on IIS.
If you insist on installing Media Services on IIS 10. You can try this:
Open Regedit > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp
Edit "MajorVersion" and set the "DECIMAL" value to 9
Hit F5 while in Regedit
Now go install the Media services.
Change the "MajorVersion" back to "DECIMAL" value of 10
Hit F5 while in Regedit
Close Regedit

Related

IIS website publishing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'm running an ASP.NET web site through IIS from my computer.
I can access this website with ip address from my computer like http://192.168.2.3:81/
The question is how to access this website from other computers?
you need to open 81 port for your site in Windows Firewall on your computer so that you can access it from other computer.
Please refer here
you can access the url within local system without any issues...but if you want to access your website remotely from other system then you must have to allow that port(here 81) in windows firewall...once that port is opened then other machines can able to access your application with that port...
For enabling port in windows firewall do the following steps
1.Start -> run -> wf.msc (Windows Firewall shortcut)
Goto inbound rules -> new rule
3.give the port number as per your requirement
4.Finish
5.Access your application across the world...Enjoy!!!
For complete reference follow the Microsoft official link below
http://windows.microsoft.com/en-us/windows/open-port-windows-firewall#1TC=windows-7

How to change Skype port in windows 8.1? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
how to change skype port in windows 8.1? Apache/xampp is not running even after changing default value of httpd.conf and httpd-ssl.conf
Modern Skype app uses port 80 by default. There is no option to change the port settings. Port 80 must be forwarded for modern Skype app to operate properly.
Please See this thread.
http://community.skype.com/t5/Windows-8-1-from-Windows-Store/No-proxy-settings-option-in-Windows-8-Skype/m-p/1155558/highlight/true#M299
Uninstall the Windows 8 "app" version of Skype, and download the desktop version from the Skype website (at the time of writing, this can be found at http://www.skype.com/en/download-skype/skype-for-windows/downloading/ ).
You can then go to Tools | Options... | Advanced | Connection as normal.

Regarding platform-dependent issue while purchasing space (for domain) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I want to create a Website for that I am using asp.net technology,Since I am Actually Buying a domain and web hosting space for it. Before that I have question regarding some doubts.
I have seen Website http://www.bigrock.in/ . As everyone Knows that Asp.net is platform dependent and I want my Website should open everywhere with same look and feel. And Someone have told me there will be no issue for platform Dependency,You only need to choose Server with windows and deploy Your website there. and after that everybody will be able to open website with same look. Now My question is that if that's the thing is there then why the issue of platform Independent for(java EE,Php) website is there.
Please Clarify my doubts.
Platfrom independence in this case is only a concern for the server, not the client.
A normal asp.net website can be openened in all mainstream browsers, on Mac, Linux or Windows or mobile clients. So it will work everywere.
ASP.net is platform dependent.
This is not true.
An asp.net website can be installed on any web-server provided it has .net framework installed on it. Most modern age windows servers has it. Hence, whoever told you that
choose Server with windows and deploy Your website there. and after
that everybody will be able to open website with same look
Is right.
When somebody accesses your website's page asp.net generates HTML content which is sent to client which is platform independent. Hence all clients will get same look and feel.

Serve website off personal computer to internal network [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Is there a way to serve a site off my personal computer to other computers on my network?
I have a website that I created that I would like to have others in the same building be able to access it, but not over the internet. I would also not like to have to purchase a domain name.
You can have users access a site on your internal network by running some HTTP Server like Apache HTTPD (an easy installer is included in WampServer) or Microsoft IIS.
If you go the WampServer route, it has an option for making your site available to other computers ("Put Online"); this exposes the website to any computer which can reach yours. Other people in your building would be able to type your local IP address into their web browser and access your site.
For example, if your local IP address is 192.168.0.101, users should be able to access your site using a URL like this: http://192.168.0.101/
Yes you can do that. you need to host your web site in your local computer and then others in your local network can access it using the ip address.

Is possible to get notification by e-mail when a site or app pool is down (using IIS7) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am trying to find out if I can get notified when a site is down, or when a service running under WAS is no longer running.
I don't want to code a monitoring tool, I am sure there must be something out there...
I'm using this
http://tools.pingdom.com/
Beside the cool online tools you have a subscription for monitoring your site.
I found a couple more, haven't used them. These seem totally free while pingdom tools is only free for one site.
http://www.uptimerobot.com
http://ezinedesigner.com
I also had this need, so I created an open source app called Pinger. You can do unlimited URLs with intervals of your choosing. The docs has instructions for getting running on Heroku quickly:
https://github.com/austinthecoder/pinger
I personally use Content Site Monitor. It has a really simple and cool web interface that allows you to view your site’s up-time statistics on a desktop or mobile screen. It’s easy to configure your monitoring parameters as well.
It doesn't just ping your server to make sure that it's alive. It allows you to specify certain content/keywords that you want to monitor. It will send you alert email if the content/keywords are missing from your site or if your site goes down.
Best of all, it’s free to monitor up to 3 sites!

Resources