[OT]Virtual File

2013-09-22 Thread anthonyatsmallbiz
Is it possible to redirect a webservice.asmx file to another location

 

I have a iphone app that point to http://www.hello.com/webservice.asmx   but
it should be pointing to http://ws.hello.com/webservice.asmx  is this
possible without need to update the iphone application?

 

Anthony

Melbourne StuffUps.learn from others, share with others!

http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/



--
NOTICE : The information contained in this electronic mail message is
privileged and confidential, and is intended only for use of the addressee.
If you are not the intended recipient, you are hereby notified that any
disclosure, reproduction, distribution or other use of this communication is
strictly prohibited. 
If you have received this communication in error, please notify the sender
by reply transmission and delete the message without copying or disclosing
it. (*13POrtC*)

--- 

 



Re: [OT]Virtual File

2013-09-22 Thread Arjang Assadi
You can put a redirect on the server e.g.:
http://stackoverflow.com/questions/888325/how-to-redirect-a-url-path-in-iis


On 23 September 2013 12:54, anthonyatsmall...@mail.com wrote:

 Is it possible to redirect a webservice.asmx file to another location

 ** **

 I have a iphone app that point to http://www.hello.com/webservice.asmx
 but it should be pointing to http://ws.hello.com/webservice.asmx  is this
 possible without need to update the iphone application?

 ** **

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/*
 ***



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the sender
 by reply transmission and delete the message without copying or disclosing
 it. (*13POrtC*)

 ---
 

 ** **



RE: [OT]Virtual File

2013-09-22 Thread anthonyatsmallbiz
This appears to be only a directory redirect not a file redirect

 

Anthony

Melbourne StuffUps.learn from others, share with others!

http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/



--
NOTICE : The information contained in this electronic mail message is
privileged and confidential, and is intended only for use of the addressee.
If you are not the intended recipient, you are hereby notified that any
disclosure, reproduction, distribution or other use of this communication is
strictly prohibited. 
If you have received this communication in error, please notify the sender
by reply transmission and delete the message without copying or disclosing
it. (*13POrtC*)

--- 

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of Arjang Assadi
Sent: Monday, 23 September 2013 1:01 PM
To: ozDotNet
Subject: Re: [OT]Virtual File

 

You can put a redirect on the server e.g.: 

http://stackoverflow.com/questions/888325/how-to-redirect-a-url-path-in-iis

 

On 23 September 2013 12:54, anthonyatsmall...@mail.com wrote:

Is it possible to redirect a webservice.asmx file to another location

 

I have a iphone app that point to http://www.hello.com/webservice.asmx   but
it should be pointing to http://ws.hello.com/webservice.asmx  is this
possible without need to update the iphone application?

 

Anthony

Melbourne StuffUps.learn from others, share with others!

http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/



--
NOTICE : The information contained in this electronic mail message is
privileged and confidential, and is intended only for use of the addressee.
If you are not the intended recipient, you are hereby notified that any
disclosure, reproduction, distribution or other use of this communication is
strictly prohibited. 
If you have received this communication in error, please notify the sender
by reply transmission and delete the message without copying or disclosing
it. (*13POrtC*)

--- 

 

 



Re: [OT]Virtual File

2013-09-22 Thread Arjang Assadi
alternative 1:
Change the response for the  http://www.hello.com/webservice.asmx to be a
javascript redirect to the other location





On 23 September 2013 13:15, anthonyatsmall...@mail.com wrote:

 This appears to be only a directory redirect not a file redirect

 ** **

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/*
 ***



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the sender
 by reply transmission and delete the message without copying or disclosing
 it. (*13POrtC*)

 ---
 

 ** **

 *From:* ozdotnet-boun...@ozdotnet.com [mailto:
 ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Arjang Assadi
 *Sent:* Monday, 23 September 2013 1:01 PM
 *To:* ozDotNet
 *Subject:* Re: [OT]Virtual File

 ** **

 You can put a redirect on the server e.g.: 

 http://stackoverflow.com/questions/888325/how-to-redirect-a-url-path-in-iis
 

 ** **

 On 23 September 2013 12:54, anthonyatsmall...@mail.com wrote:

 Is it possible to redirect a webservice.asmx file to another location

  

 I have a iphone app that point to http://www.hello.com/webservice.asmx
 but it should be pointing to http://ws.hello.com/webservice.asmx  is this
 possible without need to update the iphone application?

  

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/*
 ***



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the sender
 by reply transmission and delete the message without copying or disclosing
 it. (*13POrtC*)

 ---
 

  

 ** **



Re: [OT]Virtual File

2013-09-22 Thread Joseph Cooney
What soap stack does iPhone have that understands JavaScript redirects?
On 23 Sep 2013 13:31, Arjang Assadi arjang.ass...@gmail.com wrote:

 alternative 1:
 Change the response for the  http://www.hello.com/webservice.asmx to be a
 javascript redirect to the other location





 On 23 September 2013 13:15, anthonyatsmall...@mail.com wrote:

 This appears to be only a directory redirect not a file redirect

 ** **

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/
 



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the
 sender by reply transmission and delete the message without copying or
 disclosing it. (*13POrtC*)

 ---
 

 ** **

 *From:* ozdotnet-boun...@ozdotnet.com [mailto:
 ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Arjang Assadi
 *Sent:* Monday, 23 September 2013 1:01 PM
 *To:* ozDotNet
 *Subject:* Re: [OT]Virtual File

 ** **

 You can put a redirect on the server e.g.: 


 http://stackoverflow.com/questions/888325/how-to-redirect-a-url-path-in-iis
 

 ** **

 On 23 September 2013 12:54, anthonyatsmall...@mail.com wrote:

 Is it possible to redirect a webservice.asmx file to another location

  

 I have a iphone app that point to http://www.hello.com/webservice.asmx
 but it should be pointing to http://ws.hello.com/webservice.asmx  is
 this possible without need to update the iphone application?

  

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/
 



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the
 sender by reply transmission and delete the message without copying or
 disclosing it. (*13POrtC*)

 ---
 

  

 ** **





Re: [OT]Virtual File

2013-09-22 Thread Arjang Assadi
Damn it :)
You are right Joseph, I am day dreaming in the Web app land.

Apologies please ignore that suggestion

regards

Arjang


On 23 September 2013 13:34, Joseph Cooney joseph.coo...@gmail.com wrote:

 What soap stack does iPhone have that understands JavaScript redirects?
 On 23 Sep 2013 13:31, Arjang Assadi arjang.ass...@gmail.com wrote:

 alternative 1:
 Change the response for the  http://www.hello.com/webservice.asmx to be
 a javascript redirect to the other location





 On 23 September 2013 13:15, anthonyatsmall...@mail.com wrote:

 This appears to be only a directory redirect not a file redirect

 ** **

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/
 



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the
 sender by reply transmission and delete the message without copying or
 disclosing it. (*13POrtC*)

 ---
 

 ** **

 *From:* ozdotnet-boun...@ozdotnet.com [mailto:
 ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Arjang Assadi
 *Sent:* Monday, 23 September 2013 1:01 PM
 *To:* ozDotNet
 *Subject:* Re: [OT]Virtual File

 ** **

 You can put a redirect on the server e.g.: 


 http://stackoverflow.com/questions/888325/how-to-redirect-a-url-path-in-iis
 

 ** **

 On 23 September 2013 12:54, anthonyatsmall...@mail.com wrote:

 Is it possible to redirect a webservice.asmx file to another location***
 *

  

 I have a iphone app that point to http://www.hello.com/webservice.asmx
 but it should be pointing to http://ws.hello.com/webservice.asmx  is
 this possible without need to update the iphone application?

  

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/
 



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the
 sender by reply transmission and delete the message without copying or
 disclosing it. (*13POrtC*)

 ---
 

  

 ** **





RE: [OT]Virtual File

2013-09-22 Thread Ian Thomas
Today's newsletter from Red Gate Software (Simple Talk, Reflector
Newsletter) has a useful compilation of information for ASP.NET including 

Free eBook: 25 Secrets for Faster ASP.NET Applications

Attribute Routing in Web API v2

ASP.NET MVC Routing - What Intercepting File Requests Teaches Us About
Routing

(more)

read it online http://www.simple-talk.com/newsletter/v.aspx?n=950  

 

  _  

Ian Thomas
Victoria Park, Western Australia

 

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com]
On Behalf Of anthonyatsmall...@mail.com
Sent: Monday, September 23, 2013 10:55 AM
To: ozDotNet
Subject: [OT]Virtual File

 

Is it possible to redirect a webservice.asmx file to another location

 

I have a iphone app that point to http://www.hello.com/webservice.asmx   but
it should be pointing to http://ws.hello.com/webservice.asmx  is this
possible without need to update the iphone application?

 

Anthony

Melbourne StuffUps.learn from others, share with others!

http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/



--
NOTICE : The information contained in this electronic mail message is
privileged and confidential, and is intended only for use of the addressee.
If you are not the intended recipient, you are hereby notified that any
disclosure, reproduction, distribution or other use of this communication is
strictly prohibited. 
If you have received this communication in error, please notify the sender
by reply transmission and delete the message without copying or disclosing
it. (*13POrtC*)

--- 

 



Re: [OT]Virtual File

2013-09-22 Thread Preet Sangha
Does this help ?
http://stackoverflow.com/questions/6209989/iis-redirect-for-files-that-have-changed-paths


On 23 September 2013 15:15, anthonyatsmall...@mail.com wrote:

 This appears to be only a directory redirect not a file redirect

 ** **

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/*
 ***



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the sender
 by reply transmission and delete the message without copying or disclosing
 it. (*13POrtC*)

 ---
 

 ** **

 *From:* ozdotnet-boun...@ozdotnet.com [mailto:
 ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Arjang Assadi
 *Sent:* Monday, 23 September 2013 1:01 PM
 *To:* ozDotNet
 *Subject:* Re: [OT]Virtual File

 ** **

 You can put a redirect on the server e.g.: 

 http://stackoverflow.com/questions/888325/how-to-redirect-a-url-path-in-iis
 

 ** **

 On 23 September 2013 12:54, anthonyatsmall...@mail.com wrote:

 Is it possible to redirect a webservice.asmx file to another location

  

 I have a iphone app that point to http://www.hello.com/webservice.asmx
 but it should be pointing to http://ws.hello.com/webservice.asmx  is this
 possible without need to update the iphone application?

  

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/*
 ***



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the sender
 by reply transmission and delete the message without copying or disclosing
 it. (*13POrtC*)

 ---
 

  

 ** **




-- 
regards,
Preet, Overlooking the Ocean, Auckland


Re: [OT]Virtual File

2013-09-22 Thread Preet Sangha
whoops sorry sent before reading whole thread.


On 23 September 2013 17:05, Preet Sangha preetsan...@gmail.com wrote:

 Does this help ?
 http://stackoverflow.com/questions/6209989/iis-redirect-for-files-that-have-changed-paths


 On 23 September 2013 15:15, anthonyatsmall...@mail.com wrote:

 This appears to be only a directory redirect not a file redirect

 ** **

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/
 



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the
 sender by reply transmission and delete the message without copying or
 disclosing it. (*13POrtC*)

 ---
 

 ** **

 *From:* ozdotnet-boun...@ozdotnet.com [mailto:
 ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Arjang Assadi
 *Sent:* Monday, 23 September 2013 1:01 PM
 *To:* ozDotNet
 *Subject:* Re: [OT]Virtual File

 ** **

 You can put a redirect on the server e.g.: 


 http://stackoverflow.com/questions/888325/how-to-redirect-a-url-path-in-iis
 

 ** **

 On 23 September 2013 12:54, anthonyatsmall...@mail.com wrote:

 Is it possible to redirect a webservice.asmx file to another location

  

 I have a iphone app that point to http://www.hello.com/webservice.asmx
 but it should be pointing to http://ws.hello.com/webservice.asmx  is
 this possible without need to update the iphone application?

  

 Anthony

 Melbourne StuffUps…learn from others, share with others!

 http://www.meetup.com/Melbourne-Ideas-Incubator-Stuffups-Failed-Startups/
 



 --
 NOTICE : The information contained in this electronic mail message is
 privileged and confidential, and is intended only for use of the addressee.
 If you are not the intended recipient, you are hereby notified that any
 disclosure, reproduction, distribution or other use of this communication
 is strictly prohibited.
 If you have received this communication in error, please notify the
 sender by reply transmission and delete the message without copying or
 disclosing it. (*13POrtC*)

 ---
 

  

 ** **




 --
 regards,
 Preet, Overlooking the Ocean, Auckland




-- 
regards,
Preet, Overlooking the Ocean, Auckland