Newbie ASP.NET question for Webportal project

E

Erry

Dear ASP.NET Guru,

I'm start learning ASP.NET 2.0 (Visual Studio 2005), I would like to use
ASP.NET on my webportal Chart/Reporting Projects, I have couple questions
and appreciate if you could point me a link resource or book for each of my
questions below:

1. Does ASP.NET has security feature (ie. Admin & User)?

2. How do we set the securiry access to Page Tabs or page?

3. Does ASP.NET has feature to design (on the
fly)(add/edit/delete/modify/arrange) the webparts into the page or page tab?

4. Does ASP.NET has "Database Schemma" features? or do we need buy a
"Database Schemma" ASP.NET component?

5. Does ASP.NET has "Schedulling" features? whereby we can schedule to run a
report at certain time?

Looking forward for the answer, Thank you.

Best REgards,

Erry
 
S

Scott M.

I think you should do a bit more research about web development and
object-oriented programming before you begin.

ASP.NET is an architecture - - it's not a language. As such, your questions
3, 4 & 5 don't really make any sense. Schemas, Web Parts and scheduling of
tasks are all separate issues that don't really have anything to do with
ASP.NET.

As for questions 1 & 2, there are many ways to implement security on your
web site. You could the Forms Based Secuiry feature, you could build your
own security, etc.

In short, ASP.NET will not solve any of the questions you've asked about,
good knowlege of the .NET Framework, the objects supplied with that
framework and good programming skills will.
 
E

Erry

Thanks Scott for your enlightement!

Scott M. said:
I think you should do a bit more research about web development and
object-oriented programming before you begin.

ASP.NET is an architecture - - it's not a language. As such, your
questions 3, 4 & 5 don't really make any sense. Schemas, Web Parts and
scheduling of tasks are all separate issues that don't really have
anything to do with ASP.NET.

As for questions 1 & 2, there are many ways to implement security on your
web site. You could the Forms Based Secuiry feature, you could build your
own security, etc.

In short, ASP.NET will not solve any of the questions you've asked about,
good knowlege of the .NET Framework, the objects supplied with that
framework and good programming skills will.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top