Tải bản đầy đủ (.doc) (2 trang)

tao module don gian dotnetnuke

Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (41.53 KB, 2 trang )

DotNetNuke HelloWold Module
Introduction Giới thiệu
Congratulations! Lời chúc mừng! You have created your own DotNetNuke Module.
Please take a few minutes to read this document, which will help you install and
configure your new module.
Bạn đã tạo ra DotNetNuke Module của riêng bạn. Hãy dành một vài phút để đọc
tài liệu này, sẽ giúp bạn cài đặt và cấu hình mô-đun mới của bạn.
* Important *
Due to limitations in the templating capabilities of Visual Studio, you will need to
manually rename a couple of folders before you continue.
Do sự hạn chế trong khả năng templating của Visual Studio, bạn sẽ cần phải tự
đổi tên một vài thư mục trước khi bạn tiếp tục.
Đổi tên / App_Code / ModuleName thanh App_Code / HelloWold
Đổi tên / DesktopModules / ModuleName thanh / DesktopModules / HelloWold
This can be accomplished in your development environment by right-clicking the
folder name in the Solutions Explorer and selecting Rename from the menu.
Điều này có thể được thực hiện trong môi trường phát triển của bạn bằng cách
nhấp chuột phải vào tên thư mục trong Explorer Giải pháp và chọn Rename từ
trình đơn.
In addition, as the main project uses Visual Basic you need to add a
<codeSubDirectories> node to your web.config as shown below:
Ngoài ra, như các dự án chủ yếu sử dụng Visual Basic bạn cần thêm một nút để
<codeSubDirectories> web.config của bạn như dưới đây:
<codeSubDirectories> <codeSubDirectories>
<add directoryName="HelloWold" /> // html
<add directoryName="HelloWold" />
</codeSubDirectories> </ codeSubDirectories>
This node is in the <system.web><compilation> node, and there is a commented
out example in release.config.
Nút này là nút <compilation> <system.web>, và có một nhận xét ra ví dụ trong
release.config.


Further Resources Hơn nữa nguyên
The information in this page is only an overview of the DotNetNuke Web
Application Framework. Thông tin trong trang này chỉ là một tổng quan về các
ứng dụng web DotNetNuke Framework. For more information, visit
www.dotnetnuke.com . Để biết thêm thông tin, hãy truy cập
www.dotnetnuke.com.

Tài liệu bạn tìm kiếm đã sẵn sàng tải về

Tải bản đầy đủ ngay
×