ihttphandler - ASP.Net: Create handler within project -


Sorry if this is a stupid question, I make inside an HTTP handler inside my project I want to do this, I created a new class and tried to implement IHttpHandler.

Every time I do this, I get an 'Expectation of hope expectation' error.

I know that you can usually create a new class library and create a class to apply a handler. But why is it not possible to do this in the existing web project? Create a new object named ashx or generic handler from


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -