All Tags > bug (RSS)
  • IIS provider and PowerShell remoting

    if I use get-website on an IIS machine everythign works fine. If I want to use the remoting capability in PowerShell v2 I get an error. I have PS v2 CTP 3 installed on client and IIS machine. PS> Invoke-Command -Session $rsweb1 -ScriptBlock { Get-WebSite } name : Default Web Site id : 1 serverAutoStart...
    Posted to Forum by rsiddaw on 02-07-2009, 11:37 AM
  • Bug with REG input..

    I am trying to run a simple REG query using the LogParser.exe (latest version v2.2): LogParser.exe "SELECT DISTINCT Path FROM \\MyBox\HKLM\SOFTWARE\MyCompany\MyProduct\1.2" -o:DATAGRID but I am missing several entries (I only see 12 out of the 20 key-nodes under the specified registry key)...
    Posted to Forum by anirudhmodi on 01-22-2009, 4:34 PM
  • Re: Page without querystring returns wrong page

    [quote user="DTVUW"]I did this last night after reading one of your other threads, and it solved the problem. I was doing Failed Request Tracking logs and saw that the index.php was being url write cached the wrong page. does the url rewrite caching save a lot of memory/cpu/processing time...
    Posted to Forum by speednet on 11-04-2008, 6:34 PM
  • BUG: removes spaces from rewritten match groups

    Given the following URL: /mypath/foo%20bar ...and the match RegExp: ^mypath/([\w ]{1,50})$ ...and the rewrite URL: mypath.aspx?i={R:1} The resulting path is rewritten as: mypath.aspx?name=foobar It SHOULD be: mypath.aspx?name=foo%20bar (shown with URL encoding)
    Posted to Forum by speednet on 10-15-2008, 1:06 PM
  • BUG: Ignore Case not always working

    I found a bug involving the Ignore Case option in the initial <match /> element. If Ignore Case is checked "on" and you include the pattern "[a-z]" it only matches lower-case letters. For example, if a word must start with an alpha char and then can have any "word"...
    Posted to Forum by speednet on 10-15-2008, 8:24 AM
  • Bug in Remove-WebBinding?

    Every time when I try to invoke Remove-WebBinding for the site with spaces in its name, I'm getting an error about unknown parameter. PS IIS:\Sites> Remove-WebBinding -Site 'Default Web Site' -IP * -Port 443 Remove-WebBinding : A parameter cannot be found that matches parameter name 'Web'...
    Posted to Forum by 13xforever on 10-06-2008, 5:27 AM
Page 2 of 2 (16 items) < Previous 1 2
Microsoft Communities