Home > Archive > ASP .NET > January 2005 > Charting options, commercial ISP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Charting options, commercial ISP
|
|
| T Ralya 2005-01-29, 8:57 pm |
| I want to include charts on my site that will be hosted by a commercial ISP.
I've tried the Crystal Reports that comes in Visual Studio.NET, but
commercial ISPs either do no allow it or want $40 per month to host it as
"third party components". That is pretty steep when you are only paying $25
per month for the hosting.
Are there any cheeper options that won't be treated as 3rd party components?
I've looked at the ASP.NET starter kit, but they won't print out and so far
I haven't figured out how I can use them.
--
T Ralya, FoxPro & .NET developer, HMSA
| |
| Alvin Bruney [MVP] 2005-01-29, 8:57 pm |
| Inquire about the Office Web Components. For most charting uses, the license
requirements are free.
--
Regards,
Alvin Bruney
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
"T Ralya" <TRalya@discussions.microsoft.com> wrote in message
news:B9167D2A-2A6D-479D-B706-E3503C193BD2@microsoft.com...
>I want to include charts on my site that will be hosted by a commercial
>ISP.
> I've tried the Crystal Reports that comes in Visual Studio.NET, but
> commercial ISPs either do no allow it or want $40 per month to host it as
> "third party components". That is pretty steep when you are only paying
> $25
> per month for the hosting.
>
> Are there any cheeper options that won't be treated as 3rd party
> components?
>
> I've looked at the ASP.NET starter kit, but they won't print out and so
> far
> I haven't figured out how I can use them.
> --
> T Ralya, FoxPro & .NET developer, HMSA
| |
| Mark Rae 2005-01-29, 8:57 pm |
| "T Ralya" <TRalya@discussions.microsoft.com> wrote in message
news:B9167D2A-2A6D-479D-B706-E3503C193BD2@microsoft.com...
> Are there any cheeper options that won't be treated as 3rd party
> components?
You need one of the many 3rd party solutions which are available as native
..NET assemblies. I.e., you simply add them as a reference into your Windows
or Web project and they are then available to you without any requirement to
register anything on your ISP's network.
This is the best that I've seen: http://www.advsofteng.com/cdnet.html
| |
|
| Make sure that you get a native .NET Assembly / component. If you get a
..NET Assembly component then as long as your host allows you to use
assembles (uplaoding .dll's to your bin directory) then you are good to go.
If your host does not allow you to then I advise you get another host as
there are hosting providers for cheaper that offer this service
"Mark Rae" <mark@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:e1NT6YlBFHA.3528@tk2msftngp13.phx.gbl...
> "T Ralya" <TRalya@discussions.microsoft.com> wrote in message
> news:B9167D2A-2A6D-479D-B706-E3503C193BD2@microsoft.com...
>
>
> You need one of the many 3rd party solutions which are available as native
> .NET assemblies. I.e., you simply add them as a reference into your
> Windows or Web project and they are then available to you without any
> requirement to register anything on your ISP's network.
>
> This is the best that I've seen: http://www.advsofteng.com/cdnet.html
>
|
|
|
|
|