How do i set up the start up page for my web site. When i log to my web site i am not able to direct it to my index page. i have made the settings in IIS manager. In fact i have only kept index.aspx as my default document. But still when i send my link to my friends. It is not directing to them to the direct page.... Pls let me know the changes i have to make.. Don
IIS handles which file is loaded first. I pulled up your site with 'www.marianrosaryarmy.org' and index.aspx is the first page that is pulling up.
Seems to work I clicked on your link and got the page with Welcome Message from the Spiritual Director Looks like everything is working - have you cleared your cached lately? Don
How do i do it. Sorry for asking this a very very new bie question. in my web.config i have this line <system.web.extensions> <scripting> <scriptResourceHandler enableCaching="true" enableCompression="true"/> </scripting> </system.web.extensions> Don
The cache you probably need to clear is your browser cache. On IE its in Tools/Internet Options. You should see a button labeled 'Delete'. This will delete the browser cache/Temporary Internet files.