Click here to Skip to main content
15,921,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a website with default welcome.aspx page (www.mywebsite.com/welcome.aspx). Now if anyone visits my site means I want to show welcome.aspx but the URL in address bar should not show "welcome.aspx".

Am using ASP.Net and C# 3.5.

Thanks in Advance.

Manoj
Posted

navigate the following links:
Tip/Trick: Url Rewriting with ASP.NET
URL Rewriting in ASP.NET

For further help please feel free ping me.
 
Share this answer
 
As you rightly said, you need URL Rewriting.

Read here: CP: URL Rewriting with ASP.NET[^]
MSDN: URL Rewriting[^]

OR

Read about, In ASP.NET 4.0: URL Routing[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900