iis的前preSS挂起 [英] iis express hangs

查看:172
本文介绍了iis的前preSS挂起的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用VS2010前preSS与XP专业版SP3 SP1。我有一个很好IIS下防爆preSS前几天运行的本地驱动器上的Web开发网站。现在,当我在IIS下防爆preSS启动,IIS防爆preSS上升到50%的CPU使用率,并且不下来,最终冷冻机至少数分钟(在这一点上我做了硬PC重新开始)。该网站下的VS开发服务器(卡西尼)工作正常。在IIS防爆preSS的页面调用

 的http://本地主机:4306 /我的空间

对于这样一个事件的TraceError是在这里:

  https://www.yousendit.com/download/UW13UGhTSWVwaFRvS3NUQw

我最近做了两个变化,可能影响到的东西。 1)我做了网站运营测试的副本,并得到了它的IIS 5.1下运行。然后,我指着IIS 5.1在开发网站,并得到了它的运行;工作正常。 2)我改名,发展网站是在文件夹,然后无法弄清楚如何让VS2010前preSS承认它的起始页面;但我得到了过去那种。

我试图卸载IIS防爆preSS和重新安装,没有快乐。

我试过看IISEx preSS文件夹中的配置文件的XML,但是我无法找到文档,告诉我,我可能会跟他们做。

我建立使用V2010防爆preSS在不同的文件夹中的全新裸机的网站,得到的结果。

我需要IIS防爆preSS,因为我已经得到了广泛的JavaScript和真的不想回去卡西尼为JS调试。

如何让IIS防爆preSS备份和我的开发网站正常运行,将AP preciated任何建议。

谢谢!

更新

据指出,上述日志文件中有一个企图附加自动命名的数据库的错误,所以我修改了web.config中,我也可以我消除了,而是因为我我不能肯定不能再弄追踪日志与挂起;系统生成追踪日志之前,显然挂了。

然后我跑了一些测试,下面,我在其中改变了网站的首页。这最初产生了无法显示网页的错误,而不是挂起,所以我认为错误可能是更具体页面。但随后产生双方的目标页面的窍门错误,使无法显示网页与诀窍是不相符的。


  

在web.config中改变一个连接字符串=>它有两个用于CTLS.mdb,一个)一个具有文件夹路径,b)另一与[DataDirectory目录]除去二)
  在VS开发服务器运行=>方法加工的
  封闭式VS2010前preSS
  重新启动的VS2010前preSS
  冉调试下IIS防爆preSS网站=>而不是杭,给了IE无法显示网页
  IIS下防爆preSS =>再次重复调试的网站,无法显示网页结果
  在VS2010前preSS,改变了初始页,以SiteEntrance.aspx,在IIS防爆preSS调试重复=> IIS防爆preSS挂起
  重新启动PC
  重新启动的VS2010,改启动页为zTestLaunch.aspx,在IIS防爆preSS运行调试=>IE无法显示网页
  在VS2010前preSS,改变了初始页,以SiteEntrance.aspx,反复调试IIS下防爆preSS =>IE无法显示网页
  停止调试,调试重启=>无法显示页面
  停止调试,调试重启=>无法显示页面
  封闭式VS2010前preSS,指出了它所指向IIS防爆preSS,重新启动调试=>无法显示页面(页面= SiteEntrance.aspx)
  重新启动的VS2010,改启动页为zTestLaunch.aspx,在IIS防爆preSS => IIS防爆preSS挂起

运行调试

在这里从无法显示网页的活动之一是在追踪日志

  https://www.yousendit.com/download/UW16aXRJNHY4Q1RvS3NUQw

更新:

好吧,这个问题显然是如此奇特,没有人在四个论坛,一个有偿服务听说过它。下一站在微软的支持$ 259 EXCEPT ​​ - 哑了我,我发现并不需要IIS防爆preSS调试JavaScript的在VS工作室防爆$ P $(PSS(我想我做了 - 一些误解可能混淆IIS防爆preSS与IE浏览器,这你确实需要)的话,那是我的司机,我不需要在这方面努力再增加了。

Finito!感谢谁看了这么远。<​​/ P>

解决方案

这问题显然是如此奇特,没有人在四个论坛,一个有偿服务听说过它。下一站在微软的支持$ 259 EXCEPT ​​ - 哑了我,我发现并不需要IIS防爆preSS调试JavaScript的在VS工作室防爆$ P $(PSS(我想我做了 - 一些误解可能混淆IIS防爆preSS与IE浏览器,这你确实需要)的话,那是我的司机,我不需要在这方面努力再增加了。

I'm using VS2010 Express with SP1 on XP Pro SP3. I have a web development site on a local drive that was running fine under IIS Express a few days ago. Now when I launch under IIS Express, IIS Express goes up to 50% CPU usage and doesn't come down, eventually freezing the machine for at least several minutes (at which point I do a hard PC restart). The site works fine under the VS Development Server (Cassini). Under IIS Express the page call is

http://localhost:4306/mypage

The TraceError for one such event is here:

https://www.yousendit.com/download/UW13UGhTSWVwaFRvS3NUQw

I made two changes recently that might have affected things. 1) I made a copy of the site for operations testing and got it to run under IIS 5.1. Then I pointed IIS 5.1 at the development site, and got it to run; works fine. 2) I renamed the folder that the development site was in, and then could not figure out how to get VS2010 Express to recognize it on the start page; but I got past that.

I tried uninstalling IIS Express and reinstalling, no joy.

I tried looking at the IISExpress folder config files xml however I can't find documentation to tell me what I might do with them.

I built a fresh new bare-bones site using V2010 Express in a different folder and got the result.

I need IIS Express because I've got extensive javascript and REALLY don't want to go back to Cassini for JS debug.

Any suggestions on how to get IIS Express back up and running properly on my development site would be appreciated.

Thanks!

Update

It was pointed out that the above log file had a "attempt to attach an auto-named database" error, so I modified the web.config and I may have I eliminated that, but I can't be sure because I can't get another TraceLog with the "hang"; the system apparently hangs before generating the TraceLog.

Then I ran some more tests, below, in which I changed site start page. This initially generated a "cannot display page" error instead of the hang, so I thought the error might be more page specific. But then it generated the hang error on both of the target pages, so that the "cannot display page" versus the hang is not consistent.

Changed a connection string in web.config => it had two for the CTLS.mdb, a) one with a folder path, b) another with [DataDirectory]; removed b) Ran under VS Development Server => Worked Closed VS2010 Express Restarted VS2010 Express Ran Debug for site under IIS Express => instead of hang, gave "IE cannot display page" Repeated Debug for site under IIS Express => again, "cannot display page"
In VS2010 Express, changed the start page to "SiteEntrance.aspx", repeated Debug under IIS Express => IIS Express hangs Rebooted PC Restarted VS2010, changed start page to "zTestLaunch.aspx", run Debug under IIS Express => "IE cannot display page" In VS2010 Express, changed the start page to "SiteEntrance.aspx", repeated Debug under IIS Express => "IE cannot display page" Stopped debug, restarted debug => cannot display page Stopped debug, restarted debug => cannot display page Closed VS2010 Express, noted it's pointing to IIS Express, restarted debug => cannot display page (page = SiteEntrance.aspx) Restarted VS2010, changed start page to "zTestLaunch.aspx", run Debug under IIS Express => IIS Express hangs

here's the TraceLog from one of the "cannot display page" events

https://www.yousendit.com/download/UW16aXRJNHY4Q1RvS3NUQw

Update:

Well, this problem is apparently so peculiar that nobody has heard of it in four forums and one paid service. Next stop $259 at Microsoft support. EXCEPT - dumb me, I discovered don't NEED IIS Express to debug javascript in VS Studio Express( (which I thought I did - some misperception probably confused IIS Express with IE, which you do need) so, that being my driver, I don't need to work on this any further.

Finito! Thanks to anyone who read this far.

解决方案

This problem is apparently so peculiar that nobody has heard of it in four forums and one paid service. Next stop $259 at Microsoft support. EXCEPT - dumb me, I discovered don't NEED IIS Express to debug javascript in VS Studio Express( (which I thought I did - some misperception probably confused IIS Express with IE, which you do need) so, that being my driver, I don't need to work on this any further.

这篇关于iis的前preSS挂起的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆