English 中文(简体)
如何建造这个RAX站点?
原标题:How is this ASPX site constructed?
  • 时间:2012-01-11 16:37:00
  •  标签:
  • asp.net
最佳回答

贵问题的核心是让那些友好的低地轨道成员参加。 这是用URL重写法或某些变体完成的。

有了微软产品,你就可以在IIS级或BA一级解决这一问题。 NET水平。

在综合系统一级,已经有一个Q&A 答案远比我所能做的要好:mod_rewrite 等值

伙伴关系。 http://msdn.microsoft.com/en-us/library/cc668201.aspx” rel=“nofollow noreferer”ASP.NET Routing。 您可能有兴趣了解更多关于以下主题的学习,并做教学:ASP.NET MVC。 (Clean URLs是其结构所固有的)

我也想澄清一些内容。 该网站(greatschools.org)很可能不是由微软产品驱动的:

  • There aren t any of the telltale signs in the source code for ASP.NET, such as viewstate or inclusion of any Microsoft JavaScript libraries.
  • The server responds that it is Apache/1.3.41 (Unix) mod_perl/1.31 mod_ssl/2.8.31, OpenSSL/0.9.8e mod_jk/1.2.28

Those could certainly be twisted by a developer to mislead people as to the identity of the server, but that seems unlikely to me.

问题回答

暂无回答




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

热门标签