473,465 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Intranet/Internet portals

dw
Hi, all. We're choosing tools for developing intranet and Internet portals
for our university and want to know what options are available. Don't laugh,
but we're still using ASP for our Web apps! We're vaguely familiar with
ASP.NET 2.0's portal tools, but need info. We'd like to know:
- How easy it is to build a flexible, reliable, data-driven portal for a
higher ed site using ASP.NET 2.0?
- What portal-specific features does ASP.NET 2.0 offer?
- How difficult/easy is it to maintain such a portal?
- Can such a portal be tied to a SQL Server or Oracle db on the backend
easily?
- From beginning to end, on average, how much time would it take to
build such a portal with ASP.NET vs. some of the other tools?
- Are there any example sites for higher ed?
- Any in-depth documentation on ASP.NET 2.0's portal development tools?
- We need a dynamic site that will capture the students' eye and keep
them coming back. Are there guidelines on how to build portals to hook your
audience and make the experience so dynamic and fresh that they'd actually
want to use the site each day?

We know that's asking a lot, but your guidance is much appreciated. Thank
you :)
Nov 19 '05 #1
4 1873
it all depends on how complex you site is. some thoughts

1) asp.net is still months from beta2 (current version does not have a go
live license), and who knows how long before release code.
2) asp.net is stronger with programming tools than design tools
3) database support for oracle and sqlserver is very good

"dw" <co***************@uncw.edu> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
| Hi, all. We're choosing tools for developing intranet and Internet portals
| for our university and want to know what options are available. Don't
laugh,
| but we're still using ASP for our Web apps! We're vaguely familiar with
| ASP.NET 2.0's portal tools, but need info. We'd like to know:
| - How easy it is to build a flexible, reliable, data-driven portal for
a
| higher ed site using ASP.NET 2.0?
| - What portal-specific features does ASP.NET 2.0 offer?
| - How difficult/easy is it to maintain such a portal?
| - Can such a portal be tied to a SQL Server or Oracle db on the
backend
| easily?
| - From beginning to end, on average, how much time would it take to
| build such a portal with ASP.NET vs. some of the other tools?
| - Are there any example sites for higher ed?
| - Any in-depth documentation on ASP.NET 2.0's portal development
tools?
| - We need a dynamic site that will capture the students' eye and keep
| them coming back. Are there guidelines on how to build portals to hook
your
| audience and make the experience so dynamic and fresh that they'd actually
| want to use the site each day?
|
| We know that's asking a lot, but your guidance is much appreciated. Thank
| you :)
|
|
Nov 19 '05 #2
dw
Thanks, bruce. I've seen the Web Parts Controls, and have read that they can
be used for portal development. Is that true? Thanks.

"bruce barker" <no***********@safeco.com> wrote in message
news:u7**************@TK2MSFTNGP14.phx.gbl...
it all depends on how complex you site is. some thoughts

1) asp.net is still months from beta2 (current version does not have a go
live license), and who knows how long before release code.
2) asp.net is stronger with programming tools than design tools
3) database support for oracle and sqlserver is very good

"dw" <co***************@uncw.edu> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
| Hi, all. We're choosing tools for developing intranet and Internet
portals
| for our university and want to know what options are available. Don't
laugh,
| but we're still using ASP for our Web apps! We're vaguely familiar with
| ASP.NET 2.0's portal tools, but need info. We'd like to know:
| - How easy it is to build a flexible, reliable, data-driven portal
for
a
| higher ed site using ASP.NET 2.0?
| - What portal-specific features does ASP.NET 2.0 offer?
| - How difficult/easy is it to maintain such a portal?
| - Can such a portal be tied to a SQL Server or Oracle db on the
backend
| easily?
| - From beginning to end, on average, how much time would it take to
| build such a portal with ASP.NET vs. some of the other tools?
| - Are there any example sites for higher ed?
| - Any in-depth documentation on ASP.NET 2.0's portal development
tools?
| - We need a dynamic site that will capture the students' eye and
keep
| them coming back. Are there guidelines on how to build portals to hook
your
| audience and make the experience so dynamic and fresh that they'd
actually
| want to use the site each day?
|
| We know that's asking a lot, but your guidance is much appreciated.
Thank
| you :)
|
|

Nov 19 '05 #3
Hi,
check out DotNetNuke at www.DotNetNuke.com.
There are several higher education portals in their showcase:
http://www.dotnetnuke.com/Community/...1/Default.aspx

also, like someone else said, ASP.NET 2.0 is still in beta.
I dont think itd be legal to put a ASP.NET 2.0 system into production right
now.
more comments below:

"dw" <co***************@uncw.edu> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Hi, all. We're choosing tools for developing intranet and Internet portals
for our university and want to know what options are available. Don't
laugh, but we're still using ASP for our Web apps! We're vaguely familiar
with ASP.NET 2.0's portal tools, but need info. We'd like to know:
- How easy it is to build a flexible, reliable, data-driven portal for
a higher ed site using ASP.NET 2.0?
Depends on the skill level of your programmers. But with 1.1, web
development is unbelievably easy, for reasonably competent programmers (not
web designers).
- What portal-specific features does ASP.NET 2.0 offer?
- How difficult/easy is it to maintain such a portal?
Depends on how much your requirements change.
- Can such a portal be tied to a SQL Server or Oracle db on the backend
easily?
Yes, very easily. In fact that is the whole point.
- From beginning to end, on average, how much time would it take to
build such a portal with ASP.NET vs. some of the other tools?
To setup DotNetNuke out-of-the-box, itd probably take no more than an hour
or two (but again, it depends a lot on your programmers), assuming you
already have IIS and SQL machines lying around. More time to customize it,
of course; depending on your requirements.
- Are there any example sites for higher ed?
Yes, check the showcase link above (there are more than i thot thered be in
fact)
http://www.dotnetnuke.com/Community/...1/Default.aspx
- Any in-depth documentation on ASP.NET 2.0's portal development tools?
this is for v1.1, but:
http://www.amazon.com/exec/obidos/tg...glance&s=books
- We need a dynamic site that will capture the students' eye and keep
them coming back. Are there guidelines on how to build portals to hook
your audience and make the experience so dynamic and fresh that they'd
actually want to use the site each day?
That depends a lot on your environment and the people youre working with,
and their motivation for creating and sharing content, not so much the
ASP.NET technology. I think that people/organizational issues are probably
the biggest hurdle to overcome in this area, more than whether or not to use
..NET (which could probably handle anything you're trying to do, cheaply and
effectively).
Featurewise, some suggestions would be to include stuff like RSS
aggregators, discussion boards, and #1: actually put useful stuff on the
portal!
We know that's asking a lot, but your guidance is much appreciated. Thank
you :)


HTH,
Premier JiangZemin
Nov 19 '05 #4
dw
Thanks, JiangZemin. Those were some excellent answers! Exactly what I was
looking for.
"JiangZemin" <fo*********@advance.com> wrote in message
news:up****************@TK2MSFTNGP14.phx.gbl...
Hi,
check out DotNetNuke at www.DotNetNuke.com.
There are several higher education portals in their showcase:
http://www.dotnetnuke.com/Community/...1/Default.aspx

also, like someone else said, ASP.NET 2.0 is still in beta.
I dont think itd be legal to put a ASP.NET 2.0 system into production
right now.
more comments below:

"dw" <co***************@uncw.edu> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Hi, all. We're choosing tools for developing intranet and Internet
portals for our university and want to know what options are available.
Don't laugh, but we're still using ASP for our Web apps! We're vaguely
familiar with ASP.NET 2.0's portal tools, but need info. We'd like to
know:
- How easy it is to build a flexible, reliable, data-driven portal for
a higher ed site using ASP.NET 2.0?


Depends on the skill level of your programmers. But with 1.1, web
development is unbelievably easy, for reasonably competent programmers
(not web designers).
- What portal-specific features does ASP.NET 2.0 offer?
- How difficult/easy is it to maintain such a portal?


Depends on how much your requirements change.
- Can such a portal be tied to a SQL Server or Oracle db on the
backend easily?


Yes, very easily. In fact that is the whole point.
- From beginning to end, on average, how much time would it take to
build such a portal with ASP.NET vs. some of the other tools?


To setup DotNetNuke out-of-the-box, itd probably take no more than an hour
or two (but again, it depends a lot on your programmers), assuming you
already have IIS and SQL machines lying around. More time to customize
it, of course; depending on your requirements.
- Are there any example sites for higher ed?


Yes, check the showcase link above (there are more than i thot thered be
in fact)
http://www.dotnetnuke.com/Community/...1/Default.aspx
- Any in-depth documentation on ASP.NET 2.0's portal development
tools?


this is for v1.1, but:
http://www.amazon.com/exec/obidos/tg...glance&s=books
- We need a dynamic site that will capture the students' eye and keep
them coming back. Are there guidelines on how to build portals to hook
your audience and make the experience so dynamic and fresh that they'd
actually want to use the site each day?


That depends a lot on your environment and the people youre working with,
and their motivation for creating and sharing content, not so much the
ASP.NET technology. I think that people/organizational issues are
probably the biggest hurdle to overcome in this area, more than whether or
not to use .NET (which could probably handle anything you're trying to do,
cheaply and effectively).
Featurewise, some suggestions would be to include stuff like RSS
aggregators, discussion boards, and #1: actually put useful stuff on the
portal!
We know that's asking a lot, but your guidance is much appreciated. Thank
you :)


HTH,
Premier JiangZemin

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Martin Heuckeroth | last post by:
Hi We are working on a webservice application and are having some problems with the cookies and/or sessions. We have them working on our intranet but then its not working on the internet. We...
3
by: sanjeeev | last post by:
I am loooking for the bet way to share files between Internet and Intranet application in real time, means as soon as an file is uploaded to the intranet application it should show up in the...
29
by: AndyZa | last post by:
According to the w3c specs a web page is not valid if the DOCTYPE declaration is missing. So, if I add the following doctype to my pages they will be "compliant": <!DOCTYPE HTML PUBLIC...
2
by: =?Utf-8?B?Sm9zZXBo?= | last post by:
I am building an ASP.Net 2.0 application that will be accessible through both internet and intranet. The application will use two different types of security methods, depending on whether the...
6
by: boriq | last post by:
Hallo, I created a project with more that 1000 different pictures in it. The project website is divided into more subpages. Problem is that these pages (pictures) are not cached on local...
9
by: =?Utf-8?B?bnV1dHV1ZG5ldA==?= | last post by:
We want to use allready written C sharp programs for our asp.net applications. The idea is that we write a program ONCE and use this same EXACT logic for our internet apps. Everything will run on...
3
by: james | last post by:
WATYF <WATYF1@gmail.comwrote in news:eb43eb6a-afaa-4e39-ac0b-850afdb6d1e4@r66g2000hsg.googlegroups.com: It gets complicated. First, a reference:...
4
by: Barbiturico76 | last post by:
Hi guys, anybody knows if it is possible to generate a <div id="myMap" style="width: 400; height:300; left: 0px; top: 0px;" /> inside your intranet site, to represent a programmatically...
1
by: nagmvs | last post by:
Hai all, I want to do a project that Connecting Internet to Intranet with all security.Can any ideas please ? . My project description: We have some clients those are transcript our data...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.