o********r 发帖数: 775 | 1 各位高手
我下载了微软的Ibuyspy store的例子, 安装, configue都没问题, 可是run 不了,错
误
如下:
Server Error in '/StoreVB' Application. |
|
C****n 发帖数: 2324 | 2 An entry portal like IBUYSPY or RainBow provide a concept some basic modules.
You can use it to create a fancy community sites with all kinds of fancy
features, but if you want to use it on ECommerce, or any bigger solutions
which involves a lot business rules, it falls short on Architecture issue.
1. Navigation. It's very weak in IBUYSPY. Usually you can only do 2 step
navigation, anything deeper than that, you either do it with a lot coding, or
invent a different navigation framework. Though t |
|
i******i 发帖数: 54 | 3 我也是装了用不了,后来就看在线版的了。
关键是思路。
错 |
|
v**m 发帖数: 242 | 4 go to the source code for productsDB(normally it's called productsDB.cs) and
check GetProductCategories(). I guess in class productsDB, you need import a
certain namespace to make it work.
错 |
|
|
a*****a 发帖数: 438 | 6 r
microsoft has full source code available yah.. www.ibuyspy.com |
|
a*****a 发帖数: 438 | 7 http://www.ibuyspy.com
everything you need, the whole source code. It's a demo for C# and .NET
framework. |
|
p***n 发帖数: 635 | 8 看了些网上可以下载的基于.NET
的PORTAL框架,象RAINBOW,IBUYSPY
觉得比WEBLOGIC PORTAL差了不少.
现在我对.NET的整体感觉就是基本的
架子是搭起来了,IDE也很不错,但是
真正有利于二次开发的平台还不存在.
有些东西象CMS SDK,CRM SDK,很不错,
但是过于专门化了,SHAREPOINT PORTAL
又很弱.
对这些比较了解的大虾能不能谈一谈? |
|
C****n 发帖数: 2324 | 9 Rainbow is nothing more than a bunch of modules above IBUYSPY.
It's good. Depends how you look at it. It's not a good 3 tier architecture,
but that's because most modules are too damn simple, you don't need 3 tier.
Good.
Good.
Good
Good.
Good.
Good.
Don't go for Rainbow. Wait for .Net 2.0, some major change in .Net 2.0 would
place an impact on Web Architecture. |
|
C****n 发帖数: 2324 | 10
Portal is a portal. IBUYSPY/Rainbow is an entry point portal. It works well on
what it meant to do, I call that good. I didn't call that excellent.
You are right on this, it should be there long time ago.
1. Generics. Which will simplify a lot of works.
2. Master Pages. Too many people (include me) invent their own template
framework, now you'd better give up your own and use Master page, because
it's integrited with Whidbey, it will be more productive even it's not as good
as the one you inve |
|
L*******r 发帖数: 1011 | 11 Thanks. That's the answer I want. :)
modules.
or
doesn't
it
IBUYSPY
use
I
you
change. |
|
C****n 发帖数: 2324 | 12 Your knowledge regarding authentication is valid, but nobody is using it. The
best pratice is to protect all your pages and allow anonymous login and use
role based authentication to control access.
Go to www.asp.net then go to IBUYSPY tab to get the sample.
By the way, there's a misunderstanding of WEB.CONFIG in your post. You can
have as many web.config as necessary in one project and place them in sub
folders, which will guard the folders under it.
login
achieve
users,e.g.
I
that
be |
|
C****n 发帖数: 2324 | 13
Don't use session. It will work, not the best pratice.
I strongly suggest anybody who wants to learn .NET to check out the IBUYSPY
sample. It's the best samle I've seen so far.
The
use
login?
authorization
same |
|
p***n 发帖数: 635 | 14 that is awsome. i've setup a virtual pc of windows 2003 but i am still waiting
for Whidbey
IBUYSPY |
|
C****n 发帖数: 2324 | 15 I just had a damn headache bug with session.
The problem has lasted for months, and never be solved. I just realize it's
session problem today.
ASP.NET will restart for some internal reasons, hence discard your session
values, even with a single CPU.
DAMN, what a stupid mistake.
IBUYSPY |
|
C****n 发帖数: 2324 | 16 Requirement:
1. ASP.NET/VB.NET/SQL2K with heavy stored procedure experience.
2. Understand IBUYSPY framework.
Benefit:
Free technical mentor and instructions
Got paid once you become productive.
Contact s*****[email protected]
Calvin |
|