installation.html
来自「用C#开发实现SMTP相关技术,能接收到带附件的邮件服务功能.」· HTML 代码 · 共 30 行
HTML
30 行
<!doctype HTML public "-//W3O//DTD W3 HTML 3.2//EN">
<html>
<head>
<title>
Installation
</title>
</head>
<body bgcolor="#ffffff">
<h1>Installing openSmtp.net</h1>
<h2>Application</h2>
The application was designed to work with the Microsoft .Net 1.1 runtime, it must have this installed on the target machine in order to function properly.
<ol>
<li>Create a new virtual directory, for example 'openSmtp', in your IIS5/dotnet server
<li>set the permissions to include 'scripts only',
<li>Copy everything to the new openSmtp directory
<li>In the IIS admin cosole specify the directory as it's own application.
<li>Also, in the IIS admin cosole specify the web directory as it's own application so the
web application may run in its own space.
</ol>
<h2>Nunit tests</h2>
The test program (nunit.exe) needs the .net runtime installed.
Run Nunit, select openSmtp.dll and then run the tests.
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?