To put it simple: I have a web site (asp.net 4 on iis 7.5), let's call it mysite.com.
I've developed my own blog, which is also an asp.net 4 web site solution (not web application).
I want search engines AND visitors to see "mysite.com/blog" in the address bar for the sake of SEO.
One solution I found involves reverse proxy and installing the blog in eg. blog.mysite.com. This in turn requires Application Request Routing which my host (unoeuro.com) doesn't offer.So: where do I install the blog and how do I accomplish this without reverse proxy?
A working example would be fine. Thanks in advance.