Forum Search Results for "" RSS 1—10 of 41

More Search Options

  • Re: IIS IP blocking in CIDR Notation

    Posted to Security by naziml on 09-30-2009, 12:59 AM

    IP address is  1 byte : 1 byte : 1 byte : 1 byte. You need to mask off the lower 22 bits. That is 8+8+6 bits, so the lower 2 bytes are masked off (zeroed) and from the 3rd byte , the lower 6 bits are masked off. So the lower 2 bytes are zero since they are masked off. When we mask of the lower 6 bits, the byte is essentially 11000000 in ...

    • http://forums.iis.net/p/1161325/1918922.aspx#1918922
  • Re: Help: Users can only access site when they are in Administrator group

    Posted to IIS7 - Security by naziml on 09-30-2009, 12:16 AM

    You haven't setup any UrlAuthZ limiting access to just admins have you? You really need to focus on getting freb working, otherwise you are shooting in the dark. Are you saying that the freb logs are present, but you cannot *open* them via any means including using elevated notepad?

    • http://forums.iis.net/p/1161313/1918917.aspx#1918917
  • Re: IIS IP blocking in CIDR Notation

    Posted to Security by naziml on 09-30-2009, 12:09 AM

    22 = 8+8+6. So the relevant bits after mask are 8bits : 2highest order bits: none : none  Hence the subnet mask will be 255.192.0.0

    • http://forums.iis.net/p/1161325/1918916.aspx#1918916
  • Re: Redirecting HTTPS to HTTP in IIS6, avoiding the dreaded "wrong certificate" warning

    Posted to Security by naziml on 09-29-2009, 11:57 PM

    Doesn't seem like you have setup an SSL site for example.com, your bindings are setup in such a way that a request to https://www.example.com is ending up going to https://portal.example.com and since the name on the cert here doesn't match what the client sent you get a cert error. You need to fix your ...

    • http://forums.iis.net/p/1161278/1918911.aspx#1918911
  • Re: How can we display a "404-not found" error instead of a "403-forbidden" error to web users?

    Posted to Security by naziml on 09-29-2009, 11:50 PM

    Most HTTP status can return a custom error page. Refer to http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/80cb8d8d-8fd8-4af5-bb3b-4d11fff3ab9c.mspx?mfr=true on how to set this up and a listing of what HTTP status' you cannot redirect.

    • http://forums.iis.net/p/1161283/1918910.aspx#1918910
  • Re: IIS 5.1 in XP Pro SP3 (Login Password Popup)

    Posted to Security by naziml on 09-29-2009, 11:45 PM

    Seems like you need to enable anonymous authentication. Launch inetmgr and right click on your site and go to Properties. Go to the Directory Security Tab and click on Edit under Authentication and Access Control. Select the checkbox that says Enable Anonymous Access.

    • http://forums.iis.net/p/1161268/1918906.aspx#1918906
  • Re: IIS IP blocking in CIDR Notation

    Posted to Security by naziml on 09-29-2009, 11:38 PM

    You can still use an IP address and a subnet mask in IP restriction setting. Here is an example: CIDR notation: 192.168.0.0/8     This means you can mask the last 32 bits, so the range is 192.168.0.0 - 192.168.0.255 Using subnet masks this is equivalent to: IP address: 192.168.0.0 Subnet mask: 255.255.255.0 What this says ...

    • http://forums.iis.net/p/1161325/1918904.aspx#1918904
  • Re: IIS IP blocking in CIDR Notation

    Posted to Security by naziml on 09-29-2009, 2:59 PM

    You can easily convert CIDR notation for an IPV4 address to an IP address and subnet mask. IP restriction in IIS6 does not support CIDR notation.

    • http://forums.iis.net/p/1161325/1918840.aspx#1918840
  • Re: webform application identity

    Posted to Security by naziml on 09-29-2009, 1:02 PM

    Dave's blog has a good explanation on this. http://blogs.iis.net/davcox/archive/2009/08/12/what-is-my-iis-code-running-as.aspx

    • http://forums.iis.net/p/1161321/1918813.aspx#1918813
  • Re: Install on Dynamic Restrictions module on W2k8 r2?

    Posted to IIS7 - Security by naziml on 09-08-2009, 1:22 PM

    If you don't have the module installed yet, you should install the entire thing instead of the update. x86 install - http://go.microsoft.com/?linkid=9655674 x64 install - http://go.microsoft.com/?linkid=9655675 Make sure you didn't accidentally run the installer for the update. If this is not the case, can you turn on MSI logging ...

    • http://forums.iis.net/p/1160683/1916184.aspx#1916184

1 2 3 4 5 Next >

Microsoft Communities