Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

I have index.htm page from that i go to login.aspx page and register.aspx page. When i press register its is saying the above error. File is there in directory under httpdocs. When i press login that page is working good. I am not able to understand the problem please help
Posted
Comments
ravikhoda 3-Feb-15 1:55am    
try to check if you have spelling mistake on your register.aspx page. also check if you have give relative path or absolute path on the index.htm for register.aspx page.
sushma2607 3-Feb-15 2:20am    
class="loginbutton" href="Login.aspx"
href="SLogin.aspx" class="loginbutton"

this is the code no spelling mistake. i works good with staff login but error in client login
Sinisa Hajnal 3-Feb-15 2:33am    
You have two hrefs there...and hrefs are different. Please use Improve question link and post your code. Thank you.
sushma2607 3-Feb-15 2:40am    
i have 3 hrefs in same page staff login and client is working fine but register is not working

Client Login
Staff Login
Sign Up

code is a class="loginbutton" href="Register.aspx" Sign Up /a

Have you checked if your Web Service Extensions have ASP.NET allowed in IIS?

It will be under "ISAPI and CGI Restrictions" if you're using IIS 7 or above.
 
Share this answer
 
v2
The problem is solved i have not done any thing after 2 to 3 days problem was solved by itself:)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900