February 2, 2009 at 6:17 am
We have a SSRS 2008 not hosted in IIS and we would like to keep it like that, but it would be nice if i could create a nice html home page or even a redirect directly to main report site.
If users forget the virtualdirectory they see a dirty error "Bad Request (Invalid Hostname)". Does anybody knowns how i can do that?
Kind Regards,
Edwin
February 2, 2009 at 11:23 am
You'd have to set up IIS to perform the redirect. Probably a better question posted to an IIS related forum.
February 2, 2009 at 11:39 am
This is actually a programming question not IIS question because when you redirect in the response object there is a round trip thread abort in the http pipeline so I am not sure IIS users can answer that question.
Kind regards,
Gift Peddie
February 2, 2009 at 5:31 pm
Doiing the redirect is easy in a ASP or static html page, but would like to use the stripped down webserver instead of a full iis. Any idea if i can host eg. a static html in the RS web server?
Kind Regards,
Edwin
February 2, 2009 at 7:11 pm
You may not be able to do that because SQL Server 2005 uses the Asp.net runtime because when users are having problem with Reporting Services or Asp.net in IIS 6 Windows 2003 the solutions are similar using the same permissions and utility to resolve the issues.
Remove IIS 6 and enable Asp.net features because IIS 6 is created to render only static html.
Kind regards,
Gift Peddie
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply