Moving page from root to folder causing 404 error
-
My pages worked fine, when they were located on the root of my project. When I moved them to folders, in preparation of doing roles/permissions, I had some issues that I worked through. Dropdownlists with AutoPostBack = "False" on the page work fine. But, I cannot seem to get past an issue with a dropdownlist that does a postback. I am getting an error: Sys.Webforms.PageRequestManagerServerErrorException. The status code returned from the server was: 404. I think the problem is related to AutoPostBack and UpdatePanel, but I don't know how to fix it. If someone could point me in the right direction, I would appreciate the assistance.
-
My pages worked fine, when they were located on the root of my project. When I moved them to folders, in preparation of doing roles/permissions, I had some issues that I worked through. Dropdownlists with AutoPostBack = "False" on the page work fine. But, I cannot seem to get past an issue with a dropdownlist that does a postback. I am getting an error: Sys.Webforms.PageRequestManagerServerErrorException. The status code returned from the server was: 404. I think the problem is related to AutoPostBack and UpdatePanel, but I don't know how to fix it. If someone could point me in the right direction, I would appreciate the assistance.