T
Tony Girgenti
Hello.
I have an ASP.NET 2.0 web site with a master page that works fine when i
test it in VS2005, but when i upload it to a live isp site, it gives the
error at the end of this post for one of the links. Here is the line that
has the link:
<div class="readmore"><a href="/CoyneWebServices/File
Maintenance/Warehouses.aspx" title="More info">» more</a></div>
I tried putting a tilde"~" after the href=", but it won't allow that line in
the source view.
I also tried using:
<div class="readmore"><a href="CoyneWebServices/File
Maintenance/Warehouses.aspx" title="More info">» more</a></div>
<div class="readmore"><a
href="http://www.tonygirgenti.info/CoyneWebServices/File
Maintenance/Warehouses.aspx" title="More info">» more</a></div>
<div class="readmore"><a href="/File Maintenance/Warehouses.aspx"
title="More info">» more</a></div>
Any help would be gratefully appreciated.
Thanks,
Tony
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.
Requested URL: /CoyneWebServices/File Maintenance/Warehouses.aspx
I have an ASP.NET 2.0 web site with a master page that works fine when i
test it in VS2005, but when i upload it to a live isp site, it gives the
error at the end of this post for one of the links. Here is the line that
has the link:
<div class="readmore"><a href="/CoyneWebServices/File
Maintenance/Warehouses.aspx" title="More info">» more</a></div>
I tried putting a tilde"~" after the href=", but it won't allow that line in
the source view.
I also tried using:
<div class="readmore"><a href="CoyneWebServices/File
Maintenance/Warehouses.aspx" title="More info">» more</a></div>
<div class="readmore"><a
href="http://www.tonygirgenti.info/CoyneWebServices/File
Maintenance/Warehouses.aspx" title="More info">» more</a></div>
<div class="readmore"><a href="/File Maintenance/Warehouses.aspx"
title="More info">» more</a></div>
Any help would be gratefully appreciated.
Thanks,
Tony
Server Error in '/' Application.
--------------------------------------------------------------------------------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.
Requested URL: /CoyneWebServices/File Maintenance/Warehouses.aspx