.net - MVC site when on web server, only can access home page -
.net - MVC site when on web server, only can access home page -
i have little mvc site (only few controllers , views) works fine when running locally. when publiush site web server there issues. home page log in screen displayed, if effort log in past page comes 404 errors , pages not beingness able found.
i thought because on web server have in subfolder called "file upload" web browser trying go fileupload/controller/action instead of controller/action. however, after messing manually putting in location still 404 errors.
this isn't issue version of mvc have seen mentioned elsewhere.
i'm not sure other info give have no thought causing this. ideas appreciated.
have enabled windows authentication ? if yes, hosted environment can access active directory? [authorize] attribute authenticated access , permissions on folders points begin investigation
.net model-view-controller deployment webserver
Comments
Post a Comment