I am trying to run Asp.N开发者_运维知识库et MVC applications using Cassini but when i launch my application, all I get is directory listing and not the results of my default controller/action.
I have an ASP.NET 4 HttpModule (see code below). When the url path starts with \"/1.0\" I want Cassini/IIS to go to MyService.svc. However, I don\'t want to show \"MyService.svc\" to the user (i.e. no
Due to some security concerns i need to enable View State Encryption.I have viewstate & viewstateMAC turned off but i need to encrypt the \"control state\" string that is included in the __VIEWSTA
What is the least resistance approach for enabling WCF username security in a development environment that utilizes Cassini that will allow us to configure that same solution using TransportWithMessag
I discover this WebServer to use with Visual Studio (http://cassinidev.codeplex.com/) Anyone know if this is better tha开发者_高级运维n VS WebServer?Use neither - instead use IIS express which is bui
I am developing an intranet ASP.NET web application that\'s configured to use Integrated Windows Authentication. My web app needs to check user entitlements using LDAP to get user memberships, etc.
Visual Studio 2010 Express, ASP.NET MVC3, C# with an ODBC data connection on Windows Server 2008 R2. This code runs as expected when using Visual Studio\'s built-in web server, but fails with a \"Sys
In my ASP.NET MVC 2 app, I have the following lines: Response.Cache.SetMaxAge(TimeSpan.FromDays(90)); Response.Cache.SetETag(lastWriteTime.Value.Ticks.ToString());
Is is possible to turn on gzip compression in Cassi开发者_如何学Pythonni server under VS 2008/2010?As far as I know this is not possible - Cassini does not support comprssion.
I\'ve been putting together a website for a few weeks, most of the routine has just been creating new web forms with master pages. I\'ve been using the ASP.NET Development Server to view my additions