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.
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 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
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
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
We have just started to use Windows Server 2008 R2 and IIS7.5 and I'm trying to move some existing sites across from our Windows 2003 box. I can get the sites running ok but am getting 401 errors for all the CSS / Images in the sites. Granting Everyone read access will solve this - but I'm not very happy doing this.
I've read that IIS7.5 makes use of a magical new 'account' and each Application Pool has its own account.
So far I have
Created a new folder in wwwroot for my website (kbank)
Copied the files in from another machine
In IIS7 created a new website (not virtual directory), this created a new Application Pool with the same name as my website. This is an Integrated Pipeline pool
In Process Model / Identity this is using ApplicationPoolIdentity and Load User Profile is set to True
Granted IIS AppPool\kbank read access to the root of the folder
Can anyone tell me how best to set up my websites.
2008 R2 IIS 7.5
Just as an FYI. After rebuilding servers and spending endless hours troubleshooting a 401.3 error after changing the AppPool identity to a domain account, we came to find out that a GPO was killing IIS. Make sure you test with a server in the "Computer" container and that no GPO's are changing restricted groups outside of Administrators.
In our case, NT Authority\Authenticated Users was removed from the local USERS group and it broke IIS complete.
Maybe you are just missing a small step. When you granted the account read access, did you check that it replaced settings in all subdirectories. Also it may require an IIS reset after changing the access rights.
I would check what is the exact status code of the 401 error IIS 7 Status Code
Once you know the exact error code, it will be easy for to troubleshoot the exact issue is.
I would also run Process Monitor and see if there are any "ACCESS DENIED" using the Filter.
Regards,
Vivek.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 14 years ago.
Improve this question
I have an .asmx in a folder in my application and I keep getting a 401 trying to access it.
I have double and triple checked the setting including the directory security settings. It allows anonymous. I turned off Windows Authentication.
If I delete the application and the folder its in, then redeploy it under the same application name it magically reapplies the old settings.
If I deploy the exact same application to a different folder on the server and create another application under a new name and set up the directory security setting again it works!!!
How do I get IIS to forget the setting under the original application name?
After deleting the first application in IIS and its associated files on the disk, try restarting IIS (or your server if possible). Then come back and recreate the whole setup.
Eventually I got it working again. By deploying to a different folder and recreating the virtual folder / application to it.
I am not sure how that makes a difference but at least things are working again.
I ran into a similar situation with asp.net pages. I had Anonymous on and Integrated off for a virtual directory, but one page was the opposite. Everything worked fine until I went to the one special page, then my post backs stopped working and I couldn't log out of the site until I deployed to a new virtual directory.
My eventual solution was to enable anonymous and integrated for the entire site and just turn off anonymous on that one page.