开发者

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

开发者 https://www.devze.com 2022-12-26 01:27 出处:网络
When your vs.net project is type website, what\'s the namespace/dll you reference in your handler web.config setting?

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:

开发者_如何学Go
"YourNameSpace.Class, Class"


If you handler has no namespace you can just do:

<add verb="*" path="Handler.ashx" type="Handler"/>
0

精彩评论

暂无评论...
验证码 换一张
取 消