Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
131 Points
119 Posts
Aug 15, 2011 12:40 PM|LINK
In my default.aspx, there is a line as below:
<script type="text/javascript" src="PokeIn.ashx?ms=connect" ></script>
in the Global.asax, I wrote as :
routes.IgnoreRoute("{handler}.ashx/{*pathInfo}");
But I found a 404 error, after look up the net captured data, I found the request url as:
Requested URL: /myApp/myAppPokeIn.ashx
and it should be: /myApp/PokeIn.ashx
How to solve it ? thanks.
wwuzhang
Member
131 Points
119 Posts
Strange Question about route
Aug 15, 2011 12:40 PM|LINK
In my default.aspx, there is a line as below:
<script type="text/javascript" src="PokeIn.ashx?ms=connect" ></script>
in the Global.asax, I wrote as :
routes.IgnoreRoute("{handler}.ashx/{*pathInfo}");
But I found a 404 error, after look up the net captured data, I found the request url as:
Requested URL: /myApp/myAppPokeIn.ashx
and it should be: /myApp/PokeIn.ashx
How to solve it ? thanks.