cassini
ASP.NET web application working incorrectly in IIS 7 (Windows Server 2008)
I have an ASP.NET we开发者_如何学编程b application that is not working correctly once deployed to IIS 7 on a Windows server 2008 box.The particular page is using an update panel and hides/shows drop d[详细]
2022-12-12 03:29 分类:问答Is there a way to read from Response Headers without getting a PlatformNotSupportedException?
I am working on an Filter Attribute for ASP.Net MVC that will return a 304 response when the content has not been modified. It would be handy to be able to read the Last-Modified header value set in t[详细]
2022-12-11 21:59 分类:问答Using Elmah with Cassini
Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easi开发者_Go百科ly on IIS, but using same configuration, it doesn\'t work with Cassini. When[详细]
2022-12-11 09:06 分类:问答Cassini with Windows 7 XP Mode
Is there a way to access the Cassini local web server from Wi开发者_运维技巧ndows 7\'s XP mode?[详细]
2022-12-10 21:01 分类:问答Exception when VS 2010 ASP.NET Development Server Serves Static Files
I\'m building an ASP.NET MVC 2 site with Visual Studio 2010 Beta 2. Out of nowhere none of my images or css started showing up.If I navigate directly to the resources in the browser I see this except[详细]
2022-12-10 03:23 分类:问答Outside connections to asp.net development webserver
Is开发者_JS百科 there any way to access my asp.net dev server (launched from visual studio) from an outside connection?It seems to be filtered to only allow localhostNo, cassini can only be accessed f[详细]
2022-12-10 01:25 分类:问答Why is performance is slow when 2010 Cassini serves static files?
When running a site in debug mode on 2010 I get incredible slow performance when cassini serves static files.According to Firebug it takes about 1 seconds for each request to resolve on 20 2kb images.[详细]
2022-12-09 22:04 分类:问答Visual Studio debugging is not attaching to WebDev.WebServer.EXE
I have a solution with many projects. On Debug, I have three web projects that I want to start up on their own Cassini ASP.NET web development servers. In the solution properties → Common Properties[详细]
2022-12-08 18:06 分类:问答