in this case what is beneficial for ranking , what type of id i generate more powerful for batter ranking http : // www . mysite . com / news . aspx?id=200381 http : // www . mysite . com / news . aspx?id=page title (text)
The second one is better than the first, but it is by no means the best option. I'd use mod_rewrite to convert that URL to a keyword friendly categorized URL, such as example.com/news/microsoft-abandons-bid-for-yahoo/ However, you're using ASP.NET here, which means you're probably on a Windows server such as IIS (instead of Apache); if that's the case, then I'd look into seeing how URL rewriting is done on IIS.
i use .aspx but i using database as xml so it possible threw xml url like example.com/news/microsoft-abandons-bid-for-yahoo.aspx
Sorry, no can do. I don't work with ASP.NET - when I touch a server-side programming language (which isn't often), it's almost always PHP.
http : // www . mysite . com / news . aspx?id=page title (text) but having .html after page title will work better than having only slash (/) after page title