ASP.NET Rewrite to a different app

N

n8wrl

Good morning all!

I have several sites with 'introductory' pages, from which users pick
more specific 'sites' to visit - like www.bogus.com/somesitename/blah.
I look up 'somesitename' in a DB to form a url like
www.bogus.com/TheRealThing/blah?ID=123, where 123 came from
'somesitename' in the DB.

My question is, 'TheRealThing' is a seperate ASP.NET application from
bogus.com - can 'RewritePath' be flagged to cause IIS to send this
request to a different virtual root/application?

Thanks!

-Brian
 
J

John Saunders

Good morning all!

I have several sites with 'introductory' pages, from which users pick
more specific 'sites' to visit - like www.bogus.com/somesitename/blah.
I look up 'somesitename' in a DB to form a url like
www.bogus.com/TheRealThing/blah?ID=123, where 123 came from
'somesitename' in the DB.

My question is, 'TheRealThing' is a seperate ASP.NET application from
bogus.com - can 'RewritePath' be flagged to cause IIS to send this
request to a different virtual root/application?

You may have to use Response.Redirect for this.

John Saunders
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,269
Latest member
vinaykumar_nevatia23

Latest Threads

Top