Hi sir,
Tell me the steps to create ASPX Page dynamically while posting the question in forums.[For example: If you post a question in forum like http://www.dotnetspider.com , it will create a new ASPX page for that single question.
Consider the three users posting the question in forum, dynamic page can be created as below:
1)
http://www.dotnetspider.com/forum/333876-How-to-convert-below-encode-string-to-string.aspx
2)
http://www.dotnetspider.com/forum/333875-How-to-show-the-selected-value-from-drop-down-from-one-page-into-another.aspx
3)
http://www.dotnetspider.com/forum/333874-calendar-format-dashboard-am-already-maked-but-i-need-to-make-like-score.aspx
Kindly give me the solution for this problem.
[Note: If user post the post the question like "how to host the application in iis", the dynamic page will be create as
http://www.dotnetspider.com/forum/333874-how-to-host-the-application-in-iis.aspx. ]
Loading
Blocked AccountPosted Mar 2, 2014, 10:45 PM
They are not creating dynamic pages. They are using the technique Url routing. If you are using older version then you can use Ionic Isapi rewrite filter. For using this you need to include iirf file in your application and need to define rewrite rule. But if you are using advance version then you can use url routing.
Thanks