asp.net - Chrome returns "Bad Request - Request Too Long" when navigating to local IIS Express -


i have web application runs fine when use visual studio 2010 development server (cassini). when try use iis express host site chrome displays "bad request - request long" error. iis express site display in other browsers (firefox , ie9) i'm kind of confused. error occurs in chrome when try request pages in application or basic resources image, don't think issue url rewriting or routing.

just see if problem somehow result of site's code, created new mvc3 website , tried running that. worked in vs development server, once again produced "bad request" error when running under iis express.

i start testing site using mobile devices need running under iis. suggestions appreciated.

edit:
root url of site (http://localhost:50650/) being requested using get. using chrome v12.0.742.112.

i time in chrome , have clear browsing data fix it.

wrench > tools > clear browsing data

check following:

  • clear browsing history
  • clear download history
  • empty cache
  • delete cookies , other site data

then click "clear browsing data" button , refresh page.

update:
figured out has writing many cookies browser , if close instances of chrome, error goes away while. prevent it, you'll need clear out cookies programmatically.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -