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

Wednesday, August 3, 2016

add handler mapping on windows 7 iis

iaspi module was here
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll

HTTP Error 401.3 - Unauthorized

on local - make sure IUSR has rights to folder

Wednesday, November 12, 2014

app cmd script to allow ipv4 access on iis

%systemroot%\system32\inetsrv\AppCmd.exe set config "blah/subblah" /section:ipsecurity /+"[ipaddress='105.536.551.514',allowed='true']" /commit:appHost

Wednesday, April 9, 2014

400 Bad Request

will happen when you call a REST service using the wrong address (the address behavior that is not rest)


Internet Explorer cannot display the webpage

Memory gates checking failed because the free memory (nnnnnnnn bytes) is less than 5% of total memory.

restart IIS

Saturday, January 11, 2014

iis logfiles

for example \\blah\c$\inetpub\logs\LogFiles\W3SVC3

the number is based on the app id 

Sunday, January 5, 2014

Thursday, January 2, 2014

Basic Web Vulnerabilities

are broken in to 3 types




Wednesday, September 11, 2013

Friday, April 5, 2013

Cannot read configuration file due to insufficient permissions

we couldn't get a website working until we gave specific rights to the user for the anonymous logins.



Tuesday, January 15, 2013

404 - File or directory not found.


The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

this happened when someone re-installed a server - all the http handlers were gone!

had to run aspnet_regiis –i

Monday, November 26, 2012

'RSClientController' is undefined

I had to change the app pool managed pipeline to classic

Tuesday, September 11, 2012

vs2010 cannot start debugger

was really just an invalid identity on my app pool because I changed passwords.

Wednesday, July 4, 2012

IIS Security error

The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

This can be caused by the site being set up in the wrong pool -e.g  it needs classic asp

Tuesday, June 26, 2012

Could not load file errors

Could not load file or assembly 'blah' or one of its dependencies. An attempt was made to load a program with an incorrect format.

could just mean  the apppool is not configured for 32 bit apps

In my case I converted a .net 2.0 asp.net project to 4.0. 

Monday, June 18, 2012

503 error

can be caused when the password for the identity for the apppool changed. I would of thought that IIS would have used the new password in my case but it didnt