IIS page extension less don't work
-
Hi All. I Deploy my web site on my pc in win2000 server. I use urlrewritinig and have some link like "mysite/Home/br_2". When I browse my site on iis this link give me "Page not found error".But when I run my project from visual studio from using open website it work ok. What I should to do?
sepel
-
Hi All. I Deploy my web site on my pc in win2000 server. I use urlrewritinig and have some link like "mysite/Home/br_2". When I browse my site on iis this link give me "Page not found error".But when I run my project from visual studio from using open website it work ok. What I should to do?
sepel
IIS6.0 will not support extension-less URL rewriting. When you run from VS, all requests are processed by ASP.NET engine and extension-less URLs will work. In IIS, this is not the case. IIS7.0 allows you to do extension-less URL rewriting though. :)
Navaneeth How to use google | Ask smart questions
-
Hi All. I Deploy my web site on my pc in win2000 server. I use urlrewritinig and have some link like "mysite/Home/br_2". When I browse my site on iis this link give me "Page not found error".But when I run my project from visual studio from using open website it work ok. What I should to do?
sepel
You can use Filemon to see what the page is actually looking for: http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx[^] You can filter the output for the particular worker process that your website is in. Good luck!
Ranjit Viswakumar Professional Services Specialist http://hostmysite.com/?utm\_source=bb
-
Hi All. I Deploy my web site on my pc in win2000 server. I use urlrewritinig and have some link like "mysite/Home/br_2". When I browse my site on iis this link give me "Page not found error".But when I run my project from visual studio from using open website it work ok. What I should to do?
sepel