Visual studio 2017 “Unable to connect to web server 'IIS Express'”












10















If I attempt to launch my .net core app I get this message. I realize there are many posts out there claiming to fix this but I have tried every method they suggest and none are working.



If I go into the project properties under debug and change the port, then it will connect 1 time. Then if I attempt to connect again, it will give me the same error again. I can then switch the port back to the original and it will load one time, then it will fail any time beyond that, until I switch it again. Anyone have any ideas or fixes they used?



Thanks!










share|improve this question























  • A friend suggested not using IISexpress which has circumvented the problem.

    – DevDevDev
    Nov 2 '17 at 14:03






  • 1





    Restarting VS 2017 and deleting the hidden folder .vs in the root folder solved this for me.

    – hatsrumandcode
    Nov 8 '17 at 15:11











  • People usually have no idea what are the settings, so they have no easy way to tell what's up. Try to use Jexus Manager to see what's up and then the solution can be clear, jexusmanager.com/en/latest/tutorials/vs-diagnostics.html

    – Lex Li
    Nov 11 '17 at 3:33
















10















If I attempt to launch my .net core app I get this message. I realize there are many posts out there claiming to fix this but I have tried every method they suggest and none are working.



If I go into the project properties under debug and change the port, then it will connect 1 time. Then if I attempt to connect again, it will give me the same error again. I can then switch the port back to the original and it will load one time, then it will fail any time beyond that, until I switch it again. Anyone have any ideas or fixes they used?



Thanks!










share|improve this question























  • A friend suggested not using IISexpress which has circumvented the problem.

    – DevDevDev
    Nov 2 '17 at 14:03






  • 1





    Restarting VS 2017 and deleting the hidden folder .vs in the root folder solved this for me.

    – hatsrumandcode
    Nov 8 '17 at 15:11











  • People usually have no idea what are the settings, so they have no easy way to tell what's up. Try to use Jexus Manager to see what's up and then the solution can be clear, jexusmanager.com/en/latest/tutorials/vs-diagnostics.html

    – Lex Li
    Nov 11 '17 at 3:33














10












10








10








If I attempt to launch my .net core app I get this message. I realize there are many posts out there claiming to fix this but I have tried every method they suggest and none are working.



If I go into the project properties under debug and change the port, then it will connect 1 time. Then if I attempt to connect again, it will give me the same error again. I can then switch the port back to the original and it will load one time, then it will fail any time beyond that, until I switch it again. Anyone have any ideas or fixes they used?



Thanks!










share|improve this question














If I attempt to launch my .net core app I get this message. I realize there are many posts out there claiming to fix this but I have tried every method they suggest and none are working.



If I go into the project properties under debug and change the port, then it will connect 1 time. Then if I attempt to connect again, it will give me the same error again. I can then switch the port back to the original and it will load one time, then it will fail any time beyond that, until I switch it again. Anyone have any ideas or fixes they used?



Thanks!







visual-studio iis-express






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 2 '17 at 12:29









DevDevDevDevDevDev

107213




107213













  • A friend suggested not using IISexpress which has circumvented the problem.

    – DevDevDev
    Nov 2 '17 at 14:03






  • 1





    Restarting VS 2017 and deleting the hidden folder .vs in the root folder solved this for me.

    – hatsrumandcode
    Nov 8 '17 at 15:11











  • People usually have no idea what are the settings, so they have no easy way to tell what's up. Try to use Jexus Manager to see what's up and then the solution can be clear, jexusmanager.com/en/latest/tutorials/vs-diagnostics.html

    – Lex Li
    Nov 11 '17 at 3:33



















  • A friend suggested not using IISexpress which has circumvented the problem.

    – DevDevDev
    Nov 2 '17 at 14:03






  • 1





    Restarting VS 2017 and deleting the hidden folder .vs in the root folder solved this for me.

    – hatsrumandcode
    Nov 8 '17 at 15:11











  • People usually have no idea what are the settings, so they have no easy way to tell what's up. Try to use Jexus Manager to see what's up and then the solution can be clear, jexusmanager.com/en/latest/tutorials/vs-diagnostics.html

    – Lex Li
    Nov 11 '17 at 3:33

















A friend suggested not using IISexpress which has circumvented the problem.

– DevDevDev
Nov 2 '17 at 14:03





A friend suggested not using IISexpress which has circumvented the problem.

– DevDevDev
Nov 2 '17 at 14:03




1




1





Restarting VS 2017 and deleting the hidden folder .vs in the root folder solved this for me.

– hatsrumandcode
Nov 8 '17 at 15:11





Restarting VS 2017 and deleting the hidden folder .vs in the root folder solved this for me.

– hatsrumandcode
Nov 8 '17 at 15:11













People usually have no idea what are the settings, so they have no easy way to tell what's up. Try to use Jexus Manager to see what's up and then the solution can be clear, jexusmanager.com/en/latest/tutorials/vs-diagnostics.html

– Lex Li
Nov 11 '17 at 3:33





People usually have no idea what are the settings, so they have no easy way to tell what's up. Try to use Jexus Manager to see what's up and then the solution can be clear, jexusmanager.com/en/latest/tutorials/vs-diagnostics.html

– Lex Li
Nov 11 '17 at 3:33












9 Answers
9






active

oldest

votes


















8














I installed core 2.0 and updated VS 2017 to 15.4.3 today, had the same error.



I ended up changing the application to run on a different port, it worked for me.



I have tried to delete the vs folder but did not work.



Hope it helps.






share|improve this answer
























  • Something for me. All ok after change the port on project settings.

    – GCoe
    May 14 '18 at 19:32











  • Sometimes you need to change the port directly in applicationhost.config file

    – Afshin Teymoori
    Sep 14 '18 at 6:20



















7














I had this problem. There is a hidden folder in directory of project that name is '.vs'. Close the Visual Studio and delete this folder. The problem will solve.






share|improve this answer
























  • No this didn't work for me

    – leen3o
    Sep 17 '18 at 10:54











  • Thanks! This is the only option that works for me.

    – Mika16
    Feb 11 at 18:07



















2














In a solution if you have multiple projects using ASP.NET Core in Visual Studio 2017 and you are trying to use the same port number you will get this error. You must have unique port assignment in your solution.



Go here in your project: Properties/launchSettings.json open this file and edit the port numbers here. Note: This is where you change the SSL port (two places).



Reason: VS/IIS Express maintains bindings to all the ASP.NET Core projects in your solution that use IIS Express as the server. For example if you use Kestrel or some other server you will not have this problem. VS creates a new port for each app when it is created in the solution to ensure you do not have port conflicts.



If you are trying to use Azure AD registered applications reply ports and trying to "reuse" your app registration, you might think to simply change the "app's" port so that you don't have to register it in Azure; this will not work. If you are just testing apps and want to reuse a registration then you must make sure that the app you are currently working on is the ONLY one on the port - manually. If you need to test two or more apps then you must register them in Azure AD individually as you would in production.






share|improve this answer































    2














    I know there is already an accepted answer to this question, but none of the solutions worked for me and my solution may help someone. I am using VS2017 with an ASP.NET Core 2.0 Razor Pages project.



    The error just started appearing for no obvious reason, and I tried the solutions posted here.



    I ran the web app from the command line using the dotnet run command to see if that would bring up any meaningful errors, and there was a warning about the URL not being correctly bound. I looked in my projects PropertieslaunchSettings.json file and noticed that the applicationUrl properties were different.



    enter image description here




    1. Change the values for applicationURL so they are the same

    2. Close the project and close VS

    3. Delete the hidden .vs folder (as mentioned in the accepted answer)

    4. Start up VS as Admin


    Your app should work fine.






    share|improve this answer































      0















      • If you're hard-coding a specific IP address (not localhost), check that it hasn't changed.






      share|improve this answer































        0














        It could also just be that there are iisexpress.exe processes hanging around in task manager which were running on the same port.



        I've just found a couple and killing them solved this problem for me without needing to delete any .vs folder or changing ports or anything like that.






        share|improve this answer































          0














          I have solved this issue by
          adding exclusion to file devenv.exe in windows defender (anti virus, Win10)



          how to know this is the issue;
          when you load project defender will notify in notification unauthorized changes blocked. if this is the issue just add the exception as above mentioned.






          share|improve this answer































            0














            Tried all. didn't work above.
            changing host in applicationhost.config fixed.



            change localhost to 127.0.0.1



            <binding protocol="http" bindingInformation="*:50740:127.0.0.1" />
            <binding protocol="https" bindingInformation="*:44381:127.0.0.1" />





            share|improve this answer































              0














              Changin https -> http in my applicationUrl solved this issue in my case.






              share|improve this answer

























                Your Answer






                StackExchange.ifUsing("editor", function () {
                StackExchange.using("externalEditor", function () {
                StackExchange.using("snippets", function () {
                StackExchange.snippets.init();
                });
                });
                }, "code-snippets");

                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "1"
                };
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function() {
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled) {
                StackExchange.using("snippets", function() {
                createEditor();
                });
                }
                else {
                createEditor();
                }
                });

                function createEditor() {
                StackExchange.prepareEditor({
                heartbeatType: 'answer',
                autoActivateHeartbeat: false,
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                draft saved

                draft discarded


















                StackExchange.ready(
                function () {
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f47075358%2fvisual-studio-2017-unable-to-connect-to-web-server-iis-express%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                9 Answers
                9






                active

                oldest

                votes








                9 Answers
                9






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                8














                I installed core 2.0 and updated VS 2017 to 15.4.3 today, had the same error.



                I ended up changing the application to run on a different port, it worked for me.



                I have tried to delete the vs folder but did not work.



                Hope it helps.






                share|improve this answer
























                • Something for me. All ok after change the port on project settings.

                  – GCoe
                  May 14 '18 at 19:32











                • Sometimes you need to change the port directly in applicationhost.config file

                  – Afshin Teymoori
                  Sep 14 '18 at 6:20
















                8














                I installed core 2.0 and updated VS 2017 to 15.4.3 today, had the same error.



                I ended up changing the application to run on a different port, it worked for me.



                I have tried to delete the vs folder but did not work.



                Hope it helps.






                share|improve this answer
























                • Something for me. All ok after change the port on project settings.

                  – GCoe
                  May 14 '18 at 19:32











                • Sometimes you need to change the port directly in applicationhost.config file

                  – Afshin Teymoori
                  Sep 14 '18 at 6:20














                8












                8








                8







                I installed core 2.0 and updated VS 2017 to 15.4.3 today, had the same error.



                I ended up changing the application to run on a different port, it worked for me.



                I have tried to delete the vs folder but did not work.



                Hope it helps.






                share|improve this answer













                I installed core 2.0 and updated VS 2017 to 15.4.3 today, had the same error.



                I ended up changing the application to run on a different port, it worked for me.



                I have tried to delete the vs folder but did not work.



                Hope it helps.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 13 '17 at 4:51









                Tofuninja173Tofuninja173

                1415




                1415













                • Something for me. All ok after change the port on project settings.

                  – GCoe
                  May 14 '18 at 19:32











                • Sometimes you need to change the port directly in applicationhost.config file

                  – Afshin Teymoori
                  Sep 14 '18 at 6:20



















                • Something for me. All ok after change the port on project settings.

                  – GCoe
                  May 14 '18 at 19:32











                • Sometimes you need to change the port directly in applicationhost.config file

                  – Afshin Teymoori
                  Sep 14 '18 at 6:20

















                Something for me. All ok after change the port on project settings.

                – GCoe
                May 14 '18 at 19:32





                Something for me. All ok after change the port on project settings.

                – GCoe
                May 14 '18 at 19:32













                Sometimes you need to change the port directly in applicationhost.config file

                – Afshin Teymoori
                Sep 14 '18 at 6:20





                Sometimes you need to change the port directly in applicationhost.config file

                – Afshin Teymoori
                Sep 14 '18 at 6:20













                7














                I had this problem. There is a hidden folder in directory of project that name is '.vs'. Close the Visual Studio and delete this folder. The problem will solve.






                share|improve this answer
























                • No this didn't work for me

                  – leen3o
                  Sep 17 '18 at 10:54











                • Thanks! This is the only option that works for me.

                  – Mika16
                  Feb 11 at 18:07
















                7














                I had this problem. There is a hidden folder in directory of project that name is '.vs'. Close the Visual Studio and delete this folder. The problem will solve.






                share|improve this answer
























                • No this didn't work for me

                  – leen3o
                  Sep 17 '18 at 10:54











                • Thanks! This is the only option that works for me.

                  – Mika16
                  Feb 11 at 18:07














                7












                7








                7







                I had this problem. There is a hidden folder in directory of project that name is '.vs'. Close the Visual Studio and delete this folder. The problem will solve.






                share|improve this answer













                I had this problem. There is a hidden folder in directory of project that name is '.vs'. Close the Visual Studio and delete this folder. The problem will solve.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 13 '18 at 19:08









                M. TaherianM. Taherian

                8317




                8317













                • No this didn't work for me

                  – leen3o
                  Sep 17 '18 at 10:54











                • Thanks! This is the only option that works for me.

                  – Mika16
                  Feb 11 at 18:07



















                • No this didn't work for me

                  – leen3o
                  Sep 17 '18 at 10:54











                • Thanks! This is the only option that works for me.

                  – Mika16
                  Feb 11 at 18:07

















                No this didn't work for me

                – leen3o
                Sep 17 '18 at 10:54





                No this didn't work for me

                – leen3o
                Sep 17 '18 at 10:54













                Thanks! This is the only option that works for me.

                – Mika16
                Feb 11 at 18:07





                Thanks! This is the only option that works for me.

                – Mika16
                Feb 11 at 18:07











                2














                In a solution if you have multiple projects using ASP.NET Core in Visual Studio 2017 and you are trying to use the same port number you will get this error. You must have unique port assignment in your solution.



                Go here in your project: Properties/launchSettings.json open this file and edit the port numbers here. Note: This is where you change the SSL port (two places).



                Reason: VS/IIS Express maintains bindings to all the ASP.NET Core projects in your solution that use IIS Express as the server. For example if you use Kestrel or some other server you will not have this problem. VS creates a new port for each app when it is created in the solution to ensure you do not have port conflicts.



                If you are trying to use Azure AD registered applications reply ports and trying to "reuse" your app registration, you might think to simply change the "app's" port so that you don't have to register it in Azure; this will not work. If you are just testing apps and want to reuse a registration then you must make sure that the app you are currently working on is the ONLY one on the port - manually. If you need to test two or more apps then you must register them in Azure AD individually as you would in production.






                share|improve this answer




























                  2














                  In a solution if you have multiple projects using ASP.NET Core in Visual Studio 2017 and you are trying to use the same port number you will get this error. You must have unique port assignment in your solution.



                  Go here in your project: Properties/launchSettings.json open this file and edit the port numbers here. Note: This is where you change the SSL port (two places).



                  Reason: VS/IIS Express maintains bindings to all the ASP.NET Core projects in your solution that use IIS Express as the server. For example if you use Kestrel or some other server you will not have this problem. VS creates a new port for each app when it is created in the solution to ensure you do not have port conflicts.



                  If you are trying to use Azure AD registered applications reply ports and trying to "reuse" your app registration, you might think to simply change the "app's" port so that you don't have to register it in Azure; this will not work. If you are just testing apps and want to reuse a registration then you must make sure that the app you are currently working on is the ONLY one on the port - manually. If you need to test two or more apps then you must register them in Azure AD individually as you would in production.






                  share|improve this answer


























                    2












                    2








                    2







                    In a solution if you have multiple projects using ASP.NET Core in Visual Studio 2017 and you are trying to use the same port number you will get this error. You must have unique port assignment in your solution.



                    Go here in your project: Properties/launchSettings.json open this file and edit the port numbers here. Note: This is where you change the SSL port (two places).



                    Reason: VS/IIS Express maintains bindings to all the ASP.NET Core projects in your solution that use IIS Express as the server. For example if you use Kestrel or some other server you will not have this problem. VS creates a new port for each app when it is created in the solution to ensure you do not have port conflicts.



                    If you are trying to use Azure AD registered applications reply ports and trying to "reuse" your app registration, you might think to simply change the "app's" port so that you don't have to register it in Azure; this will not work. If you are just testing apps and want to reuse a registration then you must make sure that the app you are currently working on is the ONLY one on the port - manually. If you need to test two or more apps then you must register them in Azure AD individually as you would in production.






                    share|improve this answer













                    In a solution if you have multiple projects using ASP.NET Core in Visual Studio 2017 and you are trying to use the same port number you will get this error. You must have unique port assignment in your solution.



                    Go here in your project: Properties/launchSettings.json open this file and edit the port numbers here. Note: This is where you change the SSL port (two places).



                    Reason: VS/IIS Express maintains bindings to all the ASP.NET Core projects in your solution that use IIS Express as the server. For example if you use Kestrel or some other server you will not have this problem. VS creates a new port for each app when it is created in the solution to ensure you do not have port conflicts.



                    If you are trying to use Azure AD registered applications reply ports and trying to "reuse" your app registration, you might think to simply change the "app's" port so that you don't have to register it in Azure; this will not work. If you are just testing apps and want to reuse a registration then you must make sure that the app you are currently working on is the ONLY one on the port - manually. If you need to test two or more apps then you must register them in Azure AD individually as you would in production.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 17 '17 at 18:34









                    Larry AultmanLarry Aultman

                    16117




                    16117























                        2














                        I know there is already an accepted answer to this question, but none of the solutions worked for me and my solution may help someone. I am using VS2017 with an ASP.NET Core 2.0 Razor Pages project.



                        The error just started appearing for no obvious reason, and I tried the solutions posted here.



                        I ran the web app from the command line using the dotnet run command to see if that would bring up any meaningful errors, and there was a warning about the URL not being correctly bound. I looked in my projects PropertieslaunchSettings.json file and noticed that the applicationUrl properties were different.



                        enter image description here




                        1. Change the values for applicationURL so they are the same

                        2. Close the project and close VS

                        3. Delete the hidden .vs folder (as mentioned in the accepted answer)

                        4. Start up VS as Admin


                        Your app should work fine.






                        share|improve this answer




























                          2














                          I know there is already an accepted answer to this question, but none of the solutions worked for me and my solution may help someone. I am using VS2017 with an ASP.NET Core 2.0 Razor Pages project.



                          The error just started appearing for no obvious reason, and I tried the solutions posted here.



                          I ran the web app from the command line using the dotnet run command to see if that would bring up any meaningful errors, and there was a warning about the URL not being correctly bound. I looked in my projects PropertieslaunchSettings.json file and noticed that the applicationUrl properties were different.



                          enter image description here




                          1. Change the values for applicationURL so they are the same

                          2. Close the project and close VS

                          3. Delete the hidden .vs folder (as mentioned in the accepted answer)

                          4. Start up VS as Admin


                          Your app should work fine.






                          share|improve this answer


























                            2












                            2








                            2







                            I know there is already an accepted answer to this question, but none of the solutions worked for me and my solution may help someone. I am using VS2017 with an ASP.NET Core 2.0 Razor Pages project.



                            The error just started appearing for no obvious reason, and I tried the solutions posted here.



                            I ran the web app from the command line using the dotnet run command to see if that would bring up any meaningful errors, and there was a warning about the URL not being correctly bound. I looked in my projects PropertieslaunchSettings.json file and noticed that the applicationUrl properties were different.



                            enter image description here




                            1. Change the values for applicationURL so they are the same

                            2. Close the project and close VS

                            3. Delete the hidden .vs folder (as mentioned in the accepted answer)

                            4. Start up VS as Admin


                            Your app should work fine.






                            share|improve this answer













                            I know there is already an accepted answer to this question, but none of the solutions worked for me and my solution may help someone. I am using VS2017 with an ASP.NET Core 2.0 Razor Pages project.



                            The error just started appearing for no obvious reason, and I tried the solutions posted here.



                            I ran the web app from the command line using the dotnet run command to see if that would bring up any meaningful errors, and there was a warning about the URL not being correctly bound. I looked in my projects PropertieslaunchSettings.json file and noticed that the applicationUrl properties were different.



                            enter image description here




                            1. Change the values for applicationURL so they are the same

                            2. Close the project and close VS

                            3. Delete the hidden .vs folder (as mentioned in the accepted answer)

                            4. Start up VS as Admin


                            Your app should work fine.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Mar 27 '18 at 15:48









                            DomBurfDomBurf

                            5941830




                            5941830























                                0















                                • If you're hard-coding a specific IP address (not localhost), check that it hasn't changed.






                                share|improve this answer




























                                  0















                                  • If you're hard-coding a specific IP address (not localhost), check that it hasn't changed.






                                  share|improve this answer


























                                    0












                                    0








                                    0








                                    • If you're hard-coding a specific IP address (not localhost), check that it hasn't changed.






                                    share|improve this answer














                                    • If you're hard-coding a specific IP address (not localhost), check that it hasn't changed.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered May 22 '18 at 12:22









                                    jv_jv_

                                    47057




                                    47057























                                        0














                                        It could also just be that there are iisexpress.exe processes hanging around in task manager which were running on the same port.



                                        I've just found a couple and killing them solved this problem for me without needing to delete any .vs folder or changing ports or anything like that.






                                        share|improve this answer




























                                          0














                                          It could also just be that there are iisexpress.exe processes hanging around in task manager which were running on the same port.



                                          I've just found a couple and killing them solved this problem for me without needing to delete any .vs folder or changing ports or anything like that.






                                          share|improve this answer


























                                            0












                                            0








                                            0







                                            It could also just be that there are iisexpress.exe processes hanging around in task manager which were running on the same port.



                                            I've just found a couple and killing them solved this problem for me without needing to delete any .vs folder or changing ports or anything like that.






                                            share|improve this answer













                                            It could also just be that there are iisexpress.exe processes hanging around in task manager which were running on the same port.



                                            I've just found a couple and killing them solved this problem for me without needing to delete any .vs folder or changing ports or anything like that.







                                            share|improve this answer












                                            share|improve this answer



                                            share|improve this answer










                                            answered May 24 '18 at 11:00









                                            TurneyeTurneye

                                            16114




                                            16114























                                                0














                                                I have solved this issue by
                                                adding exclusion to file devenv.exe in windows defender (anti virus, Win10)



                                                how to know this is the issue;
                                                when you load project defender will notify in notification unauthorized changes blocked. if this is the issue just add the exception as above mentioned.






                                                share|improve this answer




























                                                  0














                                                  I have solved this issue by
                                                  adding exclusion to file devenv.exe in windows defender (anti virus, Win10)



                                                  how to know this is the issue;
                                                  when you load project defender will notify in notification unauthorized changes blocked. if this is the issue just add the exception as above mentioned.






                                                  share|improve this answer


























                                                    0












                                                    0








                                                    0







                                                    I have solved this issue by
                                                    adding exclusion to file devenv.exe in windows defender (anti virus, Win10)



                                                    how to know this is the issue;
                                                    when you load project defender will notify in notification unauthorized changes blocked. if this is the issue just add the exception as above mentioned.






                                                    share|improve this answer













                                                    I have solved this issue by
                                                    adding exclusion to file devenv.exe in windows defender (anti virus, Win10)



                                                    how to know this is the issue;
                                                    when you load project defender will notify in notification unauthorized changes blocked. if this is the issue just add the exception as above mentioned.







                                                    share|improve this answer












                                                    share|improve this answer



                                                    share|improve this answer










                                                    answered Nov 24 '18 at 16:26









                                                    adnan umaradnan umar

                                                    645




                                                    645























                                                        0














                                                        Tried all. didn't work above.
                                                        changing host in applicationhost.config fixed.



                                                        change localhost to 127.0.0.1



                                                        <binding protocol="http" bindingInformation="*:50740:127.0.0.1" />
                                                        <binding protocol="https" bindingInformation="*:44381:127.0.0.1" />





                                                        share|improve this answer




























                                                          0














                                                          Tried all. didn't work above.
                                                          changing host in applicationhost.config fixed.



                                                          change localhost to 127.0.0.1



                                                          <binding protocol="http" bindingInformation="*:50740:127.0.0.1" />
                                                          <binding protocol="https" bindingInformation="*:44381:127.0.0.1" />





                                                          share|improve this answer


























                                                            0












                                                            0








                                                            0







                                                            Tried all. didn't work above.
                                                            changing host in applicationhost.config fixed.



                                                            change localhost to 127.0.0.1



                                                            <binding protocol="http" bindingInformation="*:50740:127.0.0.1" />
                                                            <binding protocol="https" bindingInformation="*:44381:127.0.0.1" />





                                                            share|improve this answer













                                                            Tried all. didn't work above.
                                                            changing host in applicationhost.config fixed.



                                                            change localhost to 127.0.0.1



                                                            <binding protocol="http" bindingInformation="*:50740:127.0.0.1" />
                                                            <binding protocol="https" bindingInformation="*:44381:127.0.0.1" />






                                                            share|improve this answer












                                                            share|improve this answer



                                                            share|improve this answer










                                                            answered Dec 18 '18 at 11:15









                                                            Muhammad Abrar AnwarMuhammad Abrar Anwar

                                                            15712




                                                            15712























                                                                0














                                                                Changin https -> http in my applicationUrl solved this issue in my case.






                                                                share|improve this answer






























                                                                  0














                                                                  Changin https -> http in my applicationUrl solved this issue in my case.






                                                                  share|improve this answer




























                                                                    0












                                                                    0








                                                                    0







                                                                    Changin https -> http in my applicationUrl solved this issue in my case.






                                                                    share|improve this answer















                                                                    Changin https -> http in my applicationUrl solved this issue in my case.







                                                                    share|improve this answer














                                                                    share|improve this answer



                                                                    share|improve this answer








                                                                    edited Dec 20 '18 at 11:55

























                                                                    answered Dec 20 '18 at 11:43









                                                                    InfernumDeusInfernumDeus

                                                                    593419




                                                                    593419






























                                                                        draft saved

                                                                        draft discarded




















































                                                                        Thanks for contributing an answer to Stack Overflow!


                                                                        • Please be sure to answer the question. Provide details and share your research!

                                                                        But avoid



                                                                        • Asking for help, clarification, or responding to other answers.

                                                                        • Making statements based on opinion; back them up with references or personal experience.


                                                                        To learn more, see our tips on writing great answers.




                                                                        draft saved


                                                                        draft discarded














                                                                        StackExchange.ready(
                                                                        function () {
                                                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f47075358%2fvisual-studio-2017-unable-to-connect-to-web-server-iis-express%23new-answer', 'question_page');
                                                                        }
                                                                        );

                                                                        Post as a guest















                                                                        Required, but never shown





















































                                                                        Required, but never shown














                                                                        Required, but never shown












                                                                        Required, but never shown







                                                                        Required, but never shown

































                                                                        Required, but never shown














                                                                        Required, but never shown












                                                                        Required, but never shown







                                                                        Required, but never shown







                                                                        Popular posts from this blog

                                                                        404 Error Contact Form 7 ajax form submitting

                                                                        How to know if a Active Directory user can login interactively

                                                                        TypeError: fit_transform() missing 1 required positional argument: 'X'