English 中文(简体)
在网络应用项目中使用密码
原标题:Using codefile in web application project
  • 时间:2012-04-11 17:03:10
  •  标签:
  • asp.net
问题回答

我认为,如果贵国的场址一无所有,你可能会遇到支持问题。 (《民法》或《刑法》)

i.e. 如果你试图在生产现场提出一个问题,即你处理的错误告诉你属于某个档案或名称空间,那么你必须停止检查你支持的每个档案和控制,然后才能发现该网页是作为汇编的组件的一部分运行还是从现场的密码操作。

如果你试图有好坏的环境,你也会陷入冲突或消失的地名空间。

参看《刑法》:

  • Your production source code can sit on your production website. If the code is all compiled in a DLL in your bin directory, there is no absolute guarantee that the code you have on your development environment or source control is what s out there. (Sure it SHOULD be, but if everything was always as it should be, many of us wouldn t have jobs fixing other people s code!)
  • For updates, you only have to push out single files, not an entire assembly.
  • You would be able to have developments in progress on other pages that you don t need to back out before recompiling and publishing to production.

意见:

  • Since you re not pushing out a compiled assembly, you may have errors within individual files, that won t necessarily be caught unless someone visits each specific page or if you are sure to compile before deploying.
  • You may have conflicting namespaces in codefiles that may never be caught and could cause confusion or errors.
  • Performance issues for dynamic compilation




相关问题
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!

热门标签