简体   繁体   中英

Link to aspx page from asp.net mvc project

I have asp.net mvc project with razor views and i have in the same solution another project that is rendering (aspx) pages (reports and stuff) so i don't know how to call that page or show it inside view. i have tryed with render action and link but it just can't be found.

It's just one aspx page inside other project so i have path like: /projectName/page.aspx Any help would save my day

If you have two web projects I suppose they have two iis mapping. So calling from a site to another site you use href link, to render a page from another site the only thing I can think of is using iframe .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM