c****i 发帖数: 32 | 1 it is a security measure IIS6 takes by default. basically it does not serve unknown
types unless you (server admin) specifically set the MIME type. |
|
b*e 发帖数: 3845 | 2 It's an ASP.NET application on IIS6 of Windows 2003 Server,
the backend database is MySQL. There are a bunch of datagrid in
the front end. Some queries in the application is complicated,
so that it definitely consume much CPU and memory.
Here is the problem. After the system runs a while say 2-3 days
or one week, the system suddenly hang up. Here is the error
message I got from the system event log.
A process serving application pool 'XXX Pool' exceeded time limits
during shut down. The process |
|
w***a 发帖数: 313 | 3 刚弄了个WIN2003 SERVER, IIS6, 装PHP的时候, 出了问题,
我用的是PHP5的INSTALL安装程序, 装的时候似乎可以,但是当我调用TEST.PHP
看PHPINFO();的时候. 开始总是说404文档找不到(其实明明在).
后来从新装, 换了目录,装到了C盘,
这次说
CGI Error
The specified CGI application misbehaved by not returning a complete set of HT
TP headers.
检查了IIS里的培植, 看不出任何异常, 用的是PHP-CGI.EXE来解析.PHP文件.
PHP目录权限也都加了, PHP.INI也COPY到了WINDOWS,
各位有成功在WIN2003下装PHP的经验么, 能否指点一二, 先谢了. |
|
b***i 发帖数: 3043 | 4 很久没搞,今天调试,发现我自己开发的机器是windows 7,iis7,调试没问题。
我试图向另一个电脑复制这个程序出了问题。是不是我得安装我的程序,就是说build
成Installation文件,然后到另一个电脑运行?或者我觉得是不是得publish到另外哪
个电脑的wwwroot?我今天在另外那个电脑看iis6的设置,然后browser,iis6的窗口出现
service unavailable,ie看localhost也是一样。windows xp的机器。这个会是什么原
因? |
|
发帖数: 1 | 5
记得当时是用asp.net做网站,前端后端,当时好像ajax刚刚兴起,什么web service,
javascript什么的。
服务器是IIS6.0,asp.net + sql server 2005,写过几个网站,当时用的ide是visual
studio 2003。无非就是增删查改,没什么技术含量
这种水平还能找到工作? |
|
发帖数: 1 | 6 怎么办怎么办
[在 ghost57 (ghost57) 的大作中提到:]
:记得当时是用asp.net做网站,前端后端,当时好像ajax刚刚兴起,什么web service
,javascript什么的。
:服务器是IIS6.0,asp.net + sql server 2005,写过几个网站,当时用的ide是
visual studio 2003。无非就是增删查改,没什么技术含量
:这种水平还能找到工作? |
|
b****e 发帖数: 15 | 7 发信站: The unknown SPACE (Sat Aug 2 17:55:10 2003) WWW-POST
All asp files (not Asp.Net) run well at Win2000+IIS5.0
But all did not work when move to Win Server 2003 + IIS 6.0
the ASP extension has been activated under IIS 6, but still not work. |
|
h******n 发帖数: 493 | 8 放了一些扩展名是.vcr的文件在IIS web server(v6.0)上,
不论是直接点击或者是选择保存都不行,
而.htm和.exe文件都可以看或者保存,
请问是怎么回事?
先谢了! |
|
h******n 发帖数: 493 | 9 呵呵,google加看了IIS的帮助以后自己搞定了。
原来是要在IIS manager里面把.vcr加到MIME map里面。
具体的做法是在先添加一个extension,然后在mime type
里面写上“application/octet-stream”就好了。
想过去其他的扩展名应该是一样的了。。。 |
|
b****u 发帖数: 1027 | 10 install internet information server (IIS6.0)
you can not install it on XP Home edition
you can only install on Professional or Server edition. |
|
j***n 发帖数: 301 | 11 IIS6.0
我现在有一个需求,对于每个http请求的asp文件,我想:
1. 预先修改一下该asp文件,例如从中删除一些字节,
2. 然后让IIS正常处理我修改过的文件。
3. 然后再次修改IIS处理之后的文件,例如把步骤1中删除的字节加回去。然后发送回
客户
端。
现在想不清楚应该怎么实现。
如果用filter的话,是不是filter只有一个实例?那么我就不能轻易的对每个request维
持它处理之前和处理之后的状态。
如果用extension的话,能不能把对asp文件的请求映射到我这个extension来,然后在我
的extension中调用标准的asp.dll,这样在调用之前和之后我可以自己处理?
新手,请不吝指点啊 |
|
j***n 发帖数: 301 | 12 我有一些后缀名很诡异的文件,放在iis5.1或者apache或者tomcat上面之后,可以通过
在浏览器内输入地址的方式直接下载。但是在IIS 6里面就找不到该文件。应该在哪里设
置一下呢? |
|
b******y 发帖数: 9224 | 13 windows explorer -> folder options -> view -> hidden files, maybe? |
|
j***n 发帖数: 301 | 14 no,iis属性里面配了一下mime类型就好了 |
|
l*****a 发帖数: 166 | 15 好像是未注册的文件 默认为 不提供服务。是不是这样? |
|
|
O*****c 发帖数: 171 | 17 smtp没问题,
送出去和送进来的email都stuck在Queue文件夹里
thanks! |
|
y****0 发帖数: 2 | 18 make sure you can send out email through port 25. most of the cable
companies block the SMTP port 25 for the residential accounts.
意波微博
海外首家中文微博
www.yeebok.com |
|
k****i 发帖数: 1072 | 19 for debugging,I would suggest you to set the max pool size to the minimum
number you need at the same time and then you can catch the problem more
quickly.By default the connection pool size is 100.And you can also monitor
the connection status in MMC or code it in .net. |
|
j***e 发帖数: 186 | 20 我机器上的php就是在IIS上运行的,php5在IIS6.0 上跑的挺好,从来没
装过apache. |
|
j***n 发帖数: 301 | 21 【 以下文字转载自 BuildingWeb 讨论区 】
发信人: jamen (jamen), 信区: BuildingWeb
标 题: 关于isapi
发信站: BBS 未名空间站 (Sun Mar 1 16:08:25 2009), 转信
IIS6.0
我现在有一个需求,对于每个http请求的asp文件,我想:
1. 预先修改一下该asp文件,例如从中删除一些字节,
2. 然后让IIS正常处理我修改过的文件。
3. 然后再次修改IIS处理之后的文件,例如把步骤1中删除的字节加回去。然后发送回
客户
端。
现在想不清楚应该怎么实现。
如果用filter的话,是不是filter只有一个实例?那么我就不能轻易的对每个request维
持它处理之前和处理之后的状态。
如果用extension的话,能不能把对asp文件的请求映射到我这个extension来,然后在我
的extension中调用标准的asp.dll,这样在调用之前和之后我可以自己处理?
新手,请不吝指点啊 |
|
j***n 发帖数: 301 | 22 在IIS6.0下能用这东西吗(我是新手)
我现在感觉HttpModule是不是特指Managed Code在IIS 7上? |
|
n**********l 发帖数: 271 | 23 What the OS and HTTP server?
Have you tried localhost and computer name?
If you capture traffic do you see significant difference in tcp response
time?
First thing came into my mind is storage I/O and caching related issues, but
it doesn't sound like the case here.
Can you replicate this problem with other HTTP clients? I don't know how C#
handles network traffic.
I have never noticed this issue with IIS6/7 and any HTTP browser |
|
j***n 发帖数: 301 | 24 【 以下文字转载自 BuildingWeb 讨论区 】
发信人: jamen (jamen), 信区: BuildingWeb
标 题: 关于isapi
发信站: BBS 未名空间站 (Sun Mar 1 16:08:25 2009), 转信
IIS6.0
我现在有一个需求,对于每个http请求的asp文件,我想:
1. 预先修改一下该asp文件,例如从中删除一些字节,
2. 然后让IIS正常处理我修改过的文件。
3. 然后再次修改IIS处理之后的文件,例如把步骤1中删除的字节加回去。然后发送回
客户
端。
现在想不清楚应该怎么实现。
如果用filter的话,是不是filter只有一个实例?那么我就不能轻易的对每个request维
持它处理之前和处理之后的状态。
如果用extension的话,能不能把对asp文件的请求映射到我这个extension来,然后在我
的extension中调用标准的asp.dll,这样在调用之前和之后我可以自己处理?
新手,请不吝指点啊 |
|
|
a*****a 发帖数: 438 | 26 Microsoft SOAP.
SOAP Server: IIS. (It runs on IIS5.0 I think, but I am using
IIS6.0) |
|