您的位置:首页 > 编程语言 > ASP

BUG: The Submit button on ASP.NET pages does not work after you install the .NET Framework 1.1 Service Pack 1

2005-01-10 08:13 841 查看

SYMPTOMS

After you install the Microsoft .NET Framework Service Pack 1, the Submit button on Microsoft ASP.NET pages may not work. You do not receive any error messages.

CAUSE

This problem occurs because client-side script files that are in the Web site are not synchronized with the .NET Framework 1.1. The PostBack event on client-side validation is stopped.

RESOLUTION

To resolve this problem, install the client-side scripts to the Aspnet_client subfolder of each Microsoft Internet Information Services (IIS) site folder. To do this, click Start, click Run, type the following command in the Open box, and then click OK:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322.aspnet_regiis.exe -c
If you use source control, the "aspnet_regiis.exe –c" command might not work because script files are considered read only. If the command does not work, remove the Aspnet_client folder from source control.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

APPLIES TO
Microsoft .NET Framework 1.1
Microsoft ASP.NET 1.1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐