asp+sql server 2005 网站建设的调试问题
我在我的电脑上调试一个网站,网站是asp+SQLServer2005,其他的都没问题,就是注册不了!注册的时候老是跳出这个提示:“提示:您不是从本服务器上提交的表单信息!...
我在我的电脑上调试一个网站,网站是asp+SQL Server 2005,其他的都没问题,就是注册不了!注册的时候老是跳出这个提示:“提示:您不是从本服务器上提交的表单信息!”哪位高手能解答一下
代码如下: (error.asp这个页面)
<!--#include file="include/dbopenbd.asp"-->
<%error=request("error")%>
<html>
<head><title>网站提示-<%=sitename%>-<%=siteurl%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="<%=sitedescription%>">
<meta name="keywords" content="<%=sitekeywords%>">
<link rel="stylesheet" href="include/css.css" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr><td align="center" valign="middle">
<table width="560" height="290" background="images/small/error.gif" cellspacing="0" cellpadding="0" align="center">
<tr><td align="center" valign="middle">
<%
if error="001" then response.write "提示:您不是从本服务器上提交的表单信息! <br><a href=main.asp><b>返回首页</b></a>"
(dbopenbd.asp这个文件如下)
<%
Response.Buffer=True
'on error resume next
conStr = "Driver={SQL Server};Description=sqldemo;SERVER=(local)\SQLEXPRESS;Database=shop;UID=sa;Password=123456"
set conn = Server.CreateObject("ADODB.Connection")
conn.Open conStr
copycolor="#A9A9A9"
%>
<!--#include file="config.asp" -->
<!--#include file="functions.asp" --> 展开
代码如下: (error.asp这个页面)
<!--#include file="include/dbopenbd.asp"-->
<%error=request("error")%>
<html>
<head><title>网站提示-<%=sitename%>-<%=siteurl%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="<%=sitedescription%>">
<meta name="keywords" content="<%=sitekeywords%>">
<link rel="stylesheet" href="include/css.css" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr><td align="center" valign="middle">
<table width="560" height="290" background="images/small/error.gif" cellspacing="0" cellpadding="0" align="center">
<tr><td align="center" valign="middle">
<%
if error="001" then response.write "提示:您不是从本服务器上提交的表单信息! <br><a href=main.asp><b>返回首页</b></a>"
(dbopenbd.asp这个文件如下)
<%
Response.Buffer=True
'on error resume next
conStr = "Driver={SQL Server};Description=sqldemo;SERVER=(local)\SQLEXPRESS;Database=shop;UID=sa;Password=123456"
set conn = Server.CreateObject("ADODB.Connection")
conn.Open conStr
copycolor="#A9A9A9"
%>
<!--#include file="config.asp" -->
<!--#include file="functions.asp" --> 展开
展开全部
你看看你的IIS服务器有没有问题。如果很好的话,你在试试是不是要再建一个虚拟服务器来运行。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
重启一下IIS试试看
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
SERVER=(local)改为SERVER=(localhost)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询