English 中文(简体)
添加HttpHandler到ShafPoint 2010,以便更名为PDF,下载
原标题:Adding HttpHandler to SharePoint 2010 to rename PDFs on download

现在,我一直在研究,我似乎无法找到一个最新的例子,而我目前对“共同点”整体的了解相当少。 我需要做的是文件图书馆的一栏,以及下载后最后日期改为PDF。 只要我看一看,现在就用“Sign Point”来做这项工作,而要走的路是生产“HttpHandler”,在下载之前更改档案名称。

Link

我发现,这是一个良好的开端,并添加了该法典,以操纵档案名称似乎是直截了当的,但是,在我 st忙的地方,我实际上正在制造适当的档案,并将其部署到SwaPoint。

任何建议或实例都会受到高度赞赏。

最佳回答

你们需要做的是把你的视觉素养分项目(名称、包件等)包装到。 <<>>wsp文档仅是一份载有你手工艺的齐普文件,这些手工艺品将部署到头上(14倍)。

I would recommend you to use CKS Dev where you can in an easy way create the wsp. It is an open source plugin to VS 2010 found on code plex. CKS Dev on CodePlex

Next step is to copy this wsp to the server where it needs to be installed. And then issue some powershell commands on the server to install your code. Here is a link taking you through the steps of deployment

So in short:
1. Create wsp
2. Copy wsp
3. Install wsp on server

我希望它能够提供帮助。 Good luck.

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签