WebApi service with Digest Authentication fails after login
We have created a WebApi solution in VS2012, .NET 4.5. All of our GET and PUT methods now work. It is time to turn on the Digest Authentication and get that piece working.Before Digest Authentication...
View ArticleApplication Pool Identity Problem with Automation
We're trying to secure our IIS7 installation by isolating users using Application Pool Identities. This works quite successfully. The problem is, we are trying to automate the creation of websites...
View ArticleCreating an application pool with application pool identity does not create SID
If a new application pool is created and the Identity is set to "Application Pool Identity" the new SID is not created. Starting the app pool does not help. Only after the worker process has started...
View Articlephp_printer.dll Windows Autentication IIS8 trouble
Hello everyone,I've been struggling to migrate my website from IIS6 on 2003 server to a more modern windows server 2012. Everything went well uptil the point of getting a php extension php_printer.dll...
View ArticleIIS sertificate not visible in IIS.
I`ve received a brand new certificate from Thawte with a 2048 key length. I wanted to install it on a website which is running on windows 2003 X64. But i`m unable to see the certificate in directory...
View ArticleDelegConfig Default.aspx returns 401.2
Hi, After setting up the DelegConfig application in IIS I found that I can access the default.aspx page, but when I click on the Reports.aspx page it hangs forever with the text Please wait.... This is...
View Articlesuper easy impersonate question iis7
I am curious how to explain the rational on using impersonate account instead of relying on my application pool identity. Anyone got the low down on the pros and cons of both?
View ArticleRestrict access (IP) to a website
Hi,i would like to restrict access to a website from public IP and allow access from local machine.i add a rule to allow from 192.168.1.1 with 255.255.255.0 but public IP can still access :(How can i...
View ArticleIIS and PHP and GhostScript - permissions issues
I have a website running in IIS 6.1 (windows server 2008 R2)... Part of this webiste I am trying to convert a PDF to jpg. THis is not natively done in PHP so I installed ImageMagick and GhostScript....
View ArticleForms Authentication is not visible in IIS 7,5
Im using IIS 7.5, When i open IIS manager and navigate to my web site, click on the authentication, then i do not see "Forms Authetication" option. Do i need to reinstall IIS or do i need to...
View ArticleWindows Authentication with Multiple Domains
I have a 7.5 IIS .net 4.0 web application, that is configured to use Windows authentication and has ASP.Net impersonation turned on and Anonymous Authentication is turned off. The server is in a...
View Articlethird party dll worker process
windows server 2012, iis 8.0I have a worker process that is up to 1.4mb and not releasing. Network admin said third party dll due to application pool throwing some errors because it "used" to be...
View ArticleIIS 7.5 Client Certificate
I have been tasked to setup client certificate authentication for ASMX web services i am hosting on Windows 2008 R2 server with IIS 7.5 and web services are ASMX built on ASP.NET 4.0 with C#. Web...
View ArticleIIS 7.5: useAppPoolCredentials="true" being ignored on one server
Hello gurus.I have 3 Windows 2008 R2 web servers behind a load balancer that run a PHP application which accesses files on a DFS share. DFS share and web servers are in the same domain, the sites run...
View ArticleModsecurity for IIS 7
Hi Guys,Having some trouble getting modsecurity to work in IIS.I set SecDataDir to something like c:\temp and log locations like:SecAuditLogType Serial SecAuditLog c:\inetpub\log\modsec_audit.logBut I...
View ArticleNon anonymous authentication between linux apache php to iis 7.5 php
Hi, I have found that this is a difficult question to search for. Possibly due to lack of understanding but...I have a apache php front end running on linux. Some PHP requests are directed toward a...
View ArticleI'm still getting 'access denied ' from accounts I have set up access for
I have an AD object that is trying to log into IIS. However they keep getting a sign on request and then access denied (i'll attach errors). I have never done anything with IIS so these are just very...
View ArticleHow to secure an IIS file download with an ASP script
Hi,I was wondering if anyone can help me with my problem.I have written an ASP script that takes the URL parameters and does some 'validation' and then if a specific set of conditions are true it then...
View ArticleSSL Directory
Hi,Cannot open pages as an Internet user that are in a directory which has SSL set. Clicking links to those pages causes COMMUNICATION FAILURE whereas a local user can access themIIS 7.5Anonymous/Forms...
View ArticleRequire authentication externally, use anonymous internally
Is it possible to configure IIS in a way that if I'm accessing my site from an external source/IP that authentication would be required but when accessed on the internal network anonymous...
View Article