Solution:
Follow the following instructions to get rid of the error.
Step 1:
Go to your IIS (Internet Information Service) manager. Click on “Application Pools” which is on left upper side of IIS manager.
Then you will see all pools list existing on IIS on the right side.
Step 2:
Create a new pool. Right click on right side. You will get the option named “Add Application Pool”.
Click on this option and a form will be popped up before you.
Put the “Name” (My project display name on browser is MFS so I used MFS. You can use your name too. No boundaries…J) And select the “.Net Framework version” which you are using in your project. Here I used .Net Framework 4.0.
After creation, a new pool will be seen on right side pool list.
Step 3:
Now change some Advance Settings (on your right side) of your newly created application pool.
Choose “Local System” as an option for Identity section in settings properties.
Step 4:
Now click on project name (left side) on IIS server. Then click on its Advance Settings section (right side) to change its pool from “DefaultAppPool” to “MFS” (your provided pool name).
Step 5:
Your all steps are done. Now just let’s “Restart” (This option is provided on right side of your window) the IIS manager to kick out this problem from your deployment difficulties list.
Now enjoy your reports without seeing any crazy error. Happy coding…J
No comments:
Post a Comment