Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi All,

I have an url with query string like

http://localhost:4984/checkseo/seoranking.aspx?url=www.sunlightit.com

i want to remove some part and i want to show the url like


http://localhost:4984/checkseo/seoranking/www.sunlightit.com

in aspnet 2.0 with out routing concept.

please help me its some what urgent...


thanks in advance..
Posted
Comments
Thanks7872 15-Jul-13 6:49am    
If you want to ignore concepts than there would not be the solution for any problem.
[no name] 15-Jul-13 6:57am    
its possible or not with out routing could u please explain it clearly..
nikhil-vartak 15-Jul-13 8:20am    
Without routing it is not possible.
Dholakiya Ankit 15-Jul-13 8:25am    
right you can rewrite like this http://localhost:4984/checkseo/anything?anything=anything

1 solution

 
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