Tagged Questions
The vs-devserver tag has no wiki summary.
22
votes
5answers
16k views
Visual Studio Development Server using wrong port
Related to a previous issue that I thought was resolved and actually isn't...
My Visual Studio 2008 installation may be a bit messed up, I think.
When my ASP.NET project is set up to use VS Dev ...
1
vote
1answer
415 views
Is it possible to host the clientaccesspolicy.xml file with the ASP.NET Development Server?
I have a solution with two service projects (one is hosting a unit test silverlight application and other is providing the services being tested). Because of cross-domain policy, I have to publish ...
0
votes
1answer
31 views
How to make DevServer put all assemblies in one folder?
I need to config IIS-Express (or DevServer) to put all output assembly files in one place.
Now DevServer copies each dll to its own folder like:
C:\Users\UserName\AppData\Local\Temp\Temporary ASP.NET ...
0
votes
1answer
452 views
VS Builtin web server sends images as octet-stream
I am debugging an ASP.NET website which has a lot of javascripts and images using Visual Studio 2008 development web server.
One of the many scripts try to create an <img> tag on the fly and ...