Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts

HTTP Error 503. The service is unavailable

By // No comments:

 HTTP Error 503. The service is unavailable


In this post we will explain how to troubleshoot when error  HTTP Error 503 - The service is unavailable.

This problem occur when we create a new website on IIS Server. Now we have several solution to resolve this issue quickly.

Click on Start > Run > Type inetmgr > Press enter key > Expand IIS  > click on application pools  > Start application pool if it shows stopped >  right click on application pool and click on recycle.





Hope this will help all of you and resolved all query if you have any query or question so you may ask or send email on our email account (onlinenetworkssolution@gmail.com) or leave comment on page.

HTTP Error 500.19 - Internal Server Error

By // No comments:

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.


In this post we will explain how to troubleshoot when error  HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. 

This problem occur when we create a new website on IIS Server. Now we have several solution to resolve this issue quickly.




1st Method:-

Firstly change config section applicationHost file

Open the path which given below

C:\Windows\System32\inetsrv\config


After open above path we will get  applicationHost file

Right click on applicationHost file and open with Notepad to change config file.

 Go to <configSections> under that go to <sectionGroup name="system.webServer">
<section name="handlers" overrideModeDefault="Deny" /> change this value from "Deny" to "Allow"  
<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny"
/>change this value from "Deny" to "Allow"  

After complete change above values and save applicationhost file. Now it will run your file so 

please check that.

If above method will not work so try second method as given below:-

2nd Method:-

This method is mostly resolve your query and process only for window 7,8,10 and another client operating system which use as IIS server. In the Window server operating system you have install role of ASP.NET feature which will be available under the IIS role with Application Deployment tool As we have attach images below.

Go to Control Panel --->  Programs ---> Turn Windows features on or off

then click on Turn Windows features on or off new window will be display on system

Select Internet Information Service ---> Select World Wide Web Services ---> SelectApplication 

Development Features ---> check mark on Asp.net and select all the ASP.NET extension file which require.




3rd Method:-


Right click on the folder or file which you create new website and select Edit Permission

and then select the tab "security"

Add the user IIS_IUSRS 

and Give the permission of user on that file and folder.


How to Install IIS 7

By // No comments:

How to install IIS 7 on Windows Server 2008?







Step 1: Click on Start and click Administrative Tools then  select Server Manager.


Step 2 :  Right Click on Roles and click on Add Roles



Step 3:  Before you Begin
                 This wizard helps you install role on this server. you determine which roles to install based on the tasks you want this server to perform, such as sharing documents or hosting a website.

 To continue, Click Next.




Step 4: Select Servers Roles wizard displayed on system screen

Select Web Server (IIS)  and then click Next to continue



Step 4:  Web Server (IIS) wizard displayed on system screen.

               Click Next



Step 6:  Select Roles Services
               Select the role services to install for Web Server (IIS)
  Then click on Next




Step 7:  Confirm Installation Selections

To install the following roles, role services, or features, click Install.



Step 8:  Installation progress wizard displayed on system screen.

 and then click on Install and Installation process will be start.



Step 9:  Installation Results
 
The following roles, role services, or features were installed successfully:

After completed installation process this wizard display on your system screen.






Step 10: Click on Start and click Administrative Tools then  select Internet Information Services (IIS) Manager.




Step 11: Expand Web server and then expand sites folder. Right Click on Sites and click on Add web site.



Step 12: Add Web site wizard displayed on system screen.

Following these step to create a new web site
Site Name: test.com
Physical Path: C:\inetpub\test
Type : Http or Https   IP address: 192.168.11.12    Port: 80
Host name: www.test.com
Then click Ok.



Step 13: Change Html file in default document directory and restart service.
Now IIS Web server installed and configured.