Ok than I guess that while IIS shows an error file not found. The server you are using is giving an error that Page Not Found. You need to recheck the link for that image. Like is your folder name OK?
Please "Marks As Answer" if any answer helped you out!
~~! FIREWALL !~~
I checked paths and all of the links are accurate. I believe the source of the issue is as follows.
The line of code "<a href="~/DeleteImage/@image.Filename">" is being read as "http://www.mumba.me/DeleteImage/3_matt.jpg" and that page does not exist. On the local server, the "@image.Filename" indicated which image is to be deleted using the code on that
page. I retested it on the local server and it works as is.
Afzaal.Ahmad...
Contributor
2759 Points
1060 Posts
Re: 404 (Page Not Found) Error
Dec 30, 2012 11:55 AM|LINK
Ok than I guess that while IIS shows an error file not found. The server you are using is giving an error that Page Not Found. You need to recheck the link for that image. Like is your folder name OK?
~~! FIREWALL !~~
kookoomoo
Member
54 Points
94 Posts
Re: 404 (Page Not Found) Error
Dec 30, 2012 12:55 PM|LINK
I checked paths and all of the links are accurate. I believe the source of the issue is as follows.
The line of code "<a href="~/DeleteImage/@image.Filename">" is being read as "http://www.mumba.me/DeleteImage/3_matt.jpg" and that page does not exist. On the local server, the "@image.Filename" indicated which image is to be deleted using the code on that page. I retested it on the local server and it works as is.
Not sure how to proceed from here.
Afzaal.Ahmad...
Contributor
2759 Points
1060 Posts
Re: 404 (Page Not Found) Error
Dec 30, 2012 08:22 PM|LINK
I have already told you about how to delete the image with this URL in your other thread. Have a look there please
~~! FIREWALL !~~