Questions tagged [cassini]

The Cassini Web Server is an open-source lightweight web server distributed with ASP.NET as an example of an ASP.NET web server written in C#.

The Cassini Web Server is an open-source lightweight web server distributed with ASP.NET as an example of an ASP.NET web server written in C#.

Cassini is used in various ASP.NET projects such as ScrewTurn Wiki.

229 questions
0
votes
2 answers

LINQ-to-SQL Locks SQL Server during query?

Having a weird problem. I'm testing an ASP.NET application I wrote that queries SQL server via AJAX. The application is using LINQ-to-SQL to load data from approx 8 or so tables in a join, and every once in a while, the call to SQL server locks up…
Sam Schutte
  • 6,666
  • 6
  • 44
  • 54
0
votes
1 answer

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 exception message: Specified argument was out of…
John Farrell
  • 24,673
  • 10
  • 77
  • 110
0
votes
1 answer

An unhandled exception occurred in webdev.webserver.exe

It happens when I'm trying to open a certain page using it. (Page contains some CSS and JS, nothing really special). Any ideas how to fix this?
user626528
  • 13,999
  • 30
  • 78
  • 146
0
votes
1 answer

jQuery position works on Localhost Cassini, jsFiddle, but always return 0 when IIS or IIS express

I have a table which each row contain a time. The table should show the closest time of the day on top. For example, if the current time is 12:03 the first row on the table should be 12:00. Basically the table auto scroll depending on the time of…
jviriza
  • 111
  • 1
  • 1
  • 4
0
votes
1 answer

Share data between Windows Service and Cassini-dev running in the same process

I have a Windows Service written in C#. I have recently added CassiniDev to it to allow remote web administration and monitoring of the service. The integration went really well except for my inability to interact with data layer of my Windows…
wpfwannabe
  • 14,587
  • 16
  • 78
  • 129
0
votes
3 answers

Url rewriting works on IIS but doesn't in localhost

I use url rewriting for my web site. I did settings on IIS and it works on server. But it doesn't work on localhost. It is normal because there is no page with rewrited url in my project files. How can I solve this problem? I use cassini server when…
cagin
  • 5,772
  • 14
  • 74
  • 130
0
votes
3 answers

Remote debugging web service hosted by Cassini

Is there any way to remote debug a web service on my local machine that is being hosted by Cassini? ie On my local machine I can browse to http:// localhost:1234/webservice, but I cannot go to another machine and access http://…
Jon
0
votes
0 answers

How to set the Content-Length header and it work in Cassini?

I'm working on a slightly low-level ASP.Net project. One of the things I need to support is properly handling HEAD requests. For the uninitiated, a HEAD request is basically just HTTP headers with no content. Part of this includes a correct…
Earlz
  • 62,085
  • 98
  • 303
  • 499
0
votes
2 answers

SiteCore Xpress and Cassini

Has anyone successfully set up SiteCore Express with Cassini? Thanks.
Herman
  • 3,004
  • 5
  • 37
  • 49
0
votes
4 answers

Selenium RC against a Cassini webserver

I'm trying to run Selenium RC against my ASP.NET code running on a Cassini webserver. The web application works when i browse it directly but when running through Selenium I get HTTP ERROR: 403 Forbidden for Proxy Running Selenium i interactive…
HAXEN
  • 388
  • 1
  • 2
  • 13
0
votes
2 answers

UltiDev Cassini and web.config settings

MS Cassini Development Web Server is a nice product that executes web requests in a similar way that IIS7 does. Every request (event for static content) goes through the same .Net pipeline without exception. All custom HttpModule can handle any…
Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404
0
votes
1 answer

Cassini service keeps crashing

I'm running XP home which doesn't support IIS. Therefore i'm running Cassini. It usually works well. How ever i've notice in the last 2 weeks it crashes. I'm guessing there is some conflict. Perhaps something i've installed recently tho i can't…
frosty
  • 5,330
  • 18
  • 85
  • 122
0
votes
0 answers

How to get Cassini (and others) to always call Application_BeginRequest when requesting a URL?

I have a web application which uses a custom framework. It relies on getting an Application_BeginRequest to parse a URL and serve a proper page by Response.Output. Note it's a bit of an experiment and clearly not ASP.Net-MVC. It also does not use…
Earlz
  • 62,085
  • 98
  • 303
  • 499
0
votes
2 answers

How can I get Cassini web hosting framework to work without adding it to GAC?

I am trying to use Cassini (from http://www.asp.net/Downloads/archived/cassini/) to host my old style asp.net web service in-process, ideally in a WCF style. However, when I run it, I get an exception that the Cassini.dll could not be found. The…
Grzenio
  • 35,875
  • 47
  • 158
  • 240
0
votes
2 answers

Accessing remote web service from IIS Express results in 403 forbidden

When I attempt to connect to an intranet web service from a web application running on IIS Express that web service returns a 403 Forbidden. The service works correctly when I access via unit tests or from the same site running on Cassini or on…
ahsteele
  • 26,243
  • 28
  • 134
  • 248
1 2 3
15
16