如何使用系统帐户运行aspnet [英] How to run aspnet with system account

查看:64
本文介绍了如何使用系统帐户运行aspnet的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我第一次运行ClrProfiler来配置我的网络应用程序,而且它已经卡在这个msg框中了:等待Asp.net开始普通

语言运行时 - 这是加载测试页面的时间。即使在我启动了我的应用程序并且aspnet_wp.exe正在运行之后,我就开始运行。


你知道我需要做些什么来修复它吗?我还发现了一些旧帖子,一个

的人提到我需要确保我需要

用系统帐户运行我的aspnet。你知道怎么做吗

账户转换?


感谢您的意见和建议。

解决方案

您好Zeng,


您可以在以下

链接中了解如何创建自定义帐户以运行ASP.NET。

http://msdn.microsoft.com/library/de...l/secmod15.asp


祝你好运!

" Zeng" <泽****** @ hotmail.com>写在留言中

新闻:%2 **************** @ tk2msftngp13.phx.gbl ...



我正在运行ClrProfiler第一次配置我的网络应用程序,并且它一直卡在这个消息框中:等待Asp.net开始普通的
语言运行时 - 这是加载测试页面的时间。即使在我启动我的应用程序并且aspnet_wp.exe正在运行之后。

你知道我需要做些什么来修复它吗?我还发现了一些旧帖子,一个提到我需要确保我需要用系统帐户运行我的aspnet的人。你知道怎么做这个
帐户转换吗?

感谢您的评论和建议。



< blockquote>有人会找到一大堆与你的帖子完全相同的旧帖子,

感谢交叉发布! ;-)


如果您拥有服务器,最简单的方法是在.Net配置文件夹中编辑machine.config文件

,然后更改ProcessModel部分使用

" SYSTEM"而不是机器。


-

HTH,


Kevin Spencer

Microsoft MVP

..Net开发人员

你所寻求的是你得到的。


Zeng <泽****** @ hotmail.com>写在留言中

新闻:%2 **************** @ tk2msftngp13.phx.gbl ...



我正在运行ClrProfiler第一次配置我的网络应用程序,并且它一直卡在这个消息框中:等待Asp.net开始普通的
语言运行时 - 这是加载测试页面的时间。即使在我启动我的应用程序并且aspnet_wp.exe正在运行之后。

你知道我需要做些什么来修复它吗?我还发现了一些旧帖子,一个提到我需要确保我需要用系统帐户运行我的aspnet的人。你知道怎么做这个
帐户转换吗?

感谢您的评论和建议。



< blockquote>

2005年4月5日

以SYSTEM身份运行它太危险了!我是微软认证的

应用程序开发人员,我碰巧认证的主题之一是

Web应用程序和安全性。我不熟悉ClrProfiler,但是我很高兴我怀疑它需要系统。我认为旧帖子

只是做了一个快速修复。我相信如果您的计算机上几乎有任何问题,那么可以使用系统帐户修复它。对于

这个原因,我怀疑这个人真的知道需要什么。我强烈建议您进一步研究,或断开计算机与互联网以及计算机连接到互联网的任何内联网的连接。

一旦完成,立即切换回ASPNET。我不能

强调这一点!对不起我的突然。 :-)祝你好运!

Joseph MCAD


" Zeng"写道:



我正在运行ClrProfiler第一次配置我的网络应用程序,它一直卡在这个消息框:等待Asp.net启动常见的语言运行时 - 这是加载测试页面的时间。即使在我启动我的应用程序并且aspnet_wp.exe正在运行之后。

你知道我需要做些什么来修复它吗?我还发现了一些旧帖子,一个提到我需要确保我需要用系统帐户运行我的aspnet的人。你知道怎么做这个
帐户转换吗?

感谢您的评论和建议。



Hi,

I''m running ClrProfiler for the first time to profile my web app, and it
keeps getting stuck at this msg box: "Waiting for Asp.net to start common
language runtime - this is the time to load your test page." even after I
launched my app and aspnet_wp.exe is running.

Do you know what I need to do to fix it? I also found some old post, a
person mentioned that I need to make sure I need to
run my aspnet with system account instead. Do you know how to do this
account switching?

Thanks for your comment and advice.

解决方案

Hi Zeng,

You can learn how to create custom accounts to run ASP.NET at the following
link.

http://msdn.microsoft.com/library/de...l/secmod15.asp

Good luck!
"Zeng" <Ze******@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

Hi,

I''m running ClrProfiler for the first time to profile my web app, and it
keeps getting stuck at this msg box: "Waiting for Asp.net to start common
language runtime - this is the time to load your test page." even after I
launched my app and aspnet_wp.exe is running.

Do you know what I need to do to fix it? I also found some old post, a
person mentioned that I need to make sure I need to
run my aspnet with system account instead. Do you know how to do this
account switching?

Thanks for your comment and advice.



Somebody''s going to find a whole bunch of old posts exactly like yours,
thanks to cross-posting! ;-)

If you own the server, the simplest way is to edit the machine.config file
in your .Net config folder, and change the ProcessModel section to use
"SYSTEM" instead of "MACHINE".

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Zeng" <Ze******@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

Hi,

I''m running ClrProfiler for the first time to profile my web app, and it
keeps getting stuck at this msg box: "Waiting for Asp.net to start common
language runtime - this is the time to load your test page." even after I
launched my app and aspnet_wp.exe is running.

Do you know what I need to do to fix it? I also found some old post, a
person mentioned that I need to make sure I need to
run my aspnet with system account instead. Do you know how to do this
account switching?

Thanks for your comment and advice.




April 5, 2005

It is too dangerous to run it as SYSTEM! I am a Microsoft Certified
Application Developer and one of the topics I happen to be certified in is
Web Applications and Security. I am not familiar with ClrProfiler, but I
HEAVILY am in doubt that it requires the System. I think that the old post
was just doing a "quick fix". I am sure that if you were having almost any
problem on your computer, it would be fixed by using the System account. For
this reason, I doubt that the person was really knowing what was required. I
strongly encourage you to research further, or disconnect the computer from
the internet and from any intranet whose computers connect to the internet.
Then immediately switch back to ASPNET as soon as you are done. I can''t
emphasize this enough! Sorry for my abruptness. :-) Good luck!
Joseph MCAD

"Zeng" wrote:

Hi,

I''m running ClrProfiler for the first time to profile my web app, and it
keeps getting stuck at this msg box: "Waiting for Asp.net to start common
language runtime - this is the time to load your test page." even after I
launched my app and aspnet_wp.exe is running.

Do you know what I need to do to fix it? I also found some old post, a
person mentioned that I need to make sure I need to
run my aspnet with system account instead. Do you know how to do this
account switching?

Thanks for your comment and advice.



这篇关于如何使用系统帐户运行aspnet的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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