HTTP Handler Problem
-
Hello everybody , i have created an ASP.NET Web service application , but in the same solution i have created a class that implements IHTTPHandler interface and i used this class in my web.config file as the main http handler for *.asmx extensions , i have put the following line
it works fine in Cassini embedded web server in visual studio . but when i deploy it to my domain web server , it tells me it could not load this type or its dependencies whereas this class is associated with one of the solution folders. how can i solve this problem IIS 6 ?
Human knowledge belongs to the world.
-
Hello everybody , i have created an ASP.NET Web service application , but in the same solution i have created a class that implements IHTTPHandler interface and i used this class in my web.config file as the main http handler for *.asmx extensions , i have put the following line
it works fine in Cassini embedded web server in visual studio . but when i deploy it to my domain web server , it tells me it could not load this type or its dependencies whereas this class is associated with one of the solution folders. how can i solve this problem IIS 6 ?
Human knowledge belongs to the world.
-
Hello everybody , i have created an ASP.NET Web service application , but in the same solution i have created a class that implements IHTTPHandler interface and i used this class in my web.config file as the main http handler for *.asmx extensions , i have put the following line
it works fine in Cassini embedded web server in visual studio . but when i deploy it to my domain web server , it tells me it could not load this type or its dependencies whereas this class is associated with one of the solution folders. how can i solve this problem IIS 6 ?
Human knowledge belongs to the world.
Have you placed the assembly in the GAC on the server?
I know the language. I've read a book. - _Madmatt
-
Have you placed the assembly in the GAC on the server?
I know the language. I've read a book. - _Madmatt
-
No i can't because it is a shared hosting , but the web service in the local iis is configured successfully and everything works fine
Human knowledge belongs to the world.
The HttpHandler must be in the GAC since it is an IIS component, not just for your application BTW: You can delete the message in the ASP.NET forum. Richard correctly informed you it should have been posted there, however, the damage has already been done and you have been receiving answers here. Having it two places will be confusing.
I know the language. I've read a book. - _Madmatt