I am using godaddy shaired hosting account for host my web site. I want to use url rewriting to make more SEO support my web site. I create httpmodule to rewrite urls and yesterday I upload it to web server. but url rewriting httpmodule nor working in server ( It work well in my computer). what can i do
As far as I know on windows hosting you can use web.config files instead of .htaccess files on Linux and you put your rewrites as it is described here: http://msdn.microsoft.com/en-us/library/ms972974.aspx#urlrewriting_topic5
atxsurf - Thank you very much, I am using asp.net for my sites. I write lot of code in httpmodule. i try to use it.
You need to check if account is hosted on Linux OR windows. If it's on cPanel Linux server, rewrite module is already installed. If it's still not working, ask the technician to check with command httpd -l If it's hosted on windows, you need to follow instructions as suggested by atxsurf.