Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~93 People Reached
Favorite Forums
Favorite Tags
Member Avatar for abcd24ef

Hi All, I'm trying to implement MVC pattern (Note: not by using ASP.net MVC framework). I'm not able to do view selection based on http request processing.I have added custom tag in web.config for URL mapping like this: [code] <controller.mapping> <entries> <entry key="/view/ActualPage1.aspx" url="ActualPage1.aspx" /> <entry key="/view/ActualPage2.aspx" url="ActualPage2.aspx" /> </entries> …

Member Avatar for kvprajapati
0
93