cassini Questions

54

Solved

I'm at wit's end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my ASP.NET MVC sites. Not always: at first, the projects will load nice...

8

Solved

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 run as Administrator, whic...
Schizophyceous asked 11/11, 2008 at 11:49

5

I am attempting to post data from an Android application running in the Android Emulator on my local machine to a web application running under IIS Express also running on my local machine. Unfortu...
Pratincole asked 31/5, 2011 at 19:47

4

Solved

I've recently returned to a web site project that has been on the backburner. Since recommencing work I've noticed css and javascript changes aren't being recognised by the application when it's ru...
Contractive asked 14/10, 2009 at 0:13

2

Solved

Membership.ValidateUser methods works on development server both(iis express and cassini). But on my IIS (its publishing as an application on my development machine) It always return false. Even ...
Lixiviate asked 12/2, 2013 at 8:15

4

Solved

Cassini (Visual Studio development web server) by default enables directory browsing, how can I enable directory browsing on IIS Express by default? (I don't want to have a separate configuration f...
Dinsmore asked 17/12, 2011 at 9:16

0

I have a Virtual Path Provider on a Web site. It does exactly what I want it to do with the simple exception that it hangs the server. This usually only happens if too many requests come in at the ...
Elflock asked 26/7, 2017 at 7:34

3

I am currently debugging some issue about this. We have a ASP.NET web application and I am debugging on Cassini. When I tried to use IE and send out the request to the server, some time (e.g. in a...
Fca asked 6/6, 2012 at 11:8

4

Solved

Consider an ASP.NET MVC 2 project with VS 2010. The goal is to set the 'start URL' on run/debug using VS's built-in Cassini web server. Entering the URL as I want to be loaded, in the typical &amp...
Bubble asked 30/12, 2009 at 19:50

4

Solved

When debugging my website project I usually go to start options in the web project's properties and select 'Don't open a page' and 'Use custom server' with a url that's in my host file pointing to ...
Flotilla asked 12/8, 2010 at 17:41

3

I am using an HttpModule to do some URL shortening on my site. I am using Visual Studio 2008 and IIS 7, and .Net 3.5. When the module is specified in the system.webServer element of web.config, an...
Valorous asked 8/6, 2009 at 5:41

6

Solved

Is there a way to automatically stop the ASP.NET Development Server (Cassini) whenever I do a build/rebuild in VS2008 (and then obviously have it start again when required)? Maybe there's some hidd...
Middaugh asked 20/5, 2009 at 7:58

6

Solved

I am trying to sort out a problem where some relative urls are not resolving properly in an ASP.NET website. I want to see the HTTP logs to determine which URLs are being requested from the web ser...
Ceto asked 19/1, 2011 at 2:26

3

Solved

I'm a little confused about something. I am using Visual Studio 2010 and am a little unsure whether VS 2010 uses IIS Express or Cassini when running web applications. What is the difference? Thank...
Owades asked 12/7, 2012 at 14:56

2

We have a simple Visual Studio solution containing 2 projects: A.) Simple ASP.Net website B.) RESTful web service hosted in another ASP.Net application We want to simply start the projects in...
Layton asked 19/7, 2012 at 14:30

1

Solved

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 __VIEWS...
Lilalilac asked 23/8, 2011 at 13:52

11

Currently our dev team set up all the websites they're working on in IIS on their local machine. We're thinking of switching to using the built in ASP.NET development server instead. Is this a goo...
Canakin asked 11/11, 2008 at 17:59

1

Solved

I have an ASPX webpage that does some complex operations and database calls. When I view the webpage by running ASP.NET Development Server (Cassini), it takes about 200ms. Then, without any code c...
Thigmotropism asked 18/10, 2012 at 12:2

2

Solved

When I am running my application, It opens many instance of cassini. How can i stop all or some of the cassini instances quickly. I know to kill all the processes from task manager. Can it be done...
Expulsive asked 7/12, 2011 at 9:52

3

Solved

How can automatically I stop the development web server when I stop debugging in Visual Studio?
Spectroscopy asked 26/8, 2009 at 14:3

5

Solved

I'm now developing on Visual Studio 2008 on a 64-bit OS (Windows Server 2008 64-bit). While the apps I write are 64-bit capable, as is IIS7, the built-in ASP.NET Development Server (aka Cassini ak...

1

While looking at the performance of an asp.net (webservice) application, we noticed that on IIS it is much slower (38 seconds) than on the Dev Server (18 seconds). Running the Performance profiler...
Zusman asked 6/7, 2012 at 15:49

1

Solved

I am working on an existing project in ASP.NET witch is based in a folder that contains dots http://localhost/My.Awesome.WebClient/ This setup works fine using the integrated Visual Studio Devel...
Hydropathy asked 22/2, 2012 at 9:39

5

Solved

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 to localhost and ...
Oilcloth asked 30/10, 2009 at 17:36

28

Solved

I've found that on some occasions I can edit the source while debugging. Are there any other advantages of using the Visual Studio built-in webserver instead of a virtual directory in IIS? I'm usi...
Sheen asked 19/9, 2008 at 17:13

© 2022 - 2024 — McMap. All rights reserved.