Tagged Questions
0
votes
0answers
27 views
Why does “batch=false” in Web.config improve build time with Casini and worsen it with IIS?
Trying to improve development build time on a 120-project Visual Studio 2012 solution that's been clocking in at 3 minutes plus, the most dramatic change I've found yet comes when I switch between ...
0
votes
1answer
110 views
xap loading error on asp.net development server
Recently I started to get a strange error,
While loading xap file it stops! In %95 in %4 very random .
There is an error in browser's developer console
Uncaught Error: Unhandled Error in ...
1
vote
2answers
540 views
asp.net website (development) takes very long to load first time (C# / Visual Studio 2012)
I know this has been asked quite some time regarding production websites. However, I would like to know if there is anything that could possibly be done to speed up the initial load time of a ...
23
votes
7answers
14k views
Visual Studio Debugging/Loading Very Slow
I'm at wits end. Visual Studio is typically painfully slow to debug or just plain load ("start without debugging") my MVC sites. Not always: at first, the projects will load nice and fast, but once ...
2
votes
3answers
1k views
IIS Express or Cassini
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?
...
0
votes
2answers
632 views
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 ...
1
vote
2answers
2k views
How to enable Directory browsing by default on IIS Express
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 for ...
5
votes
1answer
1k views
Android Emulator loopback to IIS Express does not work, but does work with Cassini
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. ...
0
votes
2answers
945 views
Authentication mode=“Forms” causing redirect in WCF service
I have a WCF end point inside my .NET 4.0 Web Application project. Using the VS2010 WCF Test Client, I can connect to the service correctly. However when I go to use the service I get a generic error ...
8
votes
1answer
2k views
what is difference between visual studio development server and IIS express server aka Webmatrix
some days before i found that Visual studio sp1 have a facility to run the Webmatrix aka IIS express from visual studio instead of vs development server.
so i want to know what is difference between ...
0
votes
1answer
492 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 ...