ASP.NET Routing (in WebForms)not working when deployed under IIS,Works in IDE

Posted by Shyju on Stack Overflow See other posts from Stack Overflow or by Shyju
Published on 2010-03-17T01:45:33Z Indexed on 2010/03/22 14:01 UTC
Read the original article Hit count: 371

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about url