httpHandler not redirecting in IE

Z

Zeba

Hi !

My web.config contains the following entry to direct all urls
containing /App/*.ashx to my Apphandler located in wwwroot/mySite/Web/
AppHandler

<httpHandlers>
<add verb="*" path="App/*.ashx" type="mySite.Web.AppHandler,
App_Code"/>
</httpHandlers>

This works perfectly fine in Firefox, but the redirection does not
take place in IE. In IE I get a 404 error - Page cannot be found, and
the address bar contains :

http://localhost/mySite/App/?keyword=mySearchWord

Why is this ?

Thanks !
 
Z

Zeba

Hi guys !

I'm still stuck with this ..Please help me out ! Do I have to convert
my AppHandler.cs to .dll and then set the mapping to that dll file in
the properties (Configuration) of the site in IIS ? If so how can I
actually do the conversion ?

Thanks !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,072
Latest member
trafficcone

Latest Threads

Top