现在,我一直在研究,我似乎无法找到一个最新的例子,而我目前对“共同点”整体的了解相当少。 我需要做的是文件图书馆的一栏,以及下载后最后日期改为PDF。 只要我看一看,现在就用“Sign Point”来做这项工作,而要走的路是生产“HttpHandler”,在下载之前更改档案名称。
我发现,这是一个良好的开端,并添加了该法典,以操纵档案名称似乎是直截了当的,但是,在我 st忙的地方,我实际上正在制造适当的档案,并将其部署到SwaPoint。
任何建议或实例都会受到高度赞赏。
现在,我一直在研究,我似乎无法找到一个最新的例子,而我目前对“共同点”整体的了解相当少。 我需要做的是文件图书馆的一栏,以及下载后最后日期改为PDF。 只要我看一看,现在就用“Sign Point”来做这项工作,而要走的路是生产“HttpHandler”,在下载之前更改档案名称。
我发现,这是一个良好的开端,并添加了该法典,以操纵档案名称似乎是直截了当的,但是,在我 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.
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
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. ...
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 ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
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 ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
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!