check broken links?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • george.alliger@groupoe.com

    check broken links?

    Interdev used to be able to check the links on a website and generate
    a report with a broken links. How do I do this in VS2008? Thanks, G
  • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

    #2
    RE: check broken links?

    There is a nice freeware utility called "Xenu" that will do this and create
    nice HTML reports. Unless of course you absolutely have to write your own, in
    which case you have a nice project ahead of you. Basically you would need to
    write a site crawler that "tests" each link by requesting the resource.
    -- Peter
    Site: http://www.eggheadcafe.com
    UnBlog: http://petesbloggerama.blogspot.com
    MetaFinder: http://www.blogmetafinder.com


    "george.alliger @groupoe.com" wrote:
    Interdev used to be able to check the links on a website and generate
    a report with a broken links. How do I do this in VS2008? Thanks, G
    >

    Comment

    • george.alliger@groupoe.com

      #3
      Re: check broken links?

      On Feb 13, 11:38 am, Peter Bromberg [C# MVP]
      <pbromb...@yaho o.NoSpamMaam.co mwrote:
      There is a nice freeware utility called "Xenu" that will do this and create
      nice HTML reports. Unless of course you absolutely have to write your own,in
      which case you have a nice project ahead of you. Basically you would need to
      write a site crawler that "tests" each link by requesting the resource.
      -- Peter
      Site:http://www.eggheadcafe.com
      UnBlog:http://petesbloggerama.blogspot.com
      MetaFinder:http://www.blogmetafinder.com
      >
      >
      >
      "george.alli... @groupoe.com" wrote:
      Interdev used to be able to check the links on a website and generate
      a report with a broken links. How do I do this in VS2008? Thanks, G- Hide quoted text -
      >
      - Show quoted text -
      OK Thanks!!

      Comment

      Working...