time-bomb

Time bomb needed in ASP.NET application

梦想的初衷 提交于 2019-12-03 03:17:55
问题 We've developed a bespoke ASP.NET application for use on our customer's intranet. It appears they're unlikely to pay for it, so our boss would like us to introduce a time bomb. [Edit:] Technical responses only please! Whether this is a good (or legal) idea is a question for CEOoverflow.com ;-) All pages in the application inherit from a class called ApplicationBasePage and have consistent error handling, so I'm thinking that throwing an exception early in the lifecycle of ApplicationBasePage

Time bomb needed in ASP.NET application

谁说胖子不能爱 提交于 2019-12-02 16:47:54
We've developed a bespoke ASP.NET application for use on our customer's intranet. It appears they're unlikely to pay for it, so our boss would like us to introduce a time bomb. [Edit:] Technical responses only please! Whether this is a good (or legal) idea is a question for CEOoverflow.com ;-) All pages in the application inherit from a class called ApplicationBasePage and have consistent error handling, so I'm thinking that throwing an exception early in the lifecycle of ApplicationBasePage will be an easy way to make the application unusable. I'm open to other ideas you may have though. My