asp.net-mvc-2
Add MapRoute for a static resource ASP.NET MVC
I have a pdf file which I would like to a create a route map for it. Is there a way to make object default take a url in stead of action controller combination?[详细]
2023-04-11 11:06 分类:问答ASP.NET MVC 2 app pool crashes - how to debug on server?
My application which was built in asp.net mvc 2 crashes sometimes (maybe once a month), and the error is Service Unavailable 503. Both times restarting app pool made the application work again. Since[详细]
2023-04-11 09:45 分类:问答Unable to determine why the URL does not include application folder within IIS
Assume that the application is physically located at: C:\\inetpub\\wwwroot\\MyApplication This has been converted into an application via IIS 7.5 and I am now able to access the application via...[详细]
2023-04-11 05:42 分类:问答Adding more than one key for the same ModelState error
I\'ve been looking for this solution for a while and I\'d like to ask you what\'s the best way to do that.[详细]
2023-04-11 03:22 分类:问答Page does not exist in MVC
I am following this tutorial to create the first mvc application (Create a Movie Database Application).[详细]
2023-04-10 20:07 分类:问答Ranking System with multiple boolean values
I have a List of service providers.Each service provider offers a different set of services.These services are represented in a SQL database as boolean values.[详细]
2023-04-10 19:47 分类:问答Configuring 'deep' dependencies with Unity IoC
Let\'s say I have the following classes and interfaces in my MVC 2 project: Repositories: IRepository1, IRepository2, IRepository3[详细]
2023-04-10 19:10 分类:问答How to Hide Ajax.ActionLink after call is made
<%: Ajax.ActionLink(\"View Code Status\", \"GetCodes\", \"BvIndex\", new { id = o.Id }, new AjaxOptions { UpdateTargetId = count.ToString() },[详细]
2023-04-10 10:35 分类:问答Html Agility PacK vs Sharp Query?
I am writting a web application which will requi开发者_Go百科re me to purse html files.What I doing is quering for content included in a specific div with in a page. From my research online I came a c[详细]
2023-04-10 09:18 分类:问答ASP.NET MVC2 Browser caching with HTTP304 Status Code
In the company I work for, we have a web application developed with ASP.NET MVC2 and hosted on IIS7.[详细]
2023-04-10 07:59 分类:问答