Why is IFormFile showing null, and how do I fix it?
I am using ASP.NET 5, MVC 6 in VS 2015. I am making a web application. On my form I have:
I am using ASP.NET 5, MVC 6 in VS 2015. I am making a web application. On my form I have:
In Asp.Net 5 the development is faster because it compiles on save.
But I still have to refresh the browser manually.
In my ASP.NET Core (.NET Framework) project, I’m getting above error on my following Controller Action method. What I may be missing? Or, are there any work arounds?:
In Visual Studio 2015 Preview, I see the following vNext templates in the “New Project” window:
In Visual Studio Enterprise 2015 (v14.0.25123.00 Update 2) when I go to:
I’m using Visual Studio 2015 to publish my ASP.NET Core app to IIS 7.5. All I’m trying to do is view a normal default.htm page within my wwwroot. Everything works fine when I use VS’s IIS Express, however when I publish is to IIS 7.5 and point the physical path to the wwwroot folder that Visual Studio created on publish, I get nothing but a blank screen (404). What’s weird is when I run the default app.run method from within the Configure method of startup.cs, it works perfectly:
I’m using ASP.NET 5 RC with Visual Studio 2015.
I am using Microsoft Visual Studio 2015, I built a simple website with a C# contact form.
When I compile and run on localhost it works perfectly fine. However, when I try to publish it (on smarterasp.net) I am getting an error:
I cannot found Web Site Administration Tool in visual studio 2015.
where is it?
I have a multi-project solution that I was building in Visual Studio 2013 and it was working fine but now that I have upgraded to Visual Studio 2015 I can no longer hit break points in debug mode for any project exect the main project selected as the Startup project in the Project Properties page. I used to be able to click on the other projects and just choose Debug -> Start New Instance. I am getting the error The breakpoint will not currently be hit. No symbols have been loaded for this document. I have tried a lot of things found on Google including: