I'm running into a problem all of a sudden. I recently re-deployed my .net application on AWS elastic beasnstalk instance and now have an extra segment appended to my web root.
Now my URL structure looks like this:
http://domain.com/Project Name.Web_deploy/default.aspx
I have not made any changes to either my project or AWS configuration. What could be causing this?
When I logged in to RDP instance, I found one web.config on IIS root with some rules where I found project_name.Web_deply.
I am not using any FTP or AWS console to update my recent code instead I am using AWS explorer for Visual Studio 2010 which internally using git.
I am using windows server 2012 with sql server 2008 on server.