R
Roshawn Dawson
Hi,
While browsing the web, I've noticed that a lot of websites have values
in the url without any file extensions mentioned. Consider this (fake) url:
http://www.yourdomain.com/article/1
It seems that the "1" is actually a querystring value. I always thought
that you must first specify a file with a valid extension and then
append the querystring value, like this:
http://www.yourdomain.com/article/somepage.aspx?id=1
I'd sure like to get my urls to appear like the first one. Is there any
method that can be used to get the desired result in ASP.NET,
preferrably without too-too much hasle?
Thanks,
Roshawn
While browsing the web, I've noticed that a lot of websites have values
in the url without any file extensions mentioned. Consider this (fake) url:
http://www.yourdomain.com/article/1
It seems that the "1" is actually a querystring value. I always thought
that you must first specify a file with a valid extension and then
append the querystring value, like this:
http://www.yourdomain.com/article/somepage.aspx?id=1
I'd sure like to get my urls to appear like the first one. Is there any
method that can be used to get the desired result in ASP.NET,
preferrably without too-too much hasle?
Thanks,
Roshawn