Webserver Setup System32 and SysWow64 Uable to Grant Folder Permissions
Part 1 (not doing part 2 unless it is the only way)Background: We have a Windows 2012 Server running IIS 8.5. Behind the scenes we interface with other servers like paypal & banks etc....
View ArticleIIS 8.5 Mutual SSL at server level
Hi all,I use IIS 8.5 on 2012 R2.I try to initialize mutual SSL between Apache and IIS.The users are connected to Apache web site which send connexion to IIS. I'd like that IIS authenticate the Apache...
View ArticleC# RSA Decryption Issue
I tried encrypting connection string on my machine A .It was successful .I exported the key and the encrypted web config to some other machine B .It tried to decrypt the web config using that exported...
View ArticlePrinting pdf file from WCF web service
Hello,I'm trying to print a pdf document form a WCF web service with the following code:Dim info As New System.Diagnostics.ProcessStartInfo info.Verb = "print" info.FileName = "C:\MyFile.pdf"...
View ArticleiisClientCertificateMappingAuthentication oneToOneMappings is not working as...
Hi, We configured the IIS 7.5 to have 2 factor authentication for web site (asp.net web application). First authentication, we enabled is 'Basic Authentication', created user in AD for this. Second...
View ArticleIdentifying clients using Certificate
Hi,I have an ASP.Net 4.5 WebApi project hosting Signalr Hub, On client side using Signalr Proxy to connect to the server.Client of the application can be an in-house PC or external PC.I want to...
View ArticleBroken counters "Current Anonymous Users" and "Current NonAnonymous Users"
Hi community,Recently we have found strange behavior of IIS performance counters "Current Anonymous Users" and "Current NonAnonymous Users". Both of them are showing maximum allowed value (4 billion +)...
View ArticleRestrict access to specific computers on domain
I have an intranet website that I would like to restrict access to just a small subset of computers on our domain. We need to block access to smartphones on wifi, as well.These pc's do not have static...
View Articlefree IIS security tools
can anyone recommend any free tools that can identify security issues/vulnerabilities on IIS servers?
View ArticleProblem in create certificate programmatically
hii wrote a wcf service that create a certificatei used from CERTCLIENTLib dll for create certificatesCertificate cert =newCertificate(); cert.createRequest("name","friendlyName");...
View ArticleIIS8 and IP Restrictions w/ Load Balancer
Hi, I am attempting to setup page level IP Restrictions on one of my sites. My site is behind an Amazon Load Balancer.When hitting the server directly (not going through the load balancer) my setup...
View ArticleClassical one: error 401.3
Hi all of you, got all the permissions in the full path c:/inetpub/wwwroot/myfolder for my windows user (home network, my home) but after publish my web project (framework 4.0 from VS 2010) get the...
View ArticleConfigure IIS 7.0 for all my laptops in my home network
Hi all of you,Primary platform: Framework 4.0, VS 2010. Web project HTML5, C# language.My goal is be to able to see my website from any laptop at home.I've configured my IIS 7.0 for my website without...
View ArticleDisable SSL Cache on IIS 7
Hello,I am using Windows server 2008 R2 - 64 bits and i would like to know how to disable Session resumption caching (SSL session cache) on IIS 7 ? Thank you,
View ArticleWeb Server Discloses its Internal Network IP Address!!!
I am using IIS 7.0 on Windows 2008 OS Web Edition with SP2, I received this audit advice from my security team"The web server discloses its internal network IP Address in the location header via a call...
View ArticleBasic Authentication in IIS8
I've been using IIS since 1.0 and I've never had a problem with it but IIS 8.0 takes even the most trivial tasks and turns it into a nightmare. Whoever came up with the new GUI they introduced should...
View ArticleMove IIS FTP folder and permission to another computer
HiGood day, I have a question.I have IIS Server include FTP site on Computer1 and I need to move FTP folder and permission(Autherization Rule) from computer1 to computer2, I don't know the step it have...
View ArticleDisable RC4 Ciphers in IIS7 with out using Registry
Hi Team,In our WCF service, we need to disable "Weak SSL Ciphers" and also SSL 2.0 and 3.0. I searched in many forums the solution is only through Registry.But other than doing this through registry is...
View ArticleBasic Authentication - HTTP Error 401.1 - Unauthorized
Hello Everyone,I have a small Test Website on my Windows Server 2012. I enabled "Basic Authentication" and my existing Users work just fine (I can enter Username & Password and it works)I was now...
View ArticleHTTP Error 500.19 - Internal Server Error
Hello,I am wanting to restrict access to http://www.rcycp.com/access by only allowing certain IP addresses in. My web.config file in the access folder looks like this.<?xml version="1.0"...
View Article