cassini Questions
1
Solved
I'm debugging a WebProject in VS2010 that runs in the local dev server (cassini?). One of the aspx pages calls a ManualResetEvent.WaitOne() and another Page aspx page calls the ManualResetEvent.Set...
Frazer asked 28/10, 2011 at 16:11
2
Solved
Is there anyways to launch Cassini web server from a command line? The exe appears to be in this path, C:\Program Files (x86)\Common Files\microsoft shared\DevServer\10.0
I try to use the suggeste...
Vicenary asked 28/12, 2010 at 21:11
6
Solved
I have an ASP.NET website which is running currently on IIS. Now I want to move that site to run on Cassini.
What are the advantages of Cassini over IIS? What are its disadvantages?
What are your...
Strophanthin asked 1/1, 2010 at 6:23
4
Solved
I found several versions of an IIS-free Cassini webserver built by Microsoft. I'd use it but I'm unsure of which one is best, since there are many forks/builds:
the original
dmitryr's v3 (with c...
Plumbiferous asked 21/3, 2011 at 23:34
1
Solved
Visual Studio SP1 has a facility to run the Webmatrix aka "IIS Express" from Visual Studio instead of the VS development server.
What is the difference between both? [ VS development server or II...
Dicho asked 16/12, 2010 at 5:38
3
Solved
Is it possible to run classic asp on Cassini Webserver?
I have a mixed website (classic asp and dotnet)...
Spiegel asked 17/8, 2010 at 17:50
3
Solved
I am attempting to debug a (RESTful) WCF app using Fiddler. I run my project via VS IDE - which launches my app in the ASP.NET Development Server aka Cassini. I then launch Fiddler and in the Reque...
Schematism asked 21/12, 2009 at 1:55
1
Solved
I can't seem to find any information on this anywhere.
Either it's my imagination or the ASP.NET Dev Server (Cassini) cannot handle multiple threads (e.g. multiple requests). Is this correct?
Doe...
Typewriter asked 16/7, 2010 at 0:39
1
Solved
Visual Studio is asking to create virtual directories in IIS when I open a solution. Could this be because projects within the solution have been configured to use IIS rather than Cassini?
The dia...
Eating asked 22/6, 2010 at 13:16
2
Solved
I have Windows Server 2008 (64-bit), VS 2008 with its built-in webserver and an ASP.NET MVC 1.0 webapp.
All I'm trying to do is to debug said app. I have a bunch of breakpoints, but they behave in...
3
Solved
Scenario: I have an ASP.NET MVC application developed in Visual Studio 2008. There is a root folder named "Content" that stores images and stylesheets. When I run locally (using Cassini) and browse...
Reprint asked 27/4, 2009 at 21:57
2
Solved
I debug my project from console with MsBuild.exe. After i compile project i want to start and test it, but i have problem that i can not start Cassini for testing project. Can i run Cassini from co...
2
Solved
During development, I usually test ASP.Net applications using the Web Development Server (sometimes called Cassini). Occasionally, when I publish to a real IIS environment, I notice that the applic...
1
Solved
I have a C# webservice in .net 4.0. The webservice will create a file on a UNC path. If I let the Cassini web server in visual studio do the authentication it works fine. But if I change the applic...
Grapheme asked 18/3, 2010 at 10:12
2
Solved
I have a simple HTTPModule which does some custom session state management.
public void Init(HttpApplication context)
{
context.AcquireRequestState += new EventHandler(ProcessBeginRequest);
Act...
Fluoridate asked 21/1, 2010 at 20:42
3
Solved
Hi all, I seem to have found a discrepancy when testing ASP.NET applications locally on the built-in web server with Visual Studio 2008 (Cassini).
I've set up a host on my local machine associatin...
Therine asked 21/12, 2009 at 17:39
4
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 application and VS lau...
Kraska asked 30/11, 2008 at 12:42
1
I am using Cassini/WebServer.WebDev to run some automated tests of a WebService using NUnit.
I am not doing anything fancy, just
public class WebService{
Microsoft.VisualStudio.WebHost.Server _s...
2
Solved
I know that the event handler for this event is called when the application pool is recycled by IIS, but when does that happen? What about if using the built-in Visual Studio server (Cassini)? If I...
4
Solved
There is a post on IIS.net titled "Using Visual Studio 2008 with IIS 7.0", but I don't quite believe that's what people do. (Among other gems, it suggests publishing your web app after every change...
Mopey asked 27/4, 2009 at 23:10
1
Can anyone give a clear explanation of the difference between using
clientCredentialType=Windows, and
clientCredentialType=Ntlm
in a server-side Web.config when hosting a WCF service?
...
Squeak asked 17/4, 2009 at 21:15
3
I have quite a big solution here with a lot of different web applications and sites, around 10-15 of them.
When I attach VS2008 to any process (most likely Nunit.exe or something similar) I get o...
Hatchment asked 24/9, 2008 at 13:23
1
I'm running into a StackOverflowException (please don't ask, it's not my fault) in IIS6/2k3 which has a limit of 256k, but the exception doesn't happen in the VS debugger.
As a matter of understa...
Seafarer asked 20/11, 2008 at 16:7
2
Solved
We are trying to get our .NET devs to use the ASP.NET Development Server (VS2008) for web development instead of a local instance of IIS.
I received this response as a reason why some of our devs ...
Haiku asked 9/10, 2008 at 14:49
© 2022 - 2024 — McMap. All rights reserved.