Click here to Skip to main content
15,908,013 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi anybody please help. which type of error.
after published & deployed on server. i get this error.

404 asp.net File or directory not found.The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Thanks
Posted
Comments
[no name] 18-Sep-12 8:16am    
And what is it that you are having trouble with? You are missing a file or you are missing a directory.
Sharma Ganu 18-Sep-12 8:19am    
hey,
i am using window.open() for open new window. its problem coming after deployed on server.
[no name] 18-Sep-12 8:22am    
Yes and so? The error is perfectly clear. You are missing a file or missing a directory. More we could not say because you have not provided nearly enough information to tell. And if you did provide the information as to what was actually missing, you would have your answer.

This type of error occurs when you don't define proper url for your page. Check all url in you page.
Always provide full path url for your page then this type of problem will not occur.
eg:
HTML
<a href="http://www.yoursite.com/Secure_Page/default.aspx">Home</a>
<a href="http://www.yoursite.com/Product.aspx">Product</a>


Refer: Navigating from one page to another page[^]
I hope it will help you.

Good luck.
 
Share this answer
 
v3
Comments
Sharma Ganu 18-Sep-12 8:20am    
hey,
i am using window.open() for open new window. its problem coming after deployed on server.
because of one of these reasons am expecting
1. you need to set the startup page
2. check whether you have index page or not
 
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