Tagged Questions
2
votes
3answers
2k views
How do I use Fiddler to listen to the asp.net development server (i.e. cassini)?
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 ...
1
vote
3answers
39 views
Request handled okay when issued by browser, but not when issued by ASP.NET application on the same machine
I'm debugging two ASP.NET applications running on the same machine under different instances of Cassini and with "custom errors" off. One app is running on port 100 and wants to perform a GET request ...
1
vote
3answers
167 views
What reason would Visual Studio ASP.NET Development Server start returning HTTP 503 errors?
I've been putting together a website for a few weeks, most of the routine has just been creating new web forms with master pages. I've been using the ASP.NET Development Server to view my additions to ...
1
vote
0answers
189 views
In which circumstances are suitable for Web Application or Web Site in Visual Studio?
I have one project which has APP_CODE folder and runs with Windows Authentication.
1) I created Web Site and added the files of project but I couldn't run with windows authentication
2) Then I ...
0
votes
1answer
213 views
ASP.NET Dev Server (Cassini), IIS Express and multiple threads
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?
Does ...