开发者

.Net 3.5 sp1 unable to start debugging on web server

When trying to debug my web application, I'm getting an "unable to start debugging on the web server" error then with html displayed right after in the same pop up. All the inline code in the html shows an exception e.g object reference not set, unhandeled exception was generate, etc.

I tried all the suggestions on google to no avail: Windows Authentication 开发者_开发问答in IIS is on, aspnet_regiis -i gives me the "Failed to initialize properly 0xc0000005" error.

This problem only occurs under .Net 3.5 SP1, 3.5 works fine and I made sure it's SP1 by uninstalling and reinstalling it twice. And I also made sure nothing has changed except for the .Net SP1.

Running Win XP, VS 2008, IIS on same box

Any help would be appreciated, thanks


Turns out it's a special case. Posting here just in case others have the same set-up. The problem is caused by Symantec Endpoint Protection MR5. Rolling back to MR4 did the trick. Additional info: http://www.symantec.com/connect/forums/aspnetwpexe-could-not-be-started-error-code-failure-c0000005-when-sep1105-installed

Thanks to all those that have replied.


You need first to solve the problem with aspnet_regiis. Which error is this giving you?


I know you said you tried all the google options, but the simplest solution is quite often the right one.

In config, did you check to make sure that the system.web debug attribute is set to true? That's bitten me a handful of times.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜