why site is not displayed

Discussion in 'ASP.NET 2.0' started by ganeshnilgris, Jul 24, 2009.

  1. I have upload the files. But uploading if i see my folder i dont see any files but only folder. why it so ?. Further after uploading wht should i do so that i can view the page in internet:mad:
     
  2. Hi,
    In the Control Panel for you site you have access to a Default pages section.
    When you publish your site any folder that is hit where a default page exists will load the top most default page.
    If your folders are showing you should probably turn off Directory Browsing in your Control Panel.

    If you need specific steps for these topics please repost.
    All the best,
    Mark
     
  3. i could not find the pages in the site. would could be the error. Any help..
     
  4. Hi,
    If you log into your Control Panel and take a look at the Default pages section you'll see which ones are enabled at that time, i.e. Default.aspx will be one of them.
    When you view your site's files each folder can have a default page.
    What are you using by the way, to publish?
    All the best,
    Mark
     

  5. i am not able to understand. pls explain ..
     
  6. ...Which part? The Control Panel?
    Again...What are you using to publish your remote files?
    All the best,
    Mark
     
  7. i have used vs2005 to upload the files
     
  8. Base from the comments on your first thread I think you are uploading your files in a subfolder. So when you pull up your site (as an example... www.mydomain.com) all you see are folders. Keep in mind that every call to your site start in the root directory. I suggest you move your site out of the subfolder and put it in your root directory.
     
  9. mjp

    mjp

    Go to the Default Documents tab in the IIS Tools section of Control Panel.

    Change this:

    index.htm
    default.aspx


    To this:

    default.aspx
    index.htm


    Right now you have IIS turned off, and the default document is our placeholder index.htm. If you change that order, your default page will come up.
     

Share This Page