开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜