Click here to Skip to main content
15,881,600 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionReference non-core dll from core app Pin
Richard Jones24-Mar-20 6:29
Richard Jones24-Mar-20 6:29 
AnswerRe: Reference non-core dll from core app Pin
Afzaal Ahmad Zeeshan24-Mar-20 10:57
professionalAfzaal Ahmad Zeeshan24-Mar-20 10:57 
AnswerRe: Reference non-core dll from core app Pin
jkirkerx25-Mar-20 8:59
professionaljkirkerx25-Mar-20 8:59 
QuestionDisplay image and text Pin
Otekpo Emmanuel19-Mar-20 12:18
Otekpo Emmanuel19-Mar-20 12:18 
AnswerSolved: Display image and text Pin
Otekpo Emmanuel20-Mar-20 8:14
Otekpo Emmanuel20-Mar-20 8:14 
Questionhow hide menu link when submenu are hidden in .net core Pin
Member 1477503716-Mar-20 22:48
Member 1477503716-Mar-20 22:48 
AnswerRe: how hide menu link when submenu are hidden in .net core Pin
Member 1478358326-Mar-20 2:30
Member 1478358326-Mar-20 2:30 
QuestionHTTP Error 500.19 - Internal Server Error because of changing the URL Pin
simpledeveloper5-Mar-20 8:26
simpledeveloper5-Mar-20 8:26 
I have an ASP.Net application which is working working fine if I have set up the Project URL as: http://localhost:58799/, but I want the project URL to be http://localhost:58799/IMS, it started throwing me error as in the below, how can I fix it? Any help please.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information:
Module	   IIS Web Core
Notification	   BeginRequest
Handler	   Not yet determined
Error Code	   0x800700b7
Config Error	   Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'Windows Login Handler'
Config File	   \\?\C:\GitSrsCodes\IMS\IMS.Web\web.config
Requested URL	   http://localhost:58799/IMS/
Physical Path	   C:\GitSrsCodes\IMS\IMS.Web\
Logon Method	   Not yet determined
Logon User	   Not yet determined
Request Tracing Directory	   C:\Users\aaleem\Documents\IISExpress\TraceLogFiles\IMS.WEB

Config Source:
   72:       <!--register windows login managed handler.-->
   73:       <add name="Windows Login Handler" path="Login" verb="POST" type="IMS.Web.WindowsLoginHandler" preCondition="integratedMode" />
   74:       <!--these handlers resolve .woff not showing problem-->

More Information:
This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
If you see the text "There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined", this error is because you are running a .NET Framework 3.5-based application in .NET Framework 4. If you are running WebMatrix, to resolve this problem, go to the Settings node to set the .NET Framework version to ".NET 2". You can also remove the extra sections from the web.config file.

AnswerRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
Richard Deeming5-Mar-20 9:42
mveRichard Deeming5-Mar-20 9:42 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
simpledeveloper9-Mar-20 6:41
simpledeveloper9-Mar-20 6:41 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
Richard Deeming9-Mar-20 8:37
mveRichard Deeming9-Mar-20 8:37 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
simpledeveloper11-Mar-20 12:18
simpledeveloper11-Mar-20 12:18 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
Richard Deeming12-Mar-20 0:55
mveRichard Deeming12-Mar-20 0:55 
GeneralRe: HTTP Error 500.19 - Internal Server Error because of changing the URL Pin
simpledeveloper12-Mar-20 13:06
simpledeveloper12-Mar-20 13:06 
QuestionCan You Really Use ASP.NET Core 3.1 to Build Production Web Pages/Apps? Pin
C Grant Anderson3-Mar-20 4:16
professionalC Grant Anderson3-Mar-20 4:16 
AnswerRe: Can You Really Use ASP.NET Core 3.1 to Build Production Web Pages/Apps? Pin
Richard Deeming3-Mar-20 4:59
mveRichard Deeming3-Mar-20 4:59 
AnswerRe: Can You Really Use ASP.NET Core 3.1 to Build Production Web Pages/Apps? Pin
jkirkerx4-Mar-20 7:59
professionaljkirkerx4-Mar-20 7:59 
AnswerRe: Can You Really Use ASP.NET Core 3.1 to Build Production Web Pages/Apps? Pin
Bohdan Stupak18-Mar-20 5:57
professionalBohdan Stupak18-Mar-20 5:57 
QuestionApplication for creating vector objects Pin
MitchCZ2-Mar-20 2:45
MitchCZ2-Mar-20 2:45 
AnswerRe: Application for creating vector objects Pin
Pete O'Hanlon2-Mar-20 2:59
mvePete O'Hanlon2-Mar-20 2:59 
GeneralRe: Application for creating vector objects Pin
MitchCZ2-Mar-20 3:31
MitchCZ2-Mar-20 3:31 
GeneralRe: Application for creating vector objects Pin
Pete O'Hanlon2-Mar-20 4:20
mvePete O'Hanlon2-Mar-20 4:20 
QuestionSome GridView controls are running empty rows. Any ideas to fix Pin
samflex25-Feb-20 7:57
samflex25-Feb-20 7:57 
SuggestionRe: Some GridView controls are running empty rows. Any ideas to fix Pin
Richard MacCutchan25-Feb-20 8:51
mveRichard MacCutchan25-Feb-20 8:51 
GeneralRe: Some GridView controls are running empty rows. Any ideas to fix Pin
samflex25-Feb-20 9:03
samflex25-Feb-20 9:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.