温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:NetShopForge网上商店程序(VB)源码
当前文件路径:NetShopForge/Website/Install/Default.aspx

1<%@ Page Language="vb" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="Install_Default" Title="CSK Installer"%> 2
3
<%@ Register Src="Control/DatabaseControl.ascx" TagName="DatabaseControl" TagPrefix="uc1" %> 4
5
<%@ Register Src="../Admin/Controls/ResultMessageControl.ascx" TagName="ResultMessageControl" 6
TagPrefix="uc2" %> 7
8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 9
10
<html xmlns="http://www.w3.org/1999/xhtml" > 11
<head runat="server"> 12
<title>Untitled Page</title> 13
<style type="text/css"> 14
<!-- 15
body { 16
margin-left: 20px; 17
margin-top: 10px; 18
margin-right: 20px; 19
margin-bottom: 10px; 20
21
} 22
23
--> 24
</style> 25
</head> 26
<body> 27
<form id="form1" runat="server" > 28
<div > 29
<table align=center > 30
<tr><td style="width: 652px" > 31
<asp:Image ID="Image1" runat="server" ImageUrl="~/Copy of Images/check.gif" /></td></tr> 32
<tr> 33
<td style="width: 652px"> 34
<h4>Installer</h4> 35
Welcome to the Commerce Starter Kit! Before the application can run, you need to 36
install your store's database. If you get stuck, or need help, you can access 37
our <a href="Help.aspx">install help page</a>.<br /> 38
39
<br /> 40
The most common errors associated with installing the database have to do with security. 41
Make sure that the login you use below has Execution rights on your DB. Most ISPs 42
grant this with the login they give you, so you should be OK if you are installing 43
the database remotely.<br /> 44
<br /> 45
If you are installing the site locally, you might want to review our <a href="Help.aspx"> 46
help page</a> that will show you h<a href="Help.aspx">ow to setup permissions properly</a> 47
for integrated authentication using SQL 2005 Express. (this install page can't do 48
it for you).<br /> 49
<br /> 50
If you want to install the system yourself (for example if you only want to install 51
the CSK store and not the membership), all of the scripts are in the Install/InstallScripts 52
folder. When you are finished just update the Web.Config as needed.<br /> 53
<br /> 54
<br /> 55
<uc1:DatabaseControl id="DatabaseControl1" runat="server"> 56
</uc1:DatabaseControl> 57
58
</td></tr> 59
</table> 60
</div> 61
</form> 62
</body> 63
</html> 64



TagPrefix
<!--

body 
