Click here to Skip to main content
15,881,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have the deployed the ASP.net website to AWS elasticbeanstalk.after deploying when i click on the link iam getting the below error.

"403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied."

What I have tried:

have no clue what's the issue?

please let me know what iam missing here.
Posted
Updated 14-Jan-20 12:04pm
Comments
ZurdoDev 14-Jan-20 15:18pm    
You are trying to access a url of something that is blocked. I'm not sure what you want us to do.
kkgj 14-Jan-20 15:23pm    
asp.net website was up and running in visual studio 2017.i had no issues while running the website.but when i publish the same website in AWS elasticbeanstalk and run the url iam getting this error.
ZurdoDev 14-Jan-20 16:09pm    
You still haven't told us anything new or anything that can help us help you. Verify the url you are trying to access and then contact AWS.

1 solution

Quote:
have no clue what's the issue?

The error message is your clue, read it carefilly:
403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.

Exact error message should contain other informations which can help to locate the operation in code that rise the error.
In last resort, the debugger can show you where the program stops.

You did not provided any information to give you another answer.
 
Share this answer
 

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