We'll be hosting a public chat on the contents of Service Pack 2 on February
8th at 2pm Pacific Time. It's listed at
http://www.microsoft.com/technet/community/chats/default.mspx.
--
Sincerely,
Stephen Dybing
This posting is provided "AS IS" with no warranties, and confers no rights.Stephen Dybing [MSFT] wrote:
> We'll be hosting a public chat on the contents of Service Pack 2 on February 8th at 2pm Pacific
> Time. It's listed at http://www.microsoft.com/technet/community/chats/default.mspx.
> --
> Sincerely,
> Stephen Dybing
When will it be available for download?|||The transcript is usually available within a week of the chat, but the time
does vary a bit.
--
Sincerely,
Stephen Dybing
This posting is provided "AS IS" with no warranties, and confers no rights.
"GeoSynch" <SpamSlayed@.Casablanca.com> wrote in message
news:OUY7wj2AFHA.3588@.TK2MSFTNGP11.phx.gbl...
> Stephen Dybing [MSFT] wrote:
>> We'll be hosting a public chat on the contents of Service Pack 2 on
>> February 8th at 2pm Pacific Time. It's listed at
>> http://www.microsoft.com/technet/community/chats/default.mspx.
>> --
>> Sincerely,
>> Stephen Dybing
> When will it be available for download?
>|||What about Service Pack 2?
When will that be available for download?
Thanks.
"Stephen Dybing [MSFT]" <stephd@.online.microsoft.com> wrote in message
news:OKTVrM$AFHA.2112@.TK2MSFTNGP09.phx.gbl...
> The transcript is usually available within a week of the chat, but the time does vary a bit.
> --
> Sincerely,
> Stephen Dybing
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "GeoSynch" <SpamSlayed@.Casablanca.com> wrote in message
> news:OUY7wj2AFHA.3588@.TK2MSFTNGP11.phx.gbl...
>> Stephen Dybing [MSFT] wrote:
>> We'll be hosting a public chat on the contents of Service Pack 2 on February 8th at 2pm Pacific
>> Time. It's listed at http://www.microsoft.com/technet/community/chats/default.mspx.
>> --
>> Sincerely,
>> Stephen Dybing
>> When will it be available for download?
>
Showing posts with label public. Show all posts
Showing posts with label public. Show all posts
Friday, March 30, 2012
Wednesday, March 21, 2012
Reporting Services on Internet
Hi,
I am doing some researches about how the reporting services can be use on
the public (internet) instead of just intranet. Could someone please give me
a hint (link / sample) about how this can be achived and how security is this
on the internet.
Thanks
EdOn Apr 22, 9:52 pm, Ed <E...@.discussions.microsoft.com> wrote:
> Hi,
> I am doing some researches about how the reporting services can be use on
> the public (internet) instead of just intranet. Could someone please give me
> a hint (link / sample) about how this can be achived and how security is this
> on the internet.
> Thanks
> Ed
These 2 links are to web hosting sites for SSRS. They might be able to
provide some detailed answers.
http://www.webhost4life.com/sql2005_hosting.asp
http://www.appliedi.net/shared-hosting/
Regards,
Enrique Martinez
Sr. Software Consultant|||You have probably read this background article on your topic already but
JIC:
http://www.devx.com/dotnet/Article/27133
As far as security goes,
http://www.webhost4life.com/kb/question.php?qstId=209 will show you how you
can do it if you don't *care* about security <shrug>.
One good idea would be to be sure and use SSL for this purpose on top of
whatever else you decide.
Another good idea would be to write a security extension for forms
authentication -- (but read this short post first
http://msmvps.com/blogs/anguslogan/archive/2004/10/03/14772.aspx)
I think there is a sample of doing this
http://blogs.msdn.com/bimusings/archive/2005/12/05/500195.aspx -- if you
can't find the sample read this blog post
http://weblogs.asp.net/plip/archive/2006/09/21/Microsoft-Documentation-_2D00_-Where-is-the-sample-code_3F00_.aspx
and here is an article (with source) doing something like what you need
http://www.sqlmag.com/Articles/ArticleID/93830/93830.html
I am wracking my brains for where I saw a good general overview on extension
writing for RS from an MS blog -- here it is, it's not long and it's very
useful perspective)
http://blogs.msdn.com/bryanke/archive/2004/03/16/90797.aspx
Last but not least, security issues have to be discussed with this caveat:
receiving permissions have to be handled differently if you are integrating
with Sharepoint. So if you're doing that be sure to ask the question "is
this applicable in a Sharepoint integration scenario" before sweating over
it!
HTH,
>L<
"Ed" <Ed@.discussions.microsoft.com> wrote in message
news:D11FD871-A11D-4472-B5ED-CCC27ED6F09A@.microsoft.com...
> Hi,
> I am doing some researches about how the reporting services can be use on
> the public (internet) instead of just intranet. Could someone please give
> me
> a hint (link / sample) about how this can be achived and how security is
> this
> on the internet.
> Thanks
> Ed
I am doing some researches about how the reporting services can be use on
the public (internet) instead of just intranet. Could someone please give me
a hint (link / sample) about how this can be achived and how security is this
on the internet.
Thanks
EdOn Apr 22, 9:52 pm, Ed <E...@.discussions.microsoft.com> wrote:
> Hi,
> I am doing some researches about how the reporting services can be use on
> the public (internet) instead of just intranet. Could someone please give me
> a hint (link / sample) about how this can be achived and how security is this
> on the internet.
> Thanks
> Ed
These 2 links are to web hosting sites for SSRS. They might be able to
provide some detailed answers.
http://www.webhost4life.com/sql2005_hosting.asp
http://www.appliedi.net/shared-hosting/
Regards,
Enrique Martinez
Sr. Software Consultant|||You have probably read this background article on your topic already but
JIC:
http://www.devx.com/dotnet/Article/27133
As far as security goes,
http://www.webhost4life.com/kb/question.php?qstId=209 will show you how you
can do it if you don't *care* about security <shrug>.
One good idea would be to be sure and use SSL for this purpose on top of
whatever else you decide.
Another good idea would be to write a security extension for forms
authentication -- (but read this short post first
http://msmvps.com/blogs/anguslogan/archive/2004/10/03/14772.aspx)
I think there is a sample of doing this
http://blogs.msdn.com/bimusings/archive/2005/12/05/500195.aspx -- if you
can't find the sample read this blog post
http://weblogs.asp.net/plip/archive/2006/09/21/Microsoft-Documentation-_2D00_-Where-is-the-sample-code_3F00_.aspx
and here is an article (with source) doing something like what you need
http://www.sqlmag.com/Articles/ArticleID/93830/93830.html
I am wracking my brains for where I saw a good general overview on extension
writing for RS from an MS blog -- here it is, it's not long and it's very
useful perspective)
http://blogs.msdn.com/bryanke/archive/2004/03/16/90797.aspx
Last but not least, security issues have to be discussed with this caveat:
receiving permissions have to be handled differently if you are integrating
with Sharepoint. So if you're doing that be sure to ask the question "is
this applicable in a Sharepoint integration scenario" before sweating over
it!
HTH,
>L<
"Ed" <Ed@.discussions.microsoft.com> wrote in message
news:D11FD871-A11D-4472-B5ED-CCC27ED6F09A@.microsoft.com...
> Hi,
> I am doing some researches about how the reporting services can be use on
> the public (internet) instead of just intranet. Could someone please give
> me
> a hint (link / sample) about how this can be achived and how security is
> this
> on the internet.
> Thanks
> Ed
Subscribe to:
Posts (Atom)