In my asp.net 2005 application, I would like to hide the structure of the application from the user. Currently, the end user can find out the intimate details of my web application as they navigate and watch URL changes. I do not want the end user to know about my application structure. I would like the browser URL not to change if possible. Please inform.
thank
EA
Rewriting URLs is the only thing that any hidden hiding can provide.
Just moving requests to AJAX or to frames means that someone (well, more advanced users) can still see that these requests are running, and not in the address bar.
- - , , 100% * 100%. URL- , URL- " ", .
, .
.
1) AJAX . , .
2) . , , .
3) URL (, asp.net 3.0 )
url ascx aspx. , "page_id = 123" , ascx. URL- , - .
, URL- , , , : ( Oded) ajax (per Stephen).
: URL
: http://devcity.net/PrintArticle.aspx?ArticleID=47
: http://aspnet.4guysfromrolla.com/articles/083105-1.aspx
Source: https://habr.com/ru/post/1739703/More articles:How do you work with IList <> in F #? - f #JsonResult shows file loading in browser - jqueryPassing javascript in a dynamic action handler - javascriptASP.NET Web Service Using Form Authentication from a Windows Application - asp.netLive issue with jQuery - jqueryHow can I trigger an overloaded action in .net mvc? - asp.net-mvcОт разработчика к веб-разработчику до веб-дизайнера - javaR repeating row selection - selectIs there a class generator for data classes used in Java / Android from an existing wsdl file? - javaWhat is the practical definition of a software / programming framework? - terminologyAll Articles