MVC QueryString with Guid returns 404

后端 未结 2 889
别那么骄傲
别那么骄傲 2021-01-17 04:54

I have a problem on my Development server.... On my local machine everything works....

This is the issue:

I have a Page that looks like this:



        
2条回答
  •  独厮守ぢ
    2021-01-17 05:28

    just off the cuff, are you supposed to have two ? in the url ?

    Im pretty sure you can only have one ? and separate the querystring parameters with &

    so you should be using this shape

    /Profile?id=Profile&id=E23CB58D-BDBC-4BE5-A27C-7E6518ED72B0

提交回复
热议问题