HTTPHandler tag in Web.Config breaks asmx Files?

I got it... CQ you were on the right track.. I did need to add the . Asmx handler again, but the . Net 1.1 specific one.

Final code is as follows: httpHandlers.

I got it... CQ you were on the right track.. I did need to add the . Asmx handler again, but the . Net 1.1 specific one.

Final code is as follows: I hope there's no other file types that are not getting handled properly because of this declaration. :| Thanks for the help greg.

Woohoo, okay yeah sorry I didn't have the full path, but i'm really glad you got it working! – Quintin Robinson Sep 25 '08 at 14:58.

It sounds like it as an inherant in it although I don't know if I've seen this behaviour before, you could just add the general handler back, let me find you the code. I think thats the right element, give it a shot. EDIT: That is odd, I don't have a copy of 2003 on this machine so I can't open a 1.1 but I thought that was the right declaration.

You could try adding validate="false" into each element and see if that makes a difference.

Thanks CQ... but that didn't work - is that the asp. Net 1.1 or 2 version? This is a 1.1 app.

There's something kind of strange going on here... without your new asmx handler, when I try to view an asmx page, I get this error: Parser Error Message: File or assembly name Internet2008, or one of its dependencies, was not found. Source Error: Line 107: Line 108: Line 109: Even though the handler actually works and does its thing when I load a . Bcn file.

BUT, when I add your directive, and try to run the same . Bcn code as before, I get the following error: Parser Error Message: File or assembly name System.Web. Services, or one of its dependencies, was not found.

Source Error: Line 107: Line 108: Line 109: Line 110: Line 111: The first part is especially weird.. why would the handler work, but then when its not actually being called, it throws an error?

In my ASP.Net 1.1 application, i've added the following to my Web. Config (within the System. This works fine, and the HTTPHandler kicks in for files of type .

Bcn, and does its thing.. however for some reason all ASMX files stop working. Any idea why this would be the case?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions