Initial Setting

Discussion in 'FTP' started by 0003398, Mar 17, 2010.

  1. 0003398

    0003398 dfurshpan

    I have used the secondary FTP to upload a simple asp.net web (using VS2008 publish)
    I am trying to browse using the secondary URL but I keep getting the standard error message.
    Is there something else I need to do?
     
  2. Ray

    Ray

    What do you mean by error message? What is the error message? Paste the full and exact copy of the error message.
     
  3. 0003398

    0003398 dfurshpan

    unable to see my seb page

    The error i am referring to is:

    Web Page is Unavailable

    We are very sorry.

    The web page you are trying to reach is unavailable.

    Please contact the Website Administrator.

    We apologize for the inconvenience.
     
  4. Ray

    Ray

    The error Web Page is Unavailable can mean many things.

    Give us the URL so I can test it on my end?
     
  5. 0003398

    0003398 dfurshpan

    As mentioned earlier i use my secondary URL:

    ascixnet.w02.Winhost.com

    when i use ascixnet.w02.Winhost.com\index.html - i get :

    Server Error in Application "DEFAULT WEB SITE"
    Internet Information Services 7.0
    Error Summary
    HTTP Error 404.0 - Not Found
    The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error Information
    Module IIS Web Core
    Notification MapRequestHandler
    Handler StaticFile
    Error Code 0x80070002
    Requested URL http://www.ascixnet.w02.Winhost.com:80/index.html
    Physical Path e:\inetpub\wwwroot\index.html
    Logon Method Anonymous
    Logon User Anonymous
    Most likely causes:
    •The directory or file specified does not exist on the Web server.
    •The URL contains a typographical error.
    •A custom filter or module, such as URLScan, restricts access to the file.
    Things you can try:
    •Create the content on the Web server.
    •Review the browser URL.
    •Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.
    Links and More InformationThis error means that the file or directory does not exist on the server. Create the file or directory and try the request again.
    View more information »
     
    Last edited by a moderator: Oct 14, 2015
  6. Ray

    Ray

    I'm not getting what you are getting. I get a web page that has this in the body..


    I am Here
    look

    And this is the URL I am using

    ascixnet.w02.Winhost.com\index.html

    Did you change your code. This error can mean that your site is looking for a file and it could not find it.
     
    Last edited by a moderator: Oct 14, 2015
  7. 0003398

    0003398 dfurshpan

    Something has changed since now i amgetting the right page as well!
    Thanks you
     
  8. 0003398

    0003398 dfurshpan

    is it possible that that site requires the record to propgate the same time as the main one?
    the main one still is not seem to function - does it take more than 24 hours?
    the main one is ascix.net
     
  9. Ray

    Ray

    Sounds more like caching on your end with your browser. May want to clear the browsers cache from time to time.
     

Share This Page