ASP.Net: HTTP 400 Bad Request error when trying to process http://localhost:5957/http://yahoo.com

后端 未结 12 2407
小鲜肉
小鲜肉 2020-12-21 02:04

I\'m trying to create something similar to the diggbar.

I\'m using Visual Studio 2010 and Asp Development server.

However, I can\'t get the ASP dev server

12条回答
  •  一生所求
    2020-12-21 02:50

    I'm pretty sure you could do it with IIS rewrite. ASP.NET Development Server can't do rewrite as far as I know but you could try doing it by using either IIS7 rewriter or if you have an earlier version, by the Ionics ISAPI Rewrite Filter.

提交回复
热议问题