Access to the path is denied

ou need to find out from the application pool for the website what is the identity it is running under (by default this is Application Pool Identity) and grant that the correct permissions.

IIS: Where can I find the IIS logs?

I think the default place for access logs is Otherwise, check under IIS Manager, select the computer on the left pane, and in the middle pane, go under “Logging” in the IIS area. There you will se the default location for all sites (this is however overridable on all sites) You could also look into … Read more

failed to load resource: the server response with a status 500 (internal server error)

If your _service.getCardList() returns null then the foreach will throw an exception which you have not handled. Maybe that is the reason you are getting (500) internal server error and not the jquery url, as 500 error code suggests that something went wrong in the server code. As a suggestion, You should use implement try – catch and log the exceptions somewhere to be able to … Read more

What does ‘IISReset’ do?

IISReset stops and restarts the entire web server (including non-ASP.NET apps)Recycling an app pool will only affect applications running in that app pool.Editing the web.config in a web application only affects that web application (recycles just that app).Editing the machine.config on the machine will recycle all app pools running. IIS will monitor the /bin directory … Read more

What does ‘IISReset’ do?

IISReset stops and restarts the entire web server (including non-ASP.NET apps)Recycling an app pool will only affect applications running in that app pool.Editing the web.config in a web application only affects that web application (recycles just that app).Editing the machine.config on the machine will recycle all app pools running. IIS will monitor the /bin directory … Read more

What is w3wp.exe?

An Internet Information Services (IIS) worker process is a windows process (w3wp.exe) which runs Web applications, and is responsible for handling requests sent to a Web Server for a specific application pool. It is the worker process for IIS. Each application pool creates at least one instance of w3wp.exe and that is what actually processes requests in … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)