Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: "Bad Request" Message From Dropdown Menu

  1. #1
    dayhawk is offline Member
    Join Date
    May 2009
    Posts
    76

    Default "Bad Request" Message From Dropdown Menu

    A few times a day, we notice that the auto-generated URL contains a string that is similar to the following:

    Code:
    http://www.domain.com/(f(dblfmhrwbshrjh_c2s3a0k1dj-mnvu0zuqltb41fm4xht2qo-wdd7s0oigm_gdanu47g9o-kzgi11vuek49hwb72tdoh94d7x3lsuainq5m7isnkchih3fxgqcuoa_s9ncrxtvco2lsejebypvemvd18bq1ui9pxocruilifblgjpr4ffmdqo2px7chrgiugcpromxnx-jl4f0alughbn-qnpd3k0bjrs6cqrqvqgugry2bi0))/c-2-categoryname.aspx
    It resolves on its own in a short while.

    Is there a reason this happens? And is there a way to stop this from happening?

    Thanks!
    MSx 9.2, SQL Server 2005, Windows 2008 R2 Web 64-Bit

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Is that happening on every entity/category you have in the site or just happens randomly?

    Have you ever modified the url rewriter rules in web.config? It's my first time seeing that kind of issue. Can you please tell us, what changes you did prior to this one so we could have an idea of what's going on?

  3. #3
    dayhawk is offline Member
    Join Date
    May 2009
    Posts
    76

    Default

    I believe this has been happening regularly since we launched the site a month ago. It happens to every link in the ASP menu with the exception of three hard-coded top-level entity links (Category, Section, Vector).

    We do have Microsoft's URL Rewrite module installed with a rewrite map that has about 500 redirects.
    MSx 9.2, SQL Server 2005, Windows 2008 R2 Web 64-Bit

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    As far as I know, the software does not support any 3rd party URL writer modules, so if 'Microsoft's URL Rewrite' was installed then that must be the cause of the error. You can try uninstalling that and see the result.