asp网站生成伪静态页
asp网站生成伪静态页
我的网址是http://localhost/showContent.asp?keyno=756
怎么变成html结尾的
你那还是在本地的浏览地址。。。
伪静态可以这么写:
ReWriteRule /showContent-([0-9]*).html /showContent.asp\?keyno=$1
给个链接参考一下
http://blog.csdn.net/lwtwrm/archive/2010/02/22/5317442.aspx
首先要搞个isapi的组件,这方面免费的很多。
相关问答:
Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
''' <summary>
'' ......
调整了这里,那里出问题。
有没有什么好的方法,像调整对话框一样????
找个专门做页面的
在dreamweaver里调。。。也可以直接控制HTML代码
确实痛苦 感同身受呀
哈哈 坚决路过。
用DW吧,VS搞设计 ......
各位大虾,我做了一个ASP得通讯录,但是除了查询功能好像其他都有问题,其中添加功能如下,能指导一下我哪里出错了吗?
<html>
<head>
<title>无标题文档</title>
</head>
<b ......
C# code:
SqlConnection conn = CsDB.sqlcon();
SqlDataAdapter da = new SqlDataAdapter("select fwCoding from bjmuma_fwCoding where OrderNumber='" + Order + & ......