c# - Visual Studio IIS HTTP 503 Service Unavailable -



c# - Visual Studio IIS HTTP 503 Service Unavailable -

i have searched every topic , seems got there problem solved , have tried possible solution have provided or still missing something.

-firewall turned off.

ok trying access iis server application run vs 2013. update 2.

when seek access http://localhost:29790/ <- http://192.168.1.3:29790 current ip on local. gives me 503 error.

i have searched solution , gives tons of.

applicationhost.config file

<site name="smapplication(4)" id="10"> <application path="/" applicationpool="clr4integratedapppool"> <virtualdirectory path="/" physicalpath="c:\users\danze3\documents\visual studio 2013\projects\smapplication\smapplication" /> </application> <bindings> <binding protocol="http" bindinginformation="*:29790:localhost" /> </bindings> </site>

i have tried this.

"asterisk:29790:asterisk" <- doesn't show asterisk because of text editor.

"*:29790:"

":29790:"

by chaning bindings. still not working. restart pc or vs well. problem is, when seek re open vs. vs re overwrite applicationhost.config , add together binding.

as can see in site name="smapplication(4) <- has 4 already. automatic when re open file , bindings "*:29790:localhost" again.

somehow editing bindings. vs studio create binding of application. having sitename="smapplication(5).

i have tried remove localhost on "*:29790:localhost" when run application gives me.

unable launch iis express web server. start url specified not valid. http://localhost:29270/

you should seek remove iis express folder @ %userprofile%\documents.

next of import thing restart visual studio , open admin.

then can right click asp.net project , go properties view. there can configure web settings iis hosting in web tab. seek alter iis settings here , save ctrl+s.

when there * next web tab because tried edit settings not save, need alter tab, switch web tab , save ctrl+s. (the properties view asp.net apps in visual studio still buggy ...)

i using visual studio 2015 ce don't know whether solution applies problem. anyways seek remove folders got cached iis express hosting , never got cleaned afterwards.

c# asp.net asp.net-mvc iis visual-studio-2013

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -