How to access MVC application after deployed to remote server IISgrid controls for ASP.NET MVC?How can I properly handle 404 in ASP.NET MVC?MVC 4 application giving a 404 when deployedHow to access my deployed mvc project?Can I run MVC 5 application on .NET Framework 4.0?How to deploy MVC application in 2003 server IISDeploy ASP.NET MVC 4 ApplicationIIS pages accessible remotely in LAN but not locally on serverGetting error after deploying an applicationHttpWebRequest fails from MVC application

Why did modems have speakers?

What would be the side effects on the life of a person becoming indestructible?

Does Impedance Matching Imply any Practical RF Transmitter Must Waste >=50% of Energy?

Is there a way to shorten this while condition?

Can't understand how static works exactly

How can Kazakhstan perform MITM attacks on all HTTPS traffic?

Why do people say "I am broke" instead of "I am broken"?

Other than a swing wing, what types of variable geometry have flown?

Historicity doubted by Romans

Is it possible to be an intellectual/do research without the internet?

Why are angular mometum and angular velocity not necessarily parallel, but linear momentum and linear velocity are always parallel?

Is there a way to factor age into the mass-luminosity relationship for stars?

Sextortion with actual password not found in leaks

Using paddles to support a bug net

What Is the Meaning of "you has the wind of me"?

What is the purpose of this "red room" in "Stranger Things"?

Is it okay to paraphrase other authors' literature reviews?

Why did NASA use Imperial units?

Film where a boy turns into a princess

Is it OK to accept a job opportunity while planning on not taking it?

Is it possible to eat quietly in Minecraft?

Aging LEDs - does their output drop after turn-on?

What is an Eternal Word™?

What is the spanish equivalent of "the boys are sitting"?



How to access MVC application after deployed to remote server IIS


grid controls for ASP.NET MVC?How can I properly handle 404 in ASP.NET MVC?MVC 4 application giving a 404 when deployedHow to access my deployed mvc project?Can I run MVC 5 application on .NET Framework 4.0?How to deploy MVC application in 2003 server IISDeploy ASP.NET MVC 4 ApplicationIIS pages accessible remotely in LAN but not locally on serverGetting error after deploying an applicationHttpWebRequest fails from MVC application






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have deployed my MVC Application to a clients remote server and it runs fine when I "Browse" from IIS, how do I access this from outside of this Remote server ? If I put the Remote Servers IP in my browser, it doesnt display anything ?



EDIT



@Spotted, as requested, this is what I have in my site bindings:
enter image description here



Any direction would be greatly appreciated.



Thanks!










share|improve this question
























  • Which IIS bindings are defined for the site hosting your application ?

    – Spotted
    Mar 26 at 15:32











  • Are you referring to the site bindings for my application ?

    – AxleWack
    Mar 27 at 8:48











  • Yes. Can you post them please ? Also, is your remote server normally accessible from outside ?

    – Spotted
    Mar 28 at 6:36











  • I have added the image as requested, I hope this is what you were looking for. So this is a brand new server, I can only RDP to this server when connected via a VPN, could this make a difference ? PS: When I type in the Servers IP address in the browser in the server, it opens my log in page, but does not work when I type the IP in my browser ? I would think that If I am on the VPN, it should also work, considering I can RDP to the server ?

    – AxleWack
    Mar 28 at 13:13












  • Yes this could make a big differerence. First make sure the server is accessible from the outside world. One possibility is configuring port forwarding in the gateway. Typically redirect each request from <public_ip>:80 to <private_id_your_remote_server>:80.

    – Spotted
    Mar 28 at 13:18

















0















I have deployed my MVC Application to a clients remote server and it runs fine when I "Browse" from IIS, how do I access this from outside of this Remote server ? If I put the Remote Servers IP in my browser, it doesnt display anything ?



EDIT



@Spotted, as requested, this is what I have in my site bindings:
enter image description here



Any direction would be greatly appreciated.



Thanks!










share|improve this question
























  • Which IIS bindings are defined for the site hosting your application ?

    – Spotted
    Mar 26 at 15:32











  • Are you referring to the site bindings for my application ?

    – AxleWack
    Mar 27 at 8:48











  • Yes. Can you post them please ? Also, is your remote server normally accessible from outside ?

    – Spotted
    Mar 28 at 6:36











  • I have added the image as requested, I hope this is what you were looking for. So this is a brand new server, I can only RDP to this server when connected via a VPN, could this make a difference ? PS: When I type in the Servers IP address in the browser in the server, it opens my log in page, but does not work when I type the IP in my browser ? I would think that If I am on the VPN, it should also work, considering I can RDP to the server ?

    – AxleWack
    Mar 28 at 13:13












  • Yes this could make a big differerence. First make sure the server is accessible from the outside world. One possibility is configuring port forwarding in the gateway. Typically redirect each request from <public_ip>:80 to <private_id_your_remote_server>:80.

    – Spotted
    Mar 28 at 13:18













0












0








0


0






I have deployed my MVC Application to a clients remote server and it runs fine when I "Browse" from IIS, how do I access this from outside of this Remote server ? If I put the Remote Servers IP in my browser, it doesnt display anything ?



EDIT



@Spotted, as requested, this is what I have in my site bindings:
enter image description here



Any direction would be greatly appreciated.



Thanks!










share|improve this question
















I have deployed my MVC Application to a clients remote server and it runs fine when I "Browse" from IIS, how do I access this from outside of this Remote server ? If I put the Remote Servers IP in my browser, it doesnt display anything ?



EDIT



@Spotted, as requested, this is what I have in my site bindings:
enter image description here



Any direction would be greatly appreciated.



Thanks!







asp.net-mvc model-view-controller web-deployment publishing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 28 at 13:11







AxleWack

















asked Mar 26 at 15:18









AxleWackAxleWack

9498 silver badges27 bronze badges




9498 silver badges27 bronze badges












  • Which IIS bindings are defined for the site hosting your application ?

    – Spotted
    Mar 26 at 15:32











  • Are you referring to the site bindings for my application ?

    – AxleWack
    Mar 27 at 8:48











  • Yes. Can you post them please ? Also, is your remote server normally accessible from outside ?

    – Spotted
    Mar 28 at 6:36











  • I have added the image as requested, I hope this is what you were looking for. So this is a brand new server, I can only RDP to this server when connected via a VPN, could this make a difference ? PS: When I type in the Servers IP address in the browser in the server, it opens my log in page, but does not work when I type the IP in my browser ? I would think that If I am on the VPN, it should also work, considering I can RDP to the server ?

    – AxleWack
    Mar 28 at 13:13












  • Yes this could make a big differerence. First make sure the server is accessible from the outside world. One possibility is configuring port forwarding in the gateway. Typically redirect each request from <public_ip>:80 to <private_id_your_remote_server>:80.

    – Spotted
    Mar 28 at 13:18

















  • Which IIS bindings are defined for the site hosting your application ?

    – Spotted
    Mar 26 at 15:32











  • Are you referring to the site bindings for my application ?

    – AxleWack
    Mar 27 at 8:48











  • Yes. Can you post them please ? Also, is your remote server normally accessible from outside ?

    – Spotted
    Mar 28 at 6:36











  • I have added the image as requested, I hope this is what you were looking for. So this is a brand new server, I can only RDP to this server when connected via a VPN, could this make a difference ? PS: When I type in the Servers IP address in the browser in the server, it opens my log in page, but does not work when I type the IP in my browser ? I would think that If I am on the VPN, it should also work, considering I can RDP to the server ?

    – AxleWack
    Mar 28 at 13:13












  • Yes this could make a big differerence. First make sure the server is accessible from the outside world. One possibility is configuring port forwarding in the gateway. Typically redirect each request from <public_ip>:80 to <private_id_your_remote_server>:80.

    – Spotted
    Mar 28 at 13:18
















Which IIS bindings are defined for the site hosting your application ?

– Spotted
Mar 26 at 15:32





Which IIS bindings are defined for the site hosting your application ?

– Spotted
Mar 26 at 15:32













Are you referring to the site bindings for my application ?

– AxleWack
Mar 27 at 8:48





Are you referring to the site bindings for my application ?

– AxleWack
Mar 27 at 8:48













Yes. Can you post them please ? Also, is your remote server normally accessible from outside ?

– Spotted
Mar 28 at 6:36





Yes. Can you post them please ? Also, is your remote server normally accessible from outside ?

– Spotted
Mar 28 at 6:36













I have added the image as requested, I hope this is what you were looking for. So this is a brand new server, I can only RDP to this server when connected via a VPN, could this make a difference ? PS: When I type in the Servers IP address in the browser in the server, it opens my log in page, but does not work when I type the IP in my browser ? I would think that If I am on the VPN, it should also work, considering I can RDP to the server ?

– AxleWack
Mar 28 at 13:13






I have added the image as requested, I hope this is what you were looking for. So this is a brand new server, I can only RDP to this server when connected via a VPN, could this make a difference ? PS: When I type in the Servers IP address in the browser in the server, it opens my log in page, but does not work when I type the IP in my browser ? I would think that If I am on the VPN, it should also work, considering I can RDP to the server ?

– AxleWack
Mar 28 at 13:13














Yes this could make a big differerence. First make sure the server is accessible from the outside world. One possibility is configuring port forwarding in the gateway. Typically redirect each request from <public_ip>:80 to <private_id_your_remote_server>:80.

– Spotted
Mar 28 at 13:18





Yes this could make a big differerence. First make sure the server is accessible from the outside world. One possibility is configuring port forwarding in the gateway. Typically redirect each request from <public_ip>:80 to <private_id_your_remote_server>:80.

– Spotted
Mar 28 at 13:18












0






active

oldest

votes










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%2f55360651%2fhow-to-access-mvc-application-after-deployed-to-remote-server-iis%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















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%2f55360651%2fhow-to-access-mvc-application-after-deployed-to-remote-server-iis%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

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript