1
vote
3answers
36 views
ASP.NET web application working incorrectly in IIS 7 (Windows Server 2008)
I have an ASP.NET web 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 d …
0
votes
1answer
23 views
Is there a way to read from Response Headers without getting a PlatformNotSupportedException?
Hello,
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-Mod …
0
votes
1answer
25 views
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 easily on IIS, but using same configuration, it doesn't work with Cassini …
0
votes
1answer
25 views
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 res …
0
votes
4answers
391 views
Alternative to HttpListener?
Hello,
I'm developing an application that is so far using HttpListener to provide a small standalone http server. However, I've recently discovered that HttpListener needs to be r …
1
vote
1answer
39 views
Cassini with Windows 7 XP Mode
Is there a way to access the Cassini local web server from Windows 7's XP mode?
I'm developing on the Windows 7 host machine using Cassini, but would like to test in IE6 running i …
0
votes
1answer
61 views
MVC App Works in Visual Studio, but not IIS7
Working on a an ASP.NET MVC Project, and I'm having some difficulties deploying to a shared dev server.
Locally, when debugging using the local Visual Studio 2008 server, everythi …
0
votes
1answer
19 views
Exception when VS 2010 Cassini 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 br …
0
votes
2answers
78 views
How can a page in IE render differently between Cassini and IIS7?
I am completely confused - I have a website that renders perfectly in IE8 when run through Cassini (in Visual Studio) but has several messed up elements (style/look) when deployed …
1
vote
1answer
31 views
Outside connections to asp.net development webserver
Is 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 localhost
3
votes
5answers
334 views
Why does Visual Studio launch multiple WebDevs when I debug?
I have a Visual Studio 2008 solution with several projects in it - some of which are web applications / sites.
Whenever I go "Debug > Start new instance" for a specific web appli …
0
votes
1answer
186 views
page is not served because it has been explicitly forbidden - extension .asp may be incorrect
I'm trying to run a test version of a web using the File System (i.e. the "Cassini" web server built-in to Visual Studio 2005) rather than HTTP://localhost (IIS 5.1 on my Win XP de …
0
votes
2answers
50 views
Development web server fires Application_Error on 404, why doesn’t IIS7?
I'm using Application_Error to catch some legacy URLs and URL shortcuts. In Global.vb I have this code:
Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
…
0
votes
0answers
58 views
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 - …
3
votes
1answer
117 views
stop development server when i stop debugging
how can i stop (automatically) development server when i stop debugging in visual studio?
