Nop 4.0 Call aspx page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi,

in NopCommerce 4.0 How can I call an "old" aspx page?

the page is in:

https://www.mydomains.com/mysubfolder/mypage.aspx?a=213123&b=46465&c=65515&store=1


Now I get Error 404. The requested page (/mysubfolder/mypage.aspx) was not found

thanks
5 years ago
kava wrote:
Hi,

in NopCommerce 4.0 How can I call an "old" aspx page?

the page is in:

https://www.mydomains.com/mysubfolder/mypage.aspx?a=213123&b=46465&c=65515&store=1


Now I get Error 404. The requested page (/mysubfolder/mypage.aspx) was not found

thanks



I think mysubfolder/mypage.aspx this folder and file should be inside wwwroot folder.

Hope it would helpful to you
5 years ago
Hi,

yes the path location is \wwwroot\mysubfolder\mypage.aspx

but I think that application routing process the request and doesn't find the right route.

I don't know if I have to write something about routing or ignore routing.


thanks
5 years ago
Someone can help me, please?

thanks
5 years ago
Please see how we process .aspx pages that were used version 1.90 at \Nop.Web\Controllers\BackwardCompatibility1XController.cs (redirect to new controllers)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.