After testing, I realized that problem is below codes. I use these codes in 2 different part of the page. When I remove one of them everything returns to normal. I think that while and loop code has a problem to fix. What can i do? Thank you.
i = 1
%> <font face="Arial" size="1"><%
Do while i <...
Hi,
I have a dedicated server. I'm using SQL Server 2005 Express Edition. sqlserver.exe cpu usage reach %100 when my below page loads.
<%
Response.CodePage = 1254
Response.CharSet = "windows-1254"%>
<% Response.Buffer = True %>
<html>
<head>
<meta http-equiv="Content-Type"...
Hi,
When i dont use sql server login about 1-2 weeks, then i m receiving this error:
There was an error connecting to the database:
Number: -2147467259
Source: Microsoft OLE DB Provider for ODBC Drivers
Description: [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for SQL Server...
</font><font face="arial, helvetica" size="2">,</font>
<% end if %>
<%rs2.movenext
exit while
wend %>
i wrote but it is writing;
Microsoft VBScript compilation error '800a040f'
Invalid 'exit' statement
/default2.asp, line 475
exit while
-----^
please can you give me example?
<% While (rs2.EOF=false)
rs2_sayac =rs2_sayac+1%>
<font face="arial, helvetica" color="#cc0000" size="2">
<a href="http://www.downloadprof.com/kategori.asp?lr=<%=rs2("id")%>"><%=rs2("name")%></a>
<% if rs2_sayac<rs2.recordcount then%>
</font><font face="arial...
i added exit while code bottom of he page
<%Exit While%>
but i m receiving this error:
Microsoft VBScript compilation error '800a040f'
Invalid 'exit' statement
/Default.asp, line 566
Exit While
-----^
Yes , I create that site with frontpage. This is my entry page. When the visitor load this page cpu usage is 100. I just ask do you see any endless loop in these codes ?
Hi,
I have a dedicated server but i have a important problem. My server cpu usage w3wp.exe always %100. My default.asp code:
<%@ LANGUAGE=VBScript CODEPAGE=1254 %>
<%
on error resume next%>
<% Response.Buffer = True %>
<!-- #include file="editmeSQL.asp" -->
<html>
<head>
<meta...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.