Technology here to stay - IT Knowledgebase and Resources | Tech.petercrys.com is now ITCoh.com
Video Tutorials | iTZoz.com | How to configure Windows Server, Automate SQL Server backup, more
Showing posts with label IIS 8. Show all posts
Showing posts with label IIS 8. Show all posts
Sunday, January 31, 2016
Sunday, August 3, 2014
How to Configure Request Filtering for File Name Extensions in IIS 8 on Windows Server 2012
Request Filtering is used for restricting the types of HTTP requests that processed by IIS 8. it help to prevent potentially harmful requests from reaching the server. The request filter module scans incoming requests and rejects requests that are unwanted based upon the rules that you set up.
If you have configured Request Filtering users will get this error "404 file or directory not found" when they try to access the blocked file name extension.
https://www.youtube.com/watch?v=Gw7ER0eeOqU
Download the website for the link:-
Saturday, May 24, 2014
How to configure multiple sites using Host Name in IIS 8 on Windows Server 2012
Its easy to understand difference between host name and domain name. When we buy a domain name for example itzoz.com its a host name, but its considered the default host name for the domain because it dose not have any host segment. We can use domain name to setup any number of host names like www.itzoz.com, it.itzoz.com, and videos.itzoz.com most of the times these are called sub-domains.
Saturday, April 5, 2014
How to assign a separate Port numbers to the for each website with same IP address in IIS 8 on Windows Server 2012
In this tutorial you are going to see how to assign a separate Port numbers to the for each website with same IP address in IIS 8.
This is very useful when you want to configure multiple website using a single ip address and you don't have a domain name.
This is very useful when you want to configure multiple website using a single ip address and you don't have a domain name.
Thursday, December 26, 2013
How to Configure multiple sites using multiple IP address in IIS 8 on Windows Server 2012
In this video tutorial you are going to learn :
How to configure multiple sites using multiple IP address in IIS 8 on Windows Server 2012.
This is useful when you do not have a domain name and don't want to use different ports. by giving separate ip addresses to all sites you can run the sites on same port like Port 80. So if someone is accessing the site from a network where the firewall is in place they will able to access the site if the port 80 is open.
How to configure multiple sites using multiple IP address in IIS 8 on Windows Server 2012.
This is useful when you do not have a domain name and don't want to use different ports. by giving separate ip addresses to all sites you can run the sites on same port like Port 80. So if someone is accessing the site from a network where the firewall is in place they will able to access the site if the port 80 is open.
Saturday, December 21, 2013
How to Configure Basic Authentication in IIS 8 on Windows Server 2012
Basic authentication is a widely used, industry-standard method for collecting user name and password information. Basic authentication transmits user names and passwords across the network in an unencrypted form.
How to enable Directory Browsing in IIS 8 on Windows Server 2012
In its video tutorial you're going to learn how to enable Directory Browsing in IIS 8 on Windows Server 2012
Also see:
How to Enable Remote Desktop on Windows Server 2012
How to install and configure dns in windows server 2012
Monday, November 25, 2013
SSL Certificate across multiple servers in IIS 8 on Windows Server 2012
When your having multiple windows servers which should use same SSL certificate, such as load balancing environment, you want to switching hosting company, wildcard or UC SSL certificate you can export .pfx file from the server and import it on to the new server.
In the video tutorial you will learn :-
Wednesday, November 6, 2013
How to configure SSL Certificate in IIS 8 - Video Tutorial
There are different types of SSL Certificate are available in the market you can buy the one which best suits your needs.
An SSL (Secure Sockets Layer) certificate it's a digital certificate which authenticates the identity of a website.
An SSL (Secure Sockets Layer) certificate it's a digital certificate which authenticates the identity of a website.
Now you're thinking what does that mean "authenticates the identity of a website"
It means whichever Certification Authority (CA) provided the SSL Certificate has checked and verified the ownership of the domain name, website and the actual existence of the company. Now this all depends on what type of SSL Certificate you need and that defined the verification process.
The SSL Certificate also encrypts information sent to the server. Encryption is the process of mixing the data into an something which can't be read anyone and can only be readable with the proper decryption key.
The SSL certificate have the following information:
- Certificate holder’s name
- Certificate’s serial number and expiration date
- Copy of the certificate holder’s public key
- Digital signature of the certificate-issuing authority
In this video tutorials you will learn 5 things :-
Sunday, August 4, 2013
How to configure HTTP Redirect in IIS 8 on Windows Server 2012 Video Tutorial
In this Video Tutorial you are going to learn how to configure HTTP Redirect in IIS 7 and IIS 8.
You will learn Difference between HTTP 301, 302 and 307.
HTTP Redirect makes sure that users always receive the web page that they want. Redirection is the process to configure the web server to issue the redirect message to the client, such as HTTP 301, HTTP 302 and HTTP 307 which instructs the client to resubmit the request for a new location.
For testing you can also download the two sample websites which are shown in this video Tutorial
Download Sample Websites
Direct Link: http://www.youtube.com/watch?v=wC3kJnhlofw
Also See: HTTP to HTTPS redirect : URL Rewrite in IIS 8 Windows Server 2012
You will learn Difference between HTTP 301, 302 and 307.
HTTP Redirect makes sure that users always receive the web page that they want. Redirection is the process to configure the web server to issue the redirect message to the client, such as HTTP 301, HTTP 302 and HTTP 307 which instructs the client to resubmit the request for a new location.
For testing you can also download the two sample websites which are shown in this video Tutorial
Download Sample Websites
Direct Link: http://www.youtube.com/watch?v=wC3kJnhlofw
Also See: HTTP to HTTPS redirect : URL Rewrite in IIS 8 Windows Server 2012
Sunday, March 24, 2013
How to solve Microsoft.Jet.OLEDB.4.0 and Microsoft.ACE.OLEDB.12.0 problem IIS 7, IIS 8
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.
Scenario: You are a web server administrator and you got a web site or an application given by developer which is working fine on the developer machine now you have hosted the web site on the Web Server IIS 7 or IIS 8 and its working fine but a little while later a developer call to you and says he is unable to upload the excel files.
See the comprehensive Video Tutorial on YouTube to solve this problem: https://www.youtube.com/watch?v=m4BwtCjs3z8
Error 1: Access to the path 'C:\inetpub\wwwroot\OLEDB-TEST-SITE\UploadedExcel\24032013_013545.xls' is denied.

Error 2:
When uploading .xls file your getting this error ( The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.

To solve this problem you have to download and install "2007 Office System Driver: Data Connectivity Components" on the web server the link is given at the bottom to this blog.
Also you have to "Enable 32-bit Applications to True" in IIS Application Pool for the web application if you want to upload the .xls files.
See the comprehensive Video Tutorial on YouTube to solve this problem: https://www.youtube.com/watch?v=m4BwtCjs3z8
Error 3:
When uploading .xlsx file your getting this error ( The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. )
To solve this problem you have to download and install "Microsoft Access Database Engine 2010" on the web server the link is given at the bottom to this blog.
Link to Download:-
Microsoft Access Database Engine 2010
http://www.microsoft.com/en-us/download/details.aspx?id=13255
2007 Office System Driver: Data Connectivity Components
http://www.microsoft.com/en-us/download/details.aspx?id=23734
Also you can download the test web application to test the OLEDB provider is registered on the local machine or not.
https://docs.google.com/file/d/0B8J5QeSXwQfbVlFiX3YxZXZyS3M/edit?usp=sharing
See the comprehensive Video Tutorial on YouTube to solve this problem: https://www.youtube.com/watch?v=m4BwtCjs3z8
HI there, ~(。◕‿◠。)~
= If You Like This Video, Give It a Thumbs Up :)
= Subscribe to receive email updates when we post new videos ;) ,
= Share it with your technical IT friends "_" ,
= if your facing? any technical problem or have any suggestion post your comment here or catch me on google+ or Gtalk :D!
Sunday, November 18, 2012
Windows Server 2012 Video Tutorial
3. How to disable the Internet Explorer Enhanced Security Configuration (IE ESC) in Windows Server 2012
24. How to Automate Web Server backup including all SQL Databases
25. How to create and configure self signed ssl certificate for IIS 8 in windows server 2012
25. How to create and configure self signed ssl certificate for IIS 8 in windows server 2012
26. Part 1: SSL Certificate - Where, how and which SSL Certificate to buy at best price Godaddy
27. Part 2: SSL Certificate - How to Generate or Create (CSR) Certificate Signing Request in IIS 8
28. Part 3: SSL Certificate - How to process the Certificate Signing Request with Certificate Authority
29. Part 4: SSL Certificate -- How to configure SSL or Complete Certificate Request in IIS 8
31. How to Install Microsoft Web Platform Installer on Windows Server 2012
32. How to install one SSL Certificate across multiple servers in IIS 8 on Windows Server 2012
33. MIME type: How to add or configure in IIS 8 on Windows Server 2012
34. How to configure or enable Directory Browsing in IIS 8 on Windows Server 2012
35. How to Configure Basic Authentication in IIS 8 on Windows Server 2012
36. How to Configure multiple sites using multiple IP address in IIS 8 on Windows Server 2012
37. How to configure multiple sites using ports in IIS 8 on Windows Server 2012
38. Host Name : How to configure multiple sites in IIS 8 on Windows Server 2012
39. Windows firewall can't change some of your settings Error code 0x80070422
40. How to Configure Request Filtering for File Name Extensions in IIS 8 on Windows Server 2012
41. Prevent hotlinking using URL Rewrite in IIS 8 on Windows Server 2012
42. How to install Active Directory ( AD DS ) on Windows Server 2012
43. How to Join Client to a Domain in Windows Server 2012
44. How to Create a Domain User Account in windows server 2012
45. How to Install and Configure DHCP Server on Windows Server 2012
46. How to install and configure PHP Website on IIS 8 in Windows Server 2012
47. Canonical Domain Name URL Rewrite - How to Redirect domain name to www domain name
48. Enforce lowercase URLs using URL- Rewrite - How to configure on IIS 8
49. How to Install SQL Server 2014 Express and SQL Server Management Studio 2014 Express
Subscribe to:
Posts (Atom)