Non standard ports
we are using Visual Studios and IIS express for all our development we need to be able to use non standard ports. eg:6666
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Shaun Sullivan on 30 Aug, 2012 01:58 PM
Hi,
Make sure you are prefixing with http:// if using the port # in the URI. For example,
http://localhost:13514/Default.aspx will work fine.
but
localhost:13514/Default.aspx will raise an error 302.
We are researching simply adding http:// under the hood, but for now this will fix you up.
Shaun
2 Posted by Fredrik Christe... on 30 Aug, 2012 02:06 PM
Hey and thx for the fast response...
but im sorry to say i get a 312 error for
http://localhost:6666/se/
and a 302 for:
localhost:6666/se/
Support Staff 3 Posted by Shaun Sullivan on 30 Aug, 2012 02:11 PM
Hmm. We are testing here from VS/IIS Express and having no issues using the URI format I mentioned above.
I wonder what is different? If you hit that URL from a standard browser, what does the URL in the browser say after navigation?
4 Posted by Fredrik Christe... on 30 Aug, 2012 02:17 PM
this --> http://localhost:6666/se/
cant understand it either... its frustrating because we love your tool but we need to test everything before we post it to QA
Support Staff 5 Posted by Shaun Sullivan on 30 Aug, 2012 03:13 PM
I doubt this will work, but we just released a new build (1.0.7) a few minutes ago with some proxy detection code. Can you download it:
http://www.electricplum.com/studio.aspx
Then under global settings, check the auto detext proxy option, exit and restart Mobile Studio, and then see if that helps (I highly doubt it, but worth a shot I guess).
Shaun Sullivan closed this discussion on 30 Aug, 2012 03:13 PM.
Shaun Sullivan re-opened this discussion on 30 Aug, 2012 03:13 PM
Support Staff 6 Posted by Shaun Sullivan on 30 Aug, 2012 03:13 PM
Whoops, didn't mean to close this ticket...
7 Posted by Mikael Gidmark on 31 Aug, 2012 05:55 AM
Sadly still doesn't work.. (got the same problem)
Support Staff 8 Posted by Shaun Sullivan on 31 Aug, 2012 01:43 PM
Can you try accessing via IP address as opposed to localhost?