IIS
How do I route a request to a specific action in a specific controller in MVC2?
In my MVC2 application I have an AccountController class inherited from Controller. I want to achieve the following: when a user tries to open Account/Payments/NewPayment AccountController.ExecuteNewP[详细]
2023-04-09 04:38 分类:问答IIS Restart (cannot start any process and call iisreset) from the website itself
public s开发者_如何学编程tatic void RestartIIS() { string path = Environment.GetFolderPath(Environment.SpecialFolder.System) + @\"\\iisreset.exe\";[详细]
2023-04-09 04:01 分类:问答Using Server.MapPath in MVC3
I have the code string xsltPath = System.Web.HttpContext.Current.Server.MapPath(@\"App_Data\") + \"\\\\\" + TransformFileName[详细]
2023-04-09 03:27 分类:问答Security Exception running dotless
I\'m getting a Security Exception when I attempt to access a .less file in IIS7. The exception text is:[详细]
2023-04-09 02:15 分类:问答Http requests from external and internal IP
I have web server with Internet domain name. That server has 2 IP: Internal and External. My web application receives HTTP requests from Internet (external IP). If that web app makes HTTP request to o[详细]
2023-04-09 00:47 分类:问答WCF, WAS, IIS and ports
Hi, I have worked with WCF for a while now but there is somthing Im not clear on. When hosting a WCF service in IIS the standard protocol will be http and the default port is 80. Its possible to cha[详细]
2023-04-08 12:59 分类:问答HTTP Error 500.19 - Internal Server Error in BlogEngine.NET
I\'m trying to install BlogEngine.NET in my Hosted Plan at arvixe.com I get this error when I try to navigate to the Blog :[详细]
2023-04-08 11:44 分类:问答Redirect “/” to “/web” using IIS7
I\'m hosting a site where I would like for various reasons to have http://开发者_如何学Gomydomain.com automatically redirect to http://mydomain.com/web while at the same time still allowing http://myd[详细]
2023-04-08 10:29 分类:问答IIS 7.5 and MVC 3 using Windows Authentication - Getting 401 for static content, but never get prompted for credentials
I have a MVC 3 site running on Server 2008 R2 with IIS 7.5. I am wondering why, (using fiddler), I keep开发者_StackOverflow中文版 getting 401 responses on static content followed immediately by either[详细]
2023-04-08 09:33 分类:问答Lightswitch prerequisites on ASP.NET webserver
I am trying to deploy a LightSwitch application to a hosted ASP.NET webserver in my company. The application access data stored on a SQL Server. My webserver admin is asking me if there are any specia[详细]
2023-04-08 05:37 分类:问答