Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I have a rest api for an application that works fine in xampp but I want to use IIS. My problem is that when I host it with IIS I get this error. "HTTP Error 404.0 - Not Found" "The resource you are looking for has been deleted, renamed or is temporarily unavailable." I get this when I try to run this http://127.0.0.1/user/v1/login?realm=fiesta&user=test&password=098f6bcd4621d373cade4e832627b4f6&version=500[^]

I guess IIS thinks that v1/login is folders and is throwing me an error becouse of that.

//Any help would be highly appreciated.
Posted
Comments
Sergey Alexandrovich Kryukov 21-Nov-12 16:38pm    
Why putting HTML anchor tag to 127.0.0.1 resource? My shadow conspiracy Internet version goes too slowly these days, due to U.S. Thanksgiving celebration, so I'm not going to access your resource by that URI just yet... :-)
--SA
Rohit Shrivastava 21-Nov-12 16:58pm    
did you install IIS after installing .Net framework / Visual Studio, if yes then please register aspnet on IIS use aspnet_regiis /i on visual studio command prompt.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900