Changing path
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
When we create a Webapplication named WebApplication1 in ASP.NET its shows a path as
http://localhost/WebApplication1/Index.aspx
at runtime.Is there any way to make path as
without changing the code
-
When we create a Webapplication named WebApplication1 in ASP.NET its shows a path as
http://localhost/WebApplication1/Index.aspx
at runtime.Is there any way to make path as
without changing the code
if you dont want to change the code or it is in compiled form then put one index.aspx file created by You in root folder. and put the code to redirect it to you desired path. hope this will help you