Most voted "iis-web-deploy" questions
5 questions
Sort by count of
-
2
votes1
answer1150
viewsC# MVC - Error after Publish on VS015. 404 Not Found
I did a "Publish" by VS2015 of the Web MVC type, but in the "Publish Method" I put "File System". The problem is that I published it on IIS and run the views, but when I click on the buttons it…
-
1
votes1
answer106
viewsHow to make Web Publish from nested applications to IIS?
I am developing a project consisting of a portal and an administration interface. In Visual Studio I have two ASP.NET projects, where one is the Portal and the other is the administration interface.…
-
1
votes1
answer420
viewsProblems running/publishing WEP API on IIS10!
I want to publish my ASP.NET Web API via filesystem, but I’m having an Assembly error while running the site on IIS10. For the VS I can spin, but for the IIS I can’t. NOTE: I already have the DLL in…
visual-studio iis asp.net-web-api iis-express iis-web-deployasked 7 years, 4 months ago Guii Reguffe S 33 -
0
votes0
answers506
viewsHow to set up IIS on the Windows Authentication server (via Active Directory) of an Aspnet Core C#?
Sirs, I have an application very similar to the visual studio 2019 ready template. There, through the 'Users.Identity.Name', I obtain the AD data of the authenticated user as below: public…
iis asp.net-identity deploy asp-net-core iis-web-deployasked 5 years, 5 months ago Arthur Gresele 1 -
-4
votes2
answers546
viewsPublish my system to IIS and it is not loading multiple files
I published my system on IIS (locally) and when I access it, it does not load a range of required application files. I believe I published it correctly, but I’m not getting around to solving this…