Am a newbie to asp.net . i just wrote a simple page with a button click.wheni click on the button it is redirected to aspspider main page .am not understanding what is the issue.below is my code

<%@ Page Language=c# %>












and my web.config is













   
     cookieless=false
     timeout=90/>


The eroor am getting is
Your web site is expired or has a configuration problem. Please login to your account in AspSpider.com and make sure your site is configured correctly and is redirected to the home page of aspspider.com.

i observed one thing

my link is http://aspspider.ws/technovice/buttonclick.aspx.

But
when i click the  button in the page the link displayed is http://aspspider.ws/buttonclick.aspx

but
again when i copy paste this link( http://aspspider.ws/technovice/buttonclick.aspx)

i
got the correct output i.e implementation of the button click.

technovice is my userid .

am not understanding what to do .

Thankz a ton for the reply.