How to switch OWIN application between http ans https in MVC 5 Vs2013 IDE

59 views
Skip to first unread message

mois...@gmail.com

unread,
Mar 27, 2015, 11:33:14 AM3/27/15
to umbra...@googlegroups.com
I have application I made using HTTP( port 80)

code

assembly: OwinStartup("LocalTest", typeof(Startup_LocalTest))]


namespace IdentityServer.Host
{
public class Startup_LocalTest
{
public void Configuration(IAppBuilder app)
{
....
}
}
}



Application run fine

with URL http://localhost:17344/
When I changed to

https://localhost:17344/

application does not start any more

Any Ideas

Mosey O


Moisey Oysgelt

unread,
Apr 12, 2015, 12:24:07 PM4/12/15
to umbra...@googlegroups.com
I have  found  the solution 

The Port  has to be  40000 and up 
It works now 


Moisey O 
Senior Application Developer
The view changes only for the leading dog.



--
You received this message because you are subscribed to a topic in the Google Groups "Umbraco development" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/umbraco-dev/jOatjeKl2OU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to umbraco-dev...@googlegroups.com.
To post to this group, send email to umbra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/umbraco-dev/00cfc67b-4ee5-4d7c-bd11-4bbb8a9a6f83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages