Prev: For security reasons DTD is prohibited in this XML document
Next: Could not load file or assembly 'RSSharePointSoapProxy. SharepointRS.msi on every WFE??
From: Desiree Harris on 11 Sep 2008 10:21 Hi, Does anyone know how to setup an automatic redirect from http to https within SQL 2008 RS? -- Regards, Desir�e
From: Lukasz Pawlowski [MS] on 11 Sep 2008 11:30 We don't have that feature in SSRS 2008. If you're not adverse to some coding, you could probably create an HTTP Module that would do it fairly easily. Thanks, -Lukasz "Desiree Harris" <desiree(a)orcsweb.com> wrote in message news:OArbAnBFJHA.1272(a)TK2MSFTNGP05.phx.gbl... > Hi, > > > > Does anyone know how to setup an automatic redirect from http to https > within SQL 2008 RS? > > > -- > Regards, > > > > Desir�e > > > >
From: Desiree Harris on 11 Sep 2008 11:44 Hi Lukasz, Thank you for the update. I'll check into having a HTTP module created. ~Des "Lukasz Pawlowski [MS]" <lukaszp(a)online.microsoft.com> wrote in message news:uLEkZNCFJHA.6052(a)TK2MSFTNGP04.phx.gbl... > We don't have that feature in SSRS 2008. > > If you're not adverse to some coding, you could probably create an HTTP > Module that would do it fairly easily. > > Thanks, > -Lukasz > > "Desiree Harris" <desiree(a)orcsweb.com> wrote in message > news:OArbAnBFJHA.1272(a)TK2MSFTNGP05.phx.gbl... >> Hi, >> >> >> >> Does anyone know how to setup an automatic redirect from http to https >> within SQL 2008 RS? >> >> >> -- >> Regards, >> >> >> >> Desir�e >> >> >> >> > >
From: Desiree Harris on 11 Sep 2008 12:22 Hi Lukasz, Quick question... In reference to the HTTP Module, can you point me in the right direction on how I would register a global HTTPModule under http.sys that would apply to all users? Would it just go in the SSRS root folder and be registered in web.config? ~Des "Desiree Harris" <desiree(a)orcsweb.com> wrote in message news:%239E88UCFJHA.4104(a)TK2MSFTNGP04.phx.gbl... > Hi Lukasz, > > > > Thank you for the update. I'll check into having a HTTP module created. > > > > ~Des > > > > > "Lukasz Pawlowski [MS]" <lukaszp(a)online.microsoft.com> wrote in message > news:uLEkZNCFJHA.6052(a)TK2MSFTNGP04.phx.gbl... >> We don't have that feature in SSRS 2008. >> >> If you're not adverse to some coding, you could probably create an HTTP >> Module that would do it fairly easily. >> >> Thanks, >> -Lukasz >> >> "Desiree Harris" <desiree(a)orcsweb.com> wrote in message >> news:OArbAnBFJHA.1272(a)TK2MSFTNGP05.phx.gbl... >>> Hi, >>> >>> >>> >>> Does anyone know how to setup an automatic redirect from http to https >>> within SQL 2008 RS? >>> >>> >>> -- >>> Regards, >>> >>> >>> >>> Desir�e >>> >>> >>> >>> >> >> > >
From: Lukasz Pawlowski [MS] on 12 Sep 2008 11:45
You'd register it in the SSRS web.config file. It would only apply to the SSRS VDir. You could use something like IIS to redirect all requests from the root to the SSRS VDir (running in HTTP.SYS). -Lukasz "Desiree Harris" <desiree(a)orcsweb.com> wrote in message news:%234wcVqCFJHA.5060(a)TK2MSFTNGP03.phx.gbl... > Hi Lukasz, > > > > Quick question... In reference to the HTTP Module, can you point me in > the right direction on how I would register a global HTTPModule under > http.sys that would apply to all users? Would it just go in the SSRS root > folder and be registered in web.config? > > > > ~Des > > > "Desiree Harris" <desiree(a)orcsweb.com> wrote in message > news:%239E88UCFJHA.4104(a)TK2MSFTNGP04.phx.gbl... >> Hi Lukasz, >> >> >> >> Thank you for the update. I'll check into having a HTTP module created. >> >> >> >> ~Des >> >> >> >> >> "Lukasz Pawlowski [MS]" <lukaszp(a)online.microsoft.com> wrote in message >> news:uLEkZNCFJHA.6052(a)TK2MSFTNGP04.phx.gbl... >>> We don't have that feature in SSRS 2008. >>> >>> If you're not adverse to some coding, you could probably create an HTTP >>> Module that would do it fairly easily. >>> >>> Thanks, >>> -Lukasz >>> >>> "Desiree Harris" <desiree(a)orcsweb.com> wrote in message >>> news:OArbAnBFJHA.1272(a)TK2MSFTNGP05.phx.gbl... >>>> Hi, >>>> >>>> >>>> >>>> Does anyone know how to setup an automatic redirect from http to https >>>> within SQL 2008 RS? >>>> >>>> >>>> -- >>>> Regards, >>>> >>>> >>>> >>>> Desir�e >>>> >>>> >>>> >>>> >>> >>> >> >> > > |