如何识别背后使用的网站开发技术? [英] How to identify the website development technology used behind?

查看:82
本文介绍了如何识别背后使用的网站开发技术?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果该站点的文件扩展名为".aspx",我知道它使用asp.net技术进行网站开发.如果网站扩展名是".html"
,该怎么办? 使用.net技术开发的网站是否仍可以显示带有".html"的文件.

示例: http://www.universalenergy.ca/ON/residential/ gas_offer.html





http://www.w3schools.com/aspnet/ aspnet_intro.asp 我猜这是经典的asp
http://www.codeproject.com/Questions/ ask.aspx 这是.net

解决方案

是的,您可以创建一个纯HTML页面,以显示由ASPX页面生成的内容.这是一个古怪的想法,但是可以做到的.使用url reqriting,您甚至可以将aspx页面伪装成html页面.

http://blogs.msdn.com/b/gduthie/archive/2007/03/14/custom-file-extensions-in-asp-net-2-0.aspx [使用.NET的Web服务器信息 [ http://www.codegain.com/article/aspnet/howto/how-to-get-web-server-information-using-net.aspx [ Can a site developed with .net technology still show a file with ".html".

example: http://www.universalenergy.ca/ON/residential/gas_offer.html





http://www.w3schools.com/aspnet/aspnet_intro.asp This is classic asp i guess
http://www.codeproject.com/Questions/ask.aspx This is .net

解决方案

Yes, you can have a pure html page show you content generated by a aspx page. It''s a whacky idea, but it can be done. Using url reqriting, you can even disguise an aspx page as a html page.


yeah a site developer with .et can show a file with .html extension..please go to the following link

http://blogs.msdn.com/b/gduthie/archive/2007/03/14/custom-file-extensions-in-asp-net-2-0.aspx[^]


Most web servers return information about this in the response headers. Have a look at the links for more information and code examples how to retrieve it:
Web Server Information using .NET[^]

http://www.codegain.com/articles/aspnet/howto/how-to-get-web-server-information-using-net.aspx[^]

Good luck!


这篇关于如何识别背后使用的网站开发技术?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆