Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 9 months ago.
Improve this question
I created a Web API project in which the webpage on which I want to display the response from the API is not working. The web page shows "This page isn't working HTTP ERROR 405".
I searched a lot on Google and YouTube to "How to resolve HTTP ERROR 405", but I was unable to find the right content to fix this issue.
How can I solve this issue?
Here is my Web API GitHub repository link: https://github.com/ansu647/CoWIN-sample
A 405 error indicates when a user requests to access a web page and the web server receives & accept that HTTP method, but unfortunately the server reject that HTTP method so the user can’t access the web page. This causes the error in the user's page. To fix this:
Go through your code. It may be it has bugs (or)
Shift your application logs and server logs (or)
Check the web server configuration file
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
My application looks fine when I run on the localhost via visual studio but it creates mess when I publish it on the AZURE Web App Service. I am using free tier of Azure web app service.
Image of the header of homepage at the local host
Image of the header of homepage at the Azure web app-service
Home page items at the localhost
Home page items at azure web-app-service
Button at the homepage at localhost
Button at azure web-app-service
My link to the site is https://auctionit.azurewebsites.net/
If you check the console tab, you'll see that some files were not properly loaded. I believe this is why the layout is broken, no problems on Azure side.
Nothing to do with the Azure free tier.
From what you have shown here, this is something to do with the styles. Check your css and inline styles. Make sure all the css and other style related resources are deployed correctly.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I get this error
The website declined to show this webpage
on my webserver when visiting
http://localhost/exampledomain.com/
I enabled failed request tracing rules for ASP, ASP.NET, ISAPI Extention and WWW Server for 403 status codes but no log files are created at C:\inetpub\logs\FailedReqLogFiles
Is this a firewall issue or something?
Your question lack a lot of information. But a quick search on Google reveals a lot of links with a possible
solutions.
https://forums.iis.net/t/1214595.aspx?403+The+website+declined+to+show+this+webpage
https://forums.asp.net/t/1640590.aspx?Web+Hosting+in+IIS+Error+HPPT+403+Forbidden+The+website+declined+to+show+this+webpage
https://social.technet.microsoft.com/Forums/Azure/en-US/9f18f483-3e3f-4591-b028-9f8c4e1efb10/website-declined-to-show-this-webpage?forum=sharepointadminlegacy
https://www.experts-exchange.com/questions/24446761/The-website-declined-to-show-this-webpage-IIS6-Web-Service.html
https://rehmangul.wordpress.com/2009/04/09/error-the-website-declined-to-show-this-web-pagethe-website-requires-you-to-log-in/
http://www.kb.blackbaud.com/articles/Article/48462
Or a list with links found on StackOverflow alone, which could have some useful information.
IIS7 403 - Access Denied
Why do i get this error: "The website declined to show this webpage"
IIS 7.5 - 403 Forbidden
IIS 7.0 Deployment issue
SQL Server Reporting Services - http 403 forbidden - website declined to show this webpage
But the most common causes for this error seem to be the issues mentioned below. Most links mention one or more of these as a possible solution.
Incorrect framework version
Early exception in your Application_Start
Incorrect MVC version installed
Permission error on files/folders or AppPool
Framework not correctly registered > run aspnet_regiis -ir
https://bucherid.azurewebsites.net/
the website can't be accessed normally and ended up with http error 500
But, when i logged in to
bucherid.azurewebsites.n*t/wp-login/
finally i can see the website content normally.
previously the site can be accessed normally and then from yesterday I don't know why but this http 500 happened.
are there solution for this?
from the failed requests traces, this is what appear
image
there's also error messages like this
"There is not enough space on the disk."
Based on the information you have provided, it can not tell what has caused this issue yet. I suggest you enable the Detailed error message functionality through the Azure portal. the screenshot below is to show where to turn on that.
After that done, you should have log files under the directory d:/home/LogFiles/DetailedErrors in your Azure server. You can refer to the link to know how to download them. These files will provide more specific details for the HTTP errors.
Additionally, you can also enable PHP run-time error log by changing the built-in PHP configurations. For more info, please refer to How to debug PHP in MS Azure.
Depending on your SKU, there are limitations in how much disk space you get. See the App Service Pricing page for details.
I have gone through the same question links on the site and still I am unable to get answer for this question. I have registered an API, checked URL for site. Its exact location of file which I am executing. The OAuth is performed and I also get login screen. But when I try logging the error appears. I am still trying to understand what is going wrong.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
Hi All,
Actually I have a web application build using classic asp and vb script, along with MS-Access 2003 hosted on IIS 6.0. It is running fine.
Now I have shifted it to on IIS 7.0 and database MS-Access 2003 to 2010.
The Login Page is running fine, and also it's easily get login when I try to login. But after login when I try to access some others pages through click a button, it shows error 500 Internal Server Error.
I have given security this application to the everyone level but still it is showing error.
I am using database through DSN. I can not say that there is any DSN configuration error or mistake I did, because login page is working fine which gets user id and password from my database.
What type of issue might be there?
solved. Now I have given my Intepub\mailroot\pickup forder to appropriate permission.