URL renaming
-
how we can change our webpage url ? eg: index.aspx to www.google.com/accounts/ServiceLogin?service=orkut&hl=en-US&rm=false&continue=http%3A%2F%
-
how we can change our webpage url ? eg: index.aspx to www.google.com/accounts/ServiceLogin?service=orkut&hl=en-US&rm=false&continue=http%3A%2F%
I assume you just mean that there's no .aspx in that URL, the rest is just query string parameters. You can configure IIS to process any extensions you like, and you can use URL rewriting to not show the actual URL being directed to.
Christian Graus Driven to the arms of OSX by Vista.
-
I assume you just mean that there's no .aspx in that URL, the rest is just query string parameters. You can configure IIS to process any extensions you like, and you can use URL rewriting to not show the actual URL being directed to.
Christian Graus Driven to the arms of OSX by Vista.
yes.. ur assemption is true...but giv me an example to rewrite default.aspx to default
-
yes.. ur assemption is true...but giv me an example to rewrite default.aspx to default
I've just checked, and if you use the keywords I gave you, google does in fact give you tons of examples.
Christian Graus Driven to the arms of OSX by Vista.
-
yes.. ur assemption is true...but giv me an example to rewrite default.aspx to default
use MVC for this... They are doing a superb job for ASP.NET in MVC framework.
Abhishek Sur