ego/
共43个网摘 [
1 2 ]
下一页 |
访问ego的个人空间
ego收录,使用标签:asp.net, 防盗链,时间:2007-3-24 12:03:15 | 相关网摘,我也收藏
The article explains how an HTTP module can be used to combat leech requests to resources on your domain through GET or POST HTTP request methods. The code snippet provided defines a class that implements the IHttpModule interface. An instance of this class will hook into the ASP.NET runtime and intercept the BeginRequest event of the HttpApplication object and determine if the requested URI came from a leech link on another website. Leech links are simply links pointing to resources on your site without your knowledge or authorization
http://www.codeproject.com/aspnet/httpRefererFilter.asp
ego收录,使用标签:asp.net,时间:2006-12-21 9:33:45 | 相关网摘,我也收藏
The ASP to ASP.NET Migration Assistant is designed to help you convert ASP pages and applications to ASP.NET. It does not make the conversion process completely automatic, but it will speed up your project by automating some of the steps required for migration.
In this guide, you will find:
* Instructions on how to download and install the migration assistant and accompanying code sample
* An introduction to the ASP to ASP.NET Migration Assistant.
* A comprehensive set of white papers on technical conversion issues.
* Source code for a Web site before and after conversion.
* Extensive guidance on how to best leverage ASP.NET, including new best practices material from the Prescriptive Architecture Guidance (PAG) group.
http://msdn2.microsoft.com/en-us/asp.net/aa336624.aspx
ego收录,使用标签:asp.net, 上传,时间:2006-12-17 11:52:36 | 相关网摘,我也收藏
I will briefly demonstrate how to upload multiple files using one HttpInputFile control - Hotmail style! Many developers have been asking how to upload multiple files at once. The <Input type=file/> allows a user to select only one file at a time thereby forcing a developer to use multiple <Input type=file/> on a page.
http://www.codeproject.com/aspnet/multiuploads.asp
ego收录,使用标签:asp.net, 上传,时间:2006-12-17 11:46:26 | 相关网摘,我也收藏
最近做在做ePartner项目,涉及到文件上传的问题。 以前也做过文件上传,但都是些小文件,不超过2M。 这次要求上传100M以上的东西。没办法找来资料研究了一下。基于WEB的文件上传可以使用FTP和HTTP两种协议,用FTP的话虽然传输稳定,但安全性是个严重的问题,而且FTP服务器读用户库获取权限,这样对于用户使用来说还是不太方便。剩下只有HTTP。在HTTP中有3种方式,PUT、WEBDAV、RFC1867,前2种方法不适合大文件上传,目前我们使用的web上传都是基于 RFC1867标准的HTML中基于表单的文件上传。
http://www.fishpro.cn/post/8.html
共43个网摘 [
1 2 ]
下一页