help me...
-
Hi To ALL! If i type URL like this www.sample.com/cards it should open a page cards.asp or any page . how should i do. pls help me... Thank you Mahesh
-
Hi To ALL! If i type URL like this www.sample.com/cards it should open a page cards.asp or any page . how should i do. pls help me... Thank you Mahesh
You could do a number of things, firstly you could write a redirect in the default.asp in that folder: i.e. Response.Redirect("Cards.asp") Or you could setup IIS to use cards.asp as a default document, by going to the IIS manager, Right click on the website, go properties then add cards.asp in the documents tab.
-
Hi To ALL! If i type URL like this www.sample.com/cards it should open a page cards.asp or any page . how should i do. pls help me... Thank you Mahesh