I have a domain A.com, containing 2 asp.net applications 'B' and 'C' where both B and C are related by reference.
I want.. on entering url www.A.com users should open up the page www.A.com/B/Default.aspx but address bar should show www.A.com
url rewriting within project application B and C are working fine. But how can i set up url rewriting outside the projects in the root directory. I have tried out the tutorials present in http://urlrewriter.net/ and http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx
and these are working fine for project B and C...
but i cant set up the configuration in web.config file in the root directory. The problem is with rewriting a page from outside the project. Do I need to make some settings in the IIS. I am using godaddy' windows hosting.
thebisai
0 Points
1 Post
url rewriting of asp.net application
Aug 21, 2011 07:36 PM|LINK
I have a domain A.com, containing 2 asp.net applications 'B' and 'C' where both B and C are related by reference.
I want.. on entering url www.A.com users should open up the page www.A.com/B/Default.aspx but address bar should show www.A.com
url rewriting within project application B and C are working fine. But how can i set up url rewriting outside the projects in the root directory. I have tried out the tutorials present in http://urlrewriter.net/ and http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx and these are working fine for project B and C...
but i cant set up the configuration in web.config file in the root directory. The problem is with rewriting a page from outside the project. Do I need to make some settings in the IIS. I am using godaddy' windows hosting.
please help...
UrlRewriting asp.net