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.
RSS
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.
Hi I am getting the above eror when I deploy my asp.net project to my web server. This project runs through VS2005 locally. Also when i deploy the built project on my local machine it also runs. Only when I deploy it to my web server does it bive me the
error above. I have ensured that all files are there and that the permissions are set correctly.
I have a number of other projects running from this web server so I would think that if it was an IIS config issue that it would impact the other projects.
There is only one application pool. Also it is only one aspx file in the site that it can't find. The other files are available to view but I can see all the files on a other server and on my local machine
i have various aplication pools, two named the same. my problem occurs when i try to redirect my website to the login page. in the past it was login.aspx, but it gave me an error that made me change it to pglogin.aspx, so i changed everything that had login,
to pglogin.
Requested URL: /PayGate/login.aspx
i thought i didnt change it somwwhere in the app but i checked and everything is in order, and locally my app works fine, it fails when I run the app from iis.
for the record, when i launch my application it starts on pglogin.aspx, and works fine, that lead to my masterpage with its content links. the error is happening when i click logout, that is suppossed to direct me to pglogin.aspx again
cpboland
Member
132 Points
41 Posts
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have b...
Jul 16, 2007 12:26 PM|LINK
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.
Hi I am getting the above eror when I deploy my asp.net project to my web server. This project runs through VS2005 locally. Also when i deploy the built project on my local machine it also runs. Only when I deploy it to my web server does it bive me the error above. I have ensured that all files are there and that the permissions are set correctly.
I have a number of other projects running from this web server so I would think that if it was an IIS config issue that it would impact the other projects.
Any help appreciated.
Conor.
ca8msm
Star
12439 Points
2153 Posts
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Jul 16, 2007 01:26 PM|LINK
Is the correct version of the .NET framework selected in the ASP.NET tab (in IIS) for this application?
Website Design Darlington - http://lessthandot.com -
http://aspnetlibrary.com
cpboland
Member
132 Points
41 Posts
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Jul 16, 2007 08:38 PM|LINK
Yes The correct version of .NET is selected in IIS (.NET 2.0)
ca8msm
Star
12439 Points
2153 Posts
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Jul 16, 2007 08:44 PM|LINK
And when you say you have a number of other projects running on this server, are they .NET projects as well (and what version)?
Website Design Darlington - http://lessthandot.com -
http://aspnetlibrary.com
cpboland
Member
132 Points
41 Posts
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Jul 17, 2007 08:50 AM|LINK
Yea, All .NET ASP projects running .NET 2.0. All the projects are very similar tot he problem one.
ca8msm
Star
12439 Points
2153 Posts
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Jul 17, 2007 09:00 AM|LINK
What about application pools? Are there multiple pools and is the problem site using the correct one?
Website Design Darlington - http://lessthandot.com -
http://aspnetlibrary.com
cpboland
Member
132 Points
41 Posts
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Jul 19, 2007 02:15 PM|LINK
There is only one application pool. Also it is only one aspx file in the site that it can't find. The other files are available to view but I can see all the files on a other server and on my local machine
cpboland
Member
132 Points
41 Posts
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Jul 23, 2007 01:19 PM|LINK
For anybody who may want the fix for this I finally found out the issues.
I was reading in an external csv file into a class in my application.
Instead of using Server.Mappath, I referenced the file c:\inetpub\www\.... directly
As my server virtual directlry was on the D: drive it could never find the file and load the class.
Sneaky!!!!
Conor.
oswaldogc17
Member
2 Points
1 Post
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Jul 08, 2009 05:14 PM|LINK
i have various aplication pools, two named the same. my problem occurs when i try to redirect my website to the login page. in the past it was login.aspx, but it gave me an error that made me change it to pglogin.aspx, so i changed everything that had login, to pglogin.
Requested URL: /PayGate/login.aspx
i thought i didnt change it somwwhere in the app but i checked and everything is in order, and locally my app works fine, it fails when I run the app from iis.
for the record, when i launch my application it starts on pglogin.aspx, and works fine, that lead to my masterpage with its content links. the error is happening when i click logout, that is suppossed to direct me to pglogin.aspx again
i hope i made my self clear
thanks,
oswaldo
haydeez26
Member
5 Points
6 Posts
Re: Description: HTTP 404. The resource you are looking for (or one of its dependencies) could ha...
Oct 08, 2009 02:49 PM|LINK
How exactly did you reference it? Im new at this so all the help I can get is greatly appreciated!!