ASP.NET不处理CSharp代码 [英] ASP.NET not processing CSharp code

查看:61
本文介绍了ASP.NET不处理CSharp代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我在Windows XP Pro机器上使用IIS 5.1时出现问题。

ASP.NET不会处理以下内容代码:

*******************************

< ; html>

< head>

< / head>

< body>

< form method =" post" runat =" server">

< asp:Label id = lblHelloWorld text =" HelloWorld" runat = Server />

< br>

< asp:Button onclick = ClickedIt text =" Submit" runat = server />

< / form>

< / body>

< script Language = C#runat = Server>

void ClickedIt(Object sender,System.EventArgs e)

{

lblHelloWorld.Text =" .NET Rules!" ;; < br $>
}

< / Script>

< / html>

******** **********************

此代码位于名为HelloWorld.aspx的页面中,表达的地址栏
IE 6.0浏览器的
语法是localhost / HelloWorld.aspx。该文件是位于C:\ InetPub \ wwwroot的
,它被配置为默认网站属性中的本地路径

。当我尝试在浏览器中呈现此页面

时,页面显示为空白。在尝试渲染

页面后,View \Source显示的代码与上面显示的完全相同。


我在IIS 5.1上遇到了类似的问题Windows 2000 Pro框。

的区别在于,当我尝试使用相同类型和

版本的浏览器呈现页面时,我收到以下消息:


服务器应用程序不可用

您尝试在此Web服务器上访问的Web应用程序是

当前不可用。请点击刷新按钮您的网络浏览器中的按钮

重试您的请求。


管理员注意:详细说明此特定原因的错误消息

请求失败可以在Web服务器的应用程序事件日志中找到。

请查看此日志条目以了解导致此错误发生的原因。


应用程序日志未显示任何事件。在2000年的盒子里,我在主目录选项卡上找到了默认网站的

属性,并看到

没有''应用程序名称'' 。我点击了创建按钮并创建了

''默认应用''。在我这样做之后,页面工作正常,并且

查看/来源显示以下代码:

*************** ********************

< html>

< head>

< / head>

< body>

< form name =" _ctl0"方法= QUOT;交"行动= QUOT; helloworld.aspx" id =" _ctl0">

< input type =" hidden" name =" __ VIEWSTATE"

value =" dDwtOTUxOTE4ODcwOzs ++ 2ZLq58Ul7wMXQDdnnhWV0I 67IQ =" />


< span id =" lblHelloWorld"> HelloWorld< / span>

< br>

< input type =" submit"名称= QUOT; _ctl1"值= [提交" />

< / form>

< / body>


< / html>

*************************************

我试过使用XP框上的应用程序名称执行相同操作,但

页面仍然无法呈现任何内容。在这两台机器上,

域用户都拥有本地管理员权限。


为什么XP上的ASP.NET不会呈现代码?


感谢您的帮助!


CSDunn

解决方案

是ASP。安装在XP服务器的Web服务器上的网络?检查ISAPI

映射。


-

HTH,

Kevin Spencer
..Net开发人员

微软MVP

大件东西组成

很多小东西。


" CSDunn" < CD *** @ valverde.edu>在消息中写道

新闻:#T ************** @ TK2MSFTNGP11.phx.gbl ...

你好,计算机上使用IIS 5.1时出现问题。 ASP.NET不会处理以下代码:
*******************************
< ; html>
< head>
< / head>
< body>
< form method =" post" runat =" server">
< asp:Label id = lblHelloWorld text =" HelloWorld" runat = Server />
< br>
< asp:Button onclick = ClickedIt text =" Submit" runat = server />
< / form>
< / body>
< script语言= C#runat =服务器>
void ClickedIt(对象发件人,系统。 EventArgs e)
{
lblHelloWorld.Text =" .NET Rules!" ;;
}
< / Script>
< / html>
******************************这个代码在一个名为HelloWorld.aspx的页面中,表达了地址
IE浏览器的语法是localhost / HelloWorld.aspx。该文件位于C:\ InetPub \ wwwroot,它被配置为默认网站属性中的本地路径。当我尝试在浏览器中呈现此页面时,页面显示为空白。在尝试渲染
页面后,View \Source显示与上面显示的完全相同的代码。

我在Windows 2000 Pro盒子上遇到类似的IIS 5.1问题。
不同之处在于,当我尝试使用相同类型和浏览器版本呈现页面时,我收到以下消息:

服务器应用程序不可用
您尝试在此Web服务器上访问的Web应用程序目前无法使用。请点击刷新按钮web
浏览器中的按钮,用于重试您的请求。

管理员注意:可以在应用程序事件日志中找到详细说明此特定请求失败原因的错误消息。 web
服务器。请查看此日志条目以了解导致此错误发生的原因。

应用程序日志未显示任何事件。在2000年的盒子里,我在主目录选项卡上找到了默认网站的属性
,看到
没有应用程序名称。我点击了创建按钮并创建了默认应用程序。在我这样做之后,页面工作正常,并且
View / Source显示以下代码:
*********************** ************
< html>
< head>
< / head>
< body>
< ; form name =" _ctl0"方法= QUOT;交"行动= QUOT; helloworld.aspx" id =" _ctl0">
< input type =" hidden" name =" __ VIEWSTATE"
value =" dDwtOTUxOTE4ODcwOzs ++ 2ZLq58Ul7wMXQDdnnhWV0I 67IQ =" />

< span id =" lblHelloWorld"> HelloWorld< / span>
< br>
< input type =" submit"名称= QUOT; _ctl1"值= [提交" />
< / form>
< / body>

< / html>
************ ***********************
我尝试用XP盒子上的应用程序名称做同样的事情,
但页面仍然不会呈现任何内容。在这两台机器上,
域用户都拥有本地管理员权限。

为什么XP上的ASP.NET不能呈现代码?

感谢您的帮助!

CSDunn



XP框具有.NET Framework 1.1和Visual J#可再发行组件
安装了
包1.1(随Visual Studio 2003附带)。我注意到,当我向ASP.NET网站发送了这个下载时,这个包含在

..NET Framework 1.1 Redistributable Package中。


.NET Framework 1.1和.NET Framework 1.1之间是否存在差异

Redistributable Package?它与这个问题有什么关系吗?


我也会查看ISAPI映射。


CSDunn

凯文斯宾塞 <柯*** @ takempis.com>在消息中写道

新闻:OD ************** @ TK2MSFTNGP10.phx.gbl ...

是否安装了ASP.Net在XP服务器的Web服务器上?检查ISAPI
映射。

-
HTH,
Kevin Spencer
.Net开发人员
Microsoft MVP
大事由很多小东西组成。

CSDunn < CD *** @ valverde.edu>在消息中写道
新闻:#T ************** @ TK2MSFTNGP11.phx.gbl ...

你好,
我'在Windows XP Pro


机器上使用IIS 5.1时出现问题。

ASP.NET不会处理以下代码:
* ****************************** *
< html>
< head>
< / head>
< body>
< form method =" post" runat =" server">
< asp:Label id = lblHelloWorld text =" HelloWorld" runat = Server />
< br>
< asp:Button onclick = ClickedIt text =" Submit" runat = server />
< / form>
< / body>
< script语言= C#runat =服务器>
void ClickedIt(对象发件人,系统。 EventArgs e)
{
lblHelloWorld.Text =" .NET Rules!" ;;
}
< / Script>
< / html>
******************************这个代码在一个名为HelloWorld.aspx的页面中,表达了地址


bar

IE 6.0浏览器的语法是localhost / HelloWorld.aspx。该文件位于C:\ InetPub \ wwwroot,它被配置为默认网站属性中的本地路径
。当我尝试在浏览器中呈现此
页面时,该页面显示为空白。在尝试呈现
页面后,View \Source显示与上面显示的完全相同的代码。

我在Windows 2000 Pro盒子上遇到类似的IIS 5.1问题。

不同之处在于,当我尝试使用相同类型和浏览器版本呈现页面时,我收到以下消息:
服务器应用程序不可用

您尝试在此Web服务器上访问的Web应用程序目前无法使用。请点击刷新按钮网络中的按钮


浏览器

重试您的请求。

管理员注意:详细说明此
特定原因的错误消息请求失败可以在web


服务器的应用程序事件日志中找到。

请查看此日志条目以发现导致此错误的原因是
发生。 ;
应用程序日志未显示任何事件。在2000年的盒子里,我在主目录选项卡上找到了


默认网站的

属性,并看到了


那个< blockquote class =post_quotes>没有''应用程序名称''。我点击了''创建''按钮,
创建了''默认应用''。在我这样做之后,页面工作正常,并且
View / Source显示以下代码:
*********************** ************
< html>
< head>
< / head>
< body>
< ; form name =" _ctl0"方法= QUOT;交"行动= QUOT; helloworld.aspx" id =" _ctl0">
< input type =" hidden" name =" __ VIEWSTATE"
value =" dDwtOTUxOTE4ODcwOzs ++ 2ZLq58Ul7wMXQDdnnhWV0I 67IQ =" />

< span id =" lblHelloWorld"> HelloWorld< / span>
< br>
< input type =" submit"名称= QUOT; _ctl1"值= [提交" />
< / form>
< / body>

< / html>
************ ***********************
我试图用XP框上的应用程序名称做同样的事情,


但是

页面仍然不会呈现任何内容。在这两台机器上,
域用户都拥有本地管理员权限。

为什么XP上的ASP.NET不能呈现代码?

感谢您的帮助!

CSDunn




只检查ISAPI映射会告诉你是否在您的网络服务器上安装了ASP.Net




-

HTH,

Kevin Spencer

..Net开发人员

微软MVP

大件东西组成

很多小东西事情。


" CSDunn" < CD *** @ valverde.edu>写在消息

新闻:Ot ************** @ TK2MSFTNGP12.phx.gbl ...

XP框有安装了.NET Framework 1.1和Visual J #reistributable
包1.1(随Visual Studio 2003一起提供)。我注意到
我去了ASP.NET站点,这个下载包含在
.NET Framework 1.1 Redistributable Package中。

.NET之间有区别吗Framework 1.1和.NET Framework 1.1
Redistributable Package?它是否与此问题有关?

我还将检查ISAPI映射。

CSDunn

" Kevin Spencer" <柯*** @ takempis.com>在消息中写道
新闻:OD ************** @ TK2MSFTNGP10.phx.gbl ...

是否在Web服务器上安装了ASP.Net对于XP盒子?检查ISAPI
映射。

-
HTH,
Kevin Spencer
.Net开发人员
Microsoft MVP
大事由很多小东西组成。

CSDunn < CD *** @ valverde.edu>在消息中写道
新闻:#T ************** @ TK2MSFTNGP11.phx.gbl ...

你好,
我'在Windows XP Pro计算机上使用IIS 5.1时遇到ASP.NET问题。

ASP.NET不会处理以下代码:
********* **********************
< html>
< head>
< / head>
< body>
< form method =" post" runat =" server">
< asp:Label id = lblHelloWorld text =" HelloWorld" runat = Server />
< br>
< asp:Button onclick = ClickedIt text =" Submit" runat = server />
< / form>
< / body>
< script语言= C#runat =服务器>
void ClickedIt(对象发件人,系统。 EventArgs e)
{
lblHelloWorld.Text =" .NET Rules!" ;;
}
< / Script>
< / html>
******************************这个代码在一个名为HelloWorld.aspx的页面中,表达了
地址

bar

IE 6.0浏览器的语法是localhost / HelloWorld.aspx。该文件位于C:\ InetPub \ wwwroot,它在默认网站的属性中配置为本地


路径。当我尝试在浏览器中呈现此页面时,页面显示为空白。在尝试渲染


页面后,View \Source显示与上面显示的完全相同的代码。

我在Windows 2000 Pro $上遇到类似的IIS 5.1问题b $ b box。

区别在于当我尝试以相同类型呈现页面时


和浏览器版本,我收到以下消息:

服务器应用程序不可用

您尝试在此Web服务器上访问的Web应用程序是
目前无法使用。请点击刷新按钮网络中的按钮


浏览器

重试您的请求。

管理员注意:详细说明此原因的错误消息


具体的请求失败可以在web


服务器的应用程序事件日志中找到。

请查看此日志条目以发现导致此错误的原因发生。
应用程序日志没有显示任何事件。在2000框中,我将


转到主目录选项卡上的默认网站的

属性,并看到


那个< blockquote class =post_quotes>没有''应用程序名称''。我点击了创建按钮并创建了默认应用程序。在我这样做之后,页面工作正常,并且
View / Source显示以下代码:
*********************** ************
< html>
< head>
< / head>
< body>
< ; form name =" _ctl0"方法= QUOT;交"行动= QUOT; helloworld.aspx" id =" _ctl0">
< input type =" hidden" name =" __ VIEWSTATE"
value =" dDwtOTUxOTE4ODcwOzs ++ 2ZLq58Ul7wMXQDdnnhWV0I 67IQ =" />

< span id =" lblHelloWorld"> HelloWorld< / span>
< br>
< input type =" submit"名称= QUOT; _ctl1"值= [提交" />
< / form>
< / body>

< / html>
************ ***********************
我试图用XP上的应用程序名称做同样的事情



框,但

页面仍然不会呈现任何内容。在这两台机器上,
域用户都拥有本地管理员权限。

为什么XP上的ASP.NET不能呈现代码?

感谢您的帮助!

CSDunn





Hello,
I''m having a problem with ASP.NET using IIS 5.1 on a Windows XP Pro machine.
ASP.NET will not process the following code:
*******************************
<html>
<head>
</head>
<body>
<form method= "post" runat="server">
<asp:Label id=lblHelloWorld text="HelloWorld" runat=Server />
<br>
<asp:Button onclick=ClickedIt text="Submit" runat=server />
</form>
</body>
<script Language=C# runat=Server>
void ClickedIt (Object sender, System.EventArgs e)
{
lblHelloWorld.Text = ".NET Rules!";
}
</Script>
</html>
******************************
This code is in a page called HelloWorld.aspx, and the expressed address bar
syntax of the IE 6.0 browser is localhost/HelloWorld.aspx. The file is
located at C:\InetPub\wwroot, which is configured as the the local path in
the properties of the default web site. When I attempt to render this page
in the browser, the page comes up blank. After attempting to render the
page, View\Source shows the code exactly as it appears above.

I experienced a similar problem with IIS 5.1 on a Windows 2000 Pro box. The
difference was that when I tried to render the page in the same type and
version of browser, I got the following message:

"Server Application Unavailable

The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur."

The application log did not show any events. On the 2000 box, I went to the
properties of the default web site, on the Home Directory tab, and saw that
there was no ''Application Name''. I clicked the ''Create'' button and created
''Default Application''. After I did this, the page worked fine, and
View/Source showed the following code:
***********************************
<html>
<head>
</head>
<body>
<form name="_ctl0" method="post" action="helloworld.aspx" id="_ctl0">
<input type="hidden" name="__VIEWSTATE"
value="dDwtOTUxOTE4ODcwOzs++2ZLq58Ul7wMXQDdnnhWV0I 67IQ=" />

<span id="lblHelloWorld">HelloWorld</span>
<br>
<input type="submit" name="_ctl1" value="Submit" />
</form>
</body>

</html>
***********************************
I tried to do the same thing with the ''Application Name'' on the XP box, but
the page would still not render anything at all. On both machines, the
domain users have local admin rights.

Why would ASP.NET on the XP box not render the code?

Thanks for your help!

CSDunn

解决方案

Is ASP.Net installed on the web server for the XP box? Check the ISAPI
mappings.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"CSDunn" <cd***@valverde.edu> wrote in message
news:#T**************@TK2MSFTNGP11.phx.gbl...

Hello,
I''m having a problem with ASP.NET using IIS 5.1 on a Windows XP Pro machine. ASP.NET will not process the following code:
*******************************
<html>
<head>
</head>
<body>
<form method= "post" runat="server">
<asp:Label id=lblHelloWorld text="HelloWorld" runat=Server />
<br>
<asp:Button onclick=ClickedIt text="Submit" runat=server />
</form>
</body>
<script Language=C# runat=Server>
void ClickedIt (Object sender, System.EventArgs e)
{
lblHelloWorld.Text = ".NET Rules!";
}
</Script>
</html>
******************************
This code is in a page called HelloWorld.aspx, and the expressed address bar syntax of the IE 6.0 browser is localhost/HelloWorld.aspx. The file is
located at C:\InetPub\wwroot, which is configured as the the local path in
the properties of the default web site. When I attempt to render this page
in the browser, the page comes up blank. After attempting to render the
page, View\Source shows the code exactly as it appears above.

I experienced a similar problem with IIS 5.1 on a Windows 2000 Pro box. The difference was that when I tried to render the page in the same type and
version of browser, I got the following message:

"Server Application Unavailable

The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur."

The application log did not show any events. On the 2000 box, I went to the properties of the default web site, on the Home Directory tab, and saw that there was no ''Application Name''. I clicked the ''Create'' button and created
''Default Application''. After I did this, the page worked fine, and
View/Source showed the following code:
***********************************
<html>
<head>
</head>
<body>
<form name="_ctl0" method="post" action="helloworld.aspx" id="_ctl0">
<input type="hidden" name="__VIEWSTATE"
value="dDwtOTUxOTE4ODcwOzs++2ZLq58Ul7wMXQDdnnhWV0I 67IQ=" />

<span id="lblHelloWorld">HelloWorld</span>
<br>
<input type="submit" name="_ctl1" value="Submit" />
</form>
</body>

</html>
***********************************
I tried to do the same thing with the ''Application Name'' on the XP box, but the page would still not render anything at all. On both machines, the
domain users have local admin rights.

Why would ASP.NET on the XP box not render the code?

Thanks for your help!

CSDunn



The XP box has the .NET Framework 1.1 and the Visual J# redistributable
package 1.1 (which came with Visual Studio 2003) installed. I noticed when I
went to the ASP.NET site that the download for this was contained within the
..NET Framework 1.1 Redistributable Package.

Is there a difference between .NET Framework 1.1 and .NET Framework 1.1
Redistributable Package? Would it have anything to do with this problem?

I will also check the ISAPI mappings.

CSDunn
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:OD**************@TK2MSFTNGP10.phx.gbl...

Is ASP.Net installed on the web server for the XP box? Check the ISAPI
mappings.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"CSDunn" <cd***@valverde.edu> wrote in message
news:#T**************@TK2MSFTNGP11.phx.gbl...

Hello,
I''m having a problem with ASP.NET using IIS 5.1 on a Windows XP Pro


machine.

ASP.NET will not process the following code:
*******************************
<html>
<head>
</head>
<body>
<form method= "post" runat="server">
<asp:Label id=lblHelloWorld text="HelloWorld" runat=Server />
<br>
<asp:Button onclick=ClickedIt text="Submit" runat=server />
</form>
</body>
<script Language=C# runat=Server>
void ClickedIt (Object sender, System.EventArgs e)
{
lblHelloWorld.Text = ".NET Rules!";
}
</Script>
</html>
******************************
This code is in a page called HelloWorld.aspx, and the expressed address


bar

syntax of the IE 6.0 browser is localhost/HelloWorld.aspx. The file is
located at C:\InetPub\wwroot, which is configured as the the local path in the properties of the default web site. When I attempt to render this page in the browser, the page comes up blank. After attempting to render the
page, View\Source shows the code exactly as it appears above.

I experienced a similar problem with IIS 5.1 on a Windows 2000 Pro box.


The

difference was that when I tried to render the page in the same type and
version of browser, I got the following message:

"Server Application Unavailable

The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web


browser

to retry your request.

Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web


server.

Please review this log entry to discover what caused this error to occur."
The application log did not show any events. On the 2000 box, I went to


the

properties of the default web site, on the Home Directory tab, and saw


that

there was no ''Application Name''. I clicked the ''Create'' button and created ''Default Application''. After I did this, the page worked fine, and
View/Source showed the following code:
***********************************
<html>
<head>
</head>
<body>
<form name="_ctl0" method="post" action="helloworld.aspx" id="_ctl0">
<input type="hidden" name="__VIEWSTATE"
value="dDwtOTUxOTE4ODcwOzs++2ZLq58Ul7wMXQDdnnhWV0I 67IQ=" />

<span id="lblHelloWorld">HelloWorld</span>
<br>
<input type="submit" name="_ctl1" value="Submit" />
</form>
</body>

</html>
***********************************
I tried to do the same thing with the ''Application Name'' on the XP box,


but

the page would still not render anything at all. On both machines, the
domain users have local admin rights.

Why would ASP.NET on the XP box not render the code?

Thanks for your help!

CSDunn




Only checking the ISAPI mapping s will tell you whether ASP.Net is installed
on your web server.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"CSDunn" <cd***@valverde.edu> wrote in message
news:Ot**************@TK2MSFTNGP12.phx.gbl...

The XP box has the .NET Framework 1.1 and the Visual J# redistributable
package 1.1 (which came with Visual Studio 2003) installed. I noticed when I went to the ASP.NET site that the download for this was contained within the .NET Framework 1.1 Redistributable Package.

Is there a difference between .NET Framework 1.1 and .NET Framework 1.1
Redistributable Package? Would it have anything to do with this problem?

I will also check the ISAPI mappings.

CSDunn
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:OD**************@TK2MSFTNGP10.phx.gbl...

Is ASP.Net installed on the web server for the XP box? Check the ISAPI
mappings.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"CSDunn" <cd***@valverde.edu> wrote in message
news:#T**************@TK2MSFTNGP11.phx.gbl...

Hello,
I''m having a problem with ASP.NET using IIS 5.1 on a Windows XP Pro machine.

ASP.NET will not process the following code:
*******************************
<html>
<head>
</head>
<body>
<form method= "post" runat="server">
<asp:Label id=lblHelloWorld text="HelloWorld" runat=Server />
<br>
<asp:Button onclick=ClickedIt text="Submit" runat=server />
</form>
</body>
<script Language=C# runat=Server>
void ClickedIt (Object sender, System.EventArgs e)
{
lblHelloWorld.Text = ".NET Rules!";
}
</Script>
</html>
******************************
This code is in a page called HelloWorld.aspx, and the expressed address

bar

syntax of the IE 6.0 browser is localhost/HelloWorld.aspx. The file is
located at C:\InetPub\wwroot, which is configured as the the local

path in the properties of the default web site. When I attempt to render this page in the browser, the page comes up blank. After attempting to render

the page, View\Source shows the code exactly as it appears above.

I experienced a similar problem with IIS 5.1 on a Windows 2000 Pro box.

The

difference was that when I tried to render the page in the same type

and version of browser, I got the following message:

"Server Application Unavailable

The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web


browser

to retry your request.

Administrator Note: An error message detailing the cause of this


specific request failure can be found in the application event log of the web


server.

Please review this log entry to discover what caused this error to occur."
The application log did not show any events. On the 2000 box, I went

to the

properties of the default web site, on the Home Directory tab, and saw


that

there was no ''Application Name''. I clicked the ''Create'' button and created ''Default Application''. After I did this, the page worked fine, and
View/Source showed the following code:
***********************************
<html>
<head>
</head>
<body>
<form name="_ctl0" method="post" action="helloworld.aspx" id="_ctl0">
<input type="hidden" name="__VIEWSTATE"
value="dDwtOTUxOTE4ODcwOzs++2ZLq58Ul7wMXQDdnnhWV0I 67IQ=" />

<span id="lblHelloWorld">HelloWorld</span>
<br>
<input type="submit" name="_ctl1" value="Submit" />
</form>
</body>

</html>
***********************************
I tried to do the same thing with the ''Application Name'' on the XP


box, but

the page would still not render anything at all. On both machines, the
domain users have local admin rights.

Why would ASP.NET on the XP box not render the code?

Thanks for your help!

CSDunn





这篇关于ASP.NET不处理CSharp代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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