DELPHI盒子
!实时搜索: 盒子论坛 | 注册用户 | 修改信息 | 退出
检举帖 | 全文检索 | 关闭广告 | 捐赠
技术论坛
 用户名
 密  码
自动登陆(30天有效)
忘了密码
≡技术区≡
DELPHI技术
lazarus/fpc/Free Pascal
移动应用开发
Web应用开发
数据库专区
报表专区
网络通讯
开源项目
论坛精华贴
≡发布区≡
发布代码
发布控件
文档资料
经典工具
≡事务区≡
网站意见
盒子之家
招聘应聘
信息交换
论坛信息
最新加入: jsuguo
今日帖子: 34
在线用户: 13
导航: 论坛 -> 移动应用开发 斑竹:flyers,iamdream  
作者:
男 studier (清风) ★☆☆☆☆ -
盒子活跃会员
2004/3/31 0:18:10
标题:
出现错误:unable to attach to ASP.NET worker process,各位大哥,怎么办??? 浏览:3200
加入我的收藏
楼主: 网上查到资料:http://borland.blogger.cn/scyangyu/posts/795.aspx
但我没有cassini,一定要这样吗?
----------------------------------------------
简简单单就好
作者:
男 waterstone (waterstone) ★☆☆☆☆ -
盒子活跃会员
2004/4/2 9:11:15
1楼: 我认为目前没有必要
车到山前必有路,学到那块再说吧!
你说呢!

----------------------------------------------
我来自农村广阔的田野我的每一个动作都很夸张http://waterstone.51r.com
作者:
男 studier (清风) ★☆☆☆☆ -
盒子活跃会员
2004/4/2 13:39:21
2楼: 不好意思,我的意思是说随便建一个asp.net项目进行编译都会出现上述错误,我在一个E文网站看到用aspnet_iisreg.exe -i 可解决问题,可我用了,依然出现这个错误。倒是可以运行run without debug(在网页中查看)。
----------------------------------------------
简简单单就好
作者:
男 waterstone (waterstone) ★☆☆☆☆ -
盒子活跃会员
2004/4/2 15:04:36
3楼: 嘿嘿
那我就更不好意思了
我的D8还没装成呢!!

----------------------------------------------
我来自农村广阔的田野我的每一个动作都很夸张http://waterstone.51r.com
作者:
男 smallfang (*&*) ★☆☆☆☆ -
普通会员
2004/4/2 20:26:27
4楼: 对了,你已找到解决办法,run without debug,你没看李维做的时候也是这样吗?
----------------------------------------------
如你所愿,你将不会收到本站任何邮件。
作者:
男 flyers (flyers) ★☆☆☆☆ -
普通会员
2004/4/2 20:31:57
5楼: cassini需要编译,并且一直运行才可以,英文的,不过用于ASP.Net则和IIS几乎相同且十分安全,用于测试
----------------------------------------------
大家好,我是Flyers。

是Delphi.Net版主,小弟会尽力解决大家的问题!谢谢支持!
作者:
男 waterstone (waterstone) ★☆☆☆☆ -
盒子活跃会员
2004/4/3 12:23:54
6楼: 哦!

还是先帮我装好D8吧
http://bbs.2ccc.com/topic.asp?topicid=77449
----------------------------------------------
我来自农村广阔的田野我的每一个动作都很夸张http://waterstone.51r.com
作者:
男 studier (清风) ★☆☆☆☆ -
盒子活跃会员
2004/4/3 12:42:58
7楼: 谢谢,我也曾经见过提示要用cassini,可那是什么呢?
----------------------------------------------
简简单单就好
作者:
男 dlp (DLP) ★☆☆☆☆ -
盒子活跃会员
2004/4/3 20:44:23
8楼: cassini是delphi 8.0附带的小型的WEB 服务器,仅供用于ASP软件开发。

有关资料是:

But I need a Web server! MS's IIS? Cassini?
Asp.Net is server side web development, which means that you need to have a web server in order to build and debug asp.net applications. By default, Delphi 8 sets MS's IIS as your developing/running/debugging platform. If you do not have IIS installed on your development machine, you can use the Cassinni sample web server that ships with Delphi 8. The Cassini Web Server is a sample web server written in C# (.Net), it demonstrates hosting ASP.NET pages using the ASP.NET hosting APIs. 
As said, Cassini comes with Delphi 8, and its code can be found in "C:\Program Files\Borland\BDS\2.0\Demos\Cassini" depending on your installation folder structure. Don't be frightened with the C# code, after all we need Cassini only as a sample web server for our Asp.Net applications (if you do not have IIS installed, that is).
To install the Cassini, you'll need to run the build.bat file in the cassini folder. If you simply run the build.bat you could end up with the "'csc' is not recognized as an internal ..." error - because it assumes that you have both the .Net framework's and the .Net SDK's \bin directory in your environment's path (in order to access the csc C# compiler and the gacutil.exe). 
The solution is to add "C:\Windows\Microsoft.NET\Framework\v1.1.4322" and "C:\Program Files\Microsoft.NET\SDK\v1.1\bin" in the System's Path variable, or to change the build.bat. Note that the exact directory path depends on your machine settings (do a search for "csc" and "gacutil"). 

Once you have Cassini running, you can choose the Cassini as the web server via the Project Options. We'll talk more about that in the later chapters. 


----------------------------------------------
-
作者:
男 waterstone (waterstone) ★☆☆☆☆ -
盒子活跃会员
2004/4/4 16:58:12
9楼: 哦!

----------------------------------------------
我来自农村广阔的田野我的每一个动作都很夸张http://waterstone.51r.com
作者:
男 studier (清风) ★☆☆☆☆ -
盒子活跃会员
2004/4/4 23:05:24
10楼: 谢谢,我知道了,以后有问题我会尽量在网上查的,再次谢谢各位。
----------------------------------------------
简简单单就好
信息
登陆以后才能回复
Copyright © 2CCC.Com 盒子论坛 v3.0.1 版权所有 页面执行62.5毫秒 RSS