开发者

Is there anything like java servlet in asp.net

I am from Java background just started开发者_StackOverflow with asp.net mvc. I am wondering is there anything in ASP.NET that corresponds to servlet and anything matching request and response object.

Any link will be appreciated.

Regards,

Deepak


From MSDN: http://msdn.microsoft.com/en-us/library/aa478987.aspx

there are two ways to replace servlet functionality in ASP.NET: using a codebehind for an ASP.NET page with no HTML, or creating an HttpHandler.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜