cassini
Running MVC application under Cassini
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.[详细]
2023-04-11 03:08 分类:问答Why RewritePath changes the Browser Url?
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[详细]
2023-04-09 19:01 分类:问答viewStateEncryptionMode="Always" not encrypting
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[详细]
2023-03-29 21:59 分类:问答WCF - using UserName security during development
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[详细]
2023-03-29 17:47 分类:问答Is there a good reason to use CassiniDev instead of VS WebServer?
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[详细]
2023-03-29 17:27 分类:问答Why do my LDAP calls occasionally fail with these messages?
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.[详细]
2023-03-27 01:23 分类:问答"System.FormatException: Input string was not in a correct format" thrown when filling a dataset through IIS 7 but no error in Cassini?
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[详细]
2023-03-26 03:16 分类:问答Why do my ETag headers work under IIS but not under the VS2010 web server?
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());[详细]
2023-03-23 15:30 分类:问答Gzip compression in Cassini in Visual Studio 2008/2010
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.[详细]
2023-03-20 04:19 分类:问答What reason would Visual Studio ASP.NET Development Server start returning HTTP 503 errors?
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[详细]
2023-03-18 04:30 分类:问答