Click here to Skip to main content
15,884,739 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
HI friends....

I have created a page "Home.aspx". I am passing the QueryString "Sender=1234" and Message="Hello".

Exactly the URL is
http://localhost:2346/Project/Home.aspx?Sender=1234&Message=Hello

In local , it is working fine. But when I upload to this server(win 2008+iis7+ sqlserver2008), it gives me an error- File Not Found

when i analyse this problem , i find out that due to "end" word in Url it gives me an error. I can't use "end" keyword in URL. But for me it is mandatory to use "sender" keyword in URL Querystring.

Pls see this problem. Is there any server policies or IIS policy?

Thanks
Ravi Kumar
Posted
Comments
E.F. Nijboer 15-Apr-11 8:44am    
But what kind of strange redirect rule do you have that is causing 'end' to give this error?
ravi24june 15-Apr-11 10:41am    
No idea ....
Can i use URL Redirect Rule.....

1 solution

Home.aspx is not default in the IIS Default Docs. You must define this!
http://www.iis.net/ConfigReference/system.webServer/defaultDocument[^]
 
Share this answer
 
v2
Comments
ravi24june 15-Apr-11 10:38am    
Thx 4 ur reply ... But this issue is not only with "Home.aspx". For any Page , i am facing the same problem.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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