Questions tagged [asp.net]

171 questions
3
votes
6 answers

Where can I find a little web server?

I have a cable internet connection and I would like to set up a small web server at home. I could use my existing computer for this but I don't like to keep it on 24/7. I don't expect it to get many visitors (mostly me when I'm abroad) but I do want…
2
votes
3 answers

CS0016: Could not write to output file 'c:\..\..\App_Web_XXXX.aspx..dll' -- 'The directory name is invalid. '

This problem is driving me nuts. CS0016: Could not write to output file 'c:\Windows\Microsoft.NET\Framework<64>\vX.X.XXXX\Temporary ASP.NET Files\root\XXXXXX\XXXXXX\App_Web_XXXX.aspx.XXXXXXXX.XXXXXXXX.dll' -- 'The directory name is invalid. ' I've…
1
vote
1 answer

I am trying to display two live video screens as one live screen "layered" "not side by side"

I have a live screen on my computer from a video camera, and a live screen on my computer from a spectrum scope, see http://www.youtube.com/watch?v=RFPojOo-hI4 for a video of this display. I want to layer the top portion of the scope screen "the…
greg
0
votes
2 answers

JsonConvert SerializeObject Slow for nested objects

I have a controller that has a controller method looking like: [Route("GetDashboard")] [HttpPost("GetDashboard")] public async Task PostDashboard([FromBody]Period period) { Debug.WriteLine("PostDasboard in"); …
Andre'
  • 1
0
votes
0 answers

difference between asp net core and asp net framework

What is the difference between ASP.NET Core Web (.NET Core) vs ASP.NET Core Web (.NET Framework)? I don't see clearly the main difference between the two project types, actually which sense have the last one? .NET Core and .NET Framework?
yazan
  • 387