ASP.NET Routing (in WebForms)not working when deployed under IIS,Works in IDE
- by Shyju
I have an ASP.NET web application(webforms,not MVC) developed in VS 2008 and i have implemented ASP.NET web forms URL routing by following this link
http://www.4guysfromrolla.com/articles/051309-1.aspx#postadlink
It works pretty good when i run it on the Visual studion IDE.But does not works when i created a site under my IIS (IIS 5.1 in XP) and deployed the same files there.I have set ASP.NET version as 2.0 in the Properties window of my application too.But does not work. Any idea Why ?
Is there anything else to be setup ? Thanks in advance