我在2005年版图中,希望从用户那里隐瞒数据结构。 目前,终端用户可以在浏览和观察尿液变化时,了解我网站的贴切细节。 我不想让最终用户了解我的申请结构。 我希望浏览器不会改变。 请提出咨询意见。
感谢
E.A.
我在2005年版图中,希望从用户那里隐瞒数据结构。 目前,终端用户可以在浏览和观察尿液变化时,了解我网站的贴切细节。 我不想让最终用户了解我的申请结构。 我希望浏览器不会改变。 请提出咨询意见。
感谢
E.A.
URL的重写是能够提供任何形式的真正隐蔽的唯一手段。
仅仅将请求移至美国宇宙航空研究开发机构,或者说是框架,就意味着任何人(更多、更先进用户)仍然能够看到这些请求遭到发射,而不只是在地址。
简单的解决办法是使用框架——一种单一的框架,可以适用,是100%,* ; URL不会改变,因为URL的基础仍然可以通过“Fric Frame info”来看待,但只有先进的用户甚至能够表明这一点。
在您的网页上,确保这些记录在座标内。
几种可能性。
(1) 利用美国宇宙航空研究开发机构掌握一切。 这意味着用户永远不会离开主页。
2) 一切都使用退步。 在这一点上,你有所有这些网页是用户控制,你一般隐瞒或显示。
3)URL重写(特别是如果是p.net3.0或之后)
我的现场将陶器参数用于动态装入单一主轴。 因此,如果我收到有关盘点的网页_id=123,我装上相应的星号。 尿素变化,但只有 que色体——域部分保持不变。
如果你想要l子在任何时候都保持正好相同,那么, frames子或ja子(Stephen)可能是这样做的唯一途径。
简短回答:使用URL加密
http://devcity.net/PrintArticle.aspx?ArticleID=47” rel=“nofollow noreferer”http://devcity.net/PrintArticle.aspx?ArticleID=47
http://web.archive.org/web/20210610035204/http://aspnet.4guys fromrolla.com/articles/083105-1.aspx”rel=“nofollow noreferer” https://web.archive.org/web/20210610035204/http://aspnet.4guys fromrolla.com/articles/083105-1.aspx
HTH
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!