[RESOLVED] web start page load without url
Dear Friends,
I have an web application in ASP.NET with C#.
When I want to brows it from explorer I have to write as follows
server_name/app_name/start.aspx
but i want to write only
server_name/app_name to load start page.
What I need to configure in my code or server to do the above thing.
Pls help me.
Best Regards,
Rajib
Re: web start page load without url
In IIS, expand web sites, right click on the folder corresponding to your app_name. Go to properties. In the Documents tab, add 'start.aspx'
[Resolved]web start page load without url
Thanks a lot. I have done it finally.
-Rajib
Re: web start page load without url
Add [Resolved] to the thread title because future searchers can make use of this.
[Resolved]web start page load without url