When your vs.net project is type website, what's the namespace/dll you reference in your handler web

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-04-09T18:14:58Z Indexed on 2010/04/09 18:23 UTC
Read the original article Hit count: 294

Filed under:
|
|

When your vs.net project is type website, what's the namespace/dll you reference in your handler web.config setting?

you normally have to do:

"YourNameSpace.Class, Class"

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#