简体   繁体   中英

running asp.net mvc on iis6, do I need to install anything on the server?

running asp.net mvc on iis6, do I need to install anything on the server? or can I just drop the .dll's in the /bin (system.web.mvc/routing/etc)

看看这个演练和这个

Should just be able to drop the dlls into the bin. but you do have to do some work within your global.asax file with regards to the rounting to make it work under IIS6.

Also, I had to wrap all links in Url.Content like below.

For IIS 6 to properly parse the paths

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