开发者

Giving a link in a asp.net mvc2 page for a non-mvc page ie, a asp.net webform

开发者 https://www.devze.com 2023-04-04 05:55 出处:网络
I tried to give link to my reports located in Reports folder under \"Views\". My pr开发者_JAVA技巧oblem is that I am unable to direct from a mvc page to myReport since it is looking for that page in c

I tried to give link to my reports located in Reports folder under "Views". My pr开发者_JAVA技巧oblem is that I am unable to direct from a mvc page to myReport since it is looking for that page in controller, which doesnt exist. I have the route given in global.asax. am i missing something here?


my mapping to web pages is as follows

aspx page (contains relative path to the application eg:

   <siteMapNode url="Managers/FindUser.aspx" title="Find user"/>

is translated as :http://localhost/Managers/FindUser.aspx

mvc page

  <siteMapNode url="Managers/Management/" title="Management" />

is translated as :http://localhost/Managers/Management/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号