|
ASP.NET 1.1 How-to articles
- You may receive
an error message when you access ASP.NET Web pages that have ViewState
enabled after you upgrade from ASP.NET 1.1 to ASP.NET 2.0
- "The specified
Web server is not running ASP.NET version 1.1" error message when
you create an ASP.NET 1.1 application and you have both ASP.NET
1.1 and ASP.NET 1.0 installed
- You receive
an error message when you deploy an ASP.NET 1.0 application on a
server with ASP.NET 1.1
- Post-RTM .NET
Framework 1.1 ASP.NET Hotfix Package symptoms
- IWAM Account
Is Not Granted the Impersonate Privilege for ASP.NET 1.1 on a Windows
2000 Domain Controller with SP4
- The Aspnet_wp.exe
worker process restarts before the value of the IdleTimeout property
is reached in ASP.NET 1.1
- Page.ResolveUrl
Method Does Not Return Path in ASP.NET 1.1
- "ASP.NET Version
Mismatch" error message when you open an ASP.NET 1.0 project in
Visual Studio .NET 2003
- You may receive
a "Visual Studio .NET has detected that the specified Web server
is not running" error message when you try to create a project or
open a previously created project
- ASP.NET Applications
Experience Unexpected Behavior After Upgrade
- How To Specify
a Version of the .NET Framework for an ASP.NET Web Application
- "HTTP/1.1 500
Internal Server Error" Error Message When You Have Multiple ASP.NET
Applications That Use the Same Application Pool with Different Script-Mapped
Versions
- "Server Error
in /ApplicationName Application" Error Message When an ASP.NET Application
Uses Impersonation
- Configure Different
Versions of an ASP.NET Application Running on the Same Web Server
- Server.Transfer
Does Not Invoke IsPostBack in .NET Framework 1.1
- ASP.NET Controls
Do Not Meet Accessibility Guidelines
- CS0013 or CS0016
Compilation Errors in ASP.NET Web Applications
- The Submit
button on ASP.NET pages does not work after you install the .NET
Framework 1.1 Service Pack 1
- "HTTP 400 -
Bad request" error message in the .NET Framework 1.1
- Error message
when you request an ASP.NET 1.1 page: "Server Application Unavailable"
- You receive
an error message about a DEP violation when you request an ASP.NET
page for the .NET Framework 1.1 on Windows Vista
- A Content-Type
header that is incorrectly formatted causes the QueryString part
of the URL to be decoded incorrectly in ASP.NET
- You may receive
error messages when you browse or try to debug an ASP.NET application
after you install security update 887219 (MS05-004)
- You receive
a configuration error message when you browse a child ASP.NET 1.0
or child ASP.NET 1.1 application that is nested under a parent ASP.NET
application
- HTTP module
to check for canonicalization issues with ASP.NET
- DataGrid Made
Compliant with Section 508 of the Rehabilitation Act Amendments
of 1998
- You receive
a System.ArgumentOutOfRangeException when you call the Read method
from an XmlTextReader class in ASP.NET
- "Catastrophic
Failure" Error Message When You Try to Debug an ASP.NET Application
on Windows 2000 Domain Controller
- How To Debug
an ASP.NET Application with the Microsoft CLR Debugger
- How to programmatically
test for canonicalization issues with ASP.NET
- Read and Write
BLOB Data by Using ADO.NET Through ASP.NET
- "Server Error"
error message when you run an ASP.NET application in offline mode
by using Visual Studio IDE
- "Could Not
Start the ASP.NET State Service on Local Computer" Error Message
When You Try to Run an ASP.NET Application with the ASP.NET State
Service
- An "Object
reference not set to an instance of an object" error occurs when
you try to access data by using ADO Interop on an ASP.NET page
- The request
that is sent by the HttpWebRequest class may stop responding when
you use the HttpWebRequest class in an ASP.NET application
- Error message
when you create a trusted data connection from ASP.NET to SQL Server:
"Login failed for user: 'AccountName'"
- How to debug
error messages and hang conditions in the Visual Studio .NET IDE
- "Can not Access
File 'AssemblyName' Because It Is Being Used by Another Process"
Error Message in ASP.NET
- How to use
the ASP.NET ValidatePath Module Scanner (VPModuleScanner.js)
- You cannot
run multiple processes of ASP.NET at the same time
- Slow performance
and garbage collection heap memory fragmentation occur in ASP.NET
- How To Retrieve
and Display Records from an Access Database by Using ASP.NET, ADO.NET,
and Visual Basic .NET
- You may receive
an error message, or the computer may stop responding, when you
host Web applications that use ASP.NET on a computer that is running
Windows Server 2003
- Configure NTFS
File Permissions for Security of ASP.NET Applications
- State server
logs Event ID 1072 or Event ID 1076
- How to create
a generic ASP.NET Web form to test XSLT transformations
- Creating and
opening ASP.NET projects in Visual Studio .NET
- ASP.NET Queues
Too Many Requests
- ASP.NET security
overview
- "System.Security.SecurityException:
Security error" error message when the virtual directory points
to a remote share in ASP.NET
- You Receive
a "System.IO.FileNotFoundException" Error When the Client Application
Calls a Web Service
- The ASP.NET
worker process restarts before the timeout setting has lapsed
- Creating STA
Components in the Constructor in ASP.NET ASPCOMPAT Mode Negatively
Affects Performance
- The Welcome
to Windows screen appears when you start Windows XP after you install
the .NET Framework 1.1
- How to repair
IIS mapping after you remove and reinstall IIS
- You receive
a "W3wp.exe could not be started" error message in the application
event log when you view an ASP.NET page
- The response
header will always be encoded as UTF-8 when you use the Response.Addheader
method in ASP.NET
- How To Create
the Web.config File for an ASP.NET Application
- Troubleshooting
the "View State is invalid" error with ASP.NET
- Troubleshooting
ASP.NET applications with the use of static keywords
- Globalization
issues in ASP and ASP.NET
- "System.Net.WebException.
The Underlying Connection Was Closed. Could Not Establish Trust
Relationship with Remote Server." Error Message When You Upgrade
the .NET Framework
- Set Up Multi-Server
ASP.NET Web Applications and Web Services
- Antivirus Programs
May Cause Some Web Applications to Restart Unexpectedly
- Export data
to Excel by using an HTTPHandler, XSLT, and ASP.NET
- ASP.NET HTTP
Modules and HTTP Handlers Overview
- Appdomains
Security Permission Error Message When You Access the Strong-Named
Assembly from the \Bin Directory
- Contention,
poor performance, and deadlocks when you make Web service requests
from ASP.NET applications
- How to deploy
an ASP.NET Web application using Xcopy deployment
- ThreadAbortException
Occurs If You Use Response.End, Response.Redirect, or Server.Transfer
- ASP.NET Configuration
Overview
- How to use
the ASP.NET utility to encrypt credentials and session state connection
strings
- Registry Entries
and Files That Are Created When You Install the .NET Framework 1.1
- ASP.NET server
controls overview
- Error on .NET
client that consumes a Web service through an HTTP proxy server
- How to call
SQL Server stored procedures in ASP.NET by using Visual Basic .NET
- "Request Timed
Out" Error Occurs When You Use the DataAdapter Method in an ASP.NET
Application
- Application
Instances, Application Events, and Application State in ASP.NET
- "Error Executing
Child Request" Error Message When You Use Server.Transfer or Server.Execute
in ASP.NET Page
- The code in
the InitializeComponent function is deleted when you change the
enableViewState property value of a page in Visual Studio .NET
- You receive
an "HTTP 404 Error" error message and the custom HTTP handler does
not run again after you map Aspnet_asapi.dll to .*
- ASP.NET 2.0
Treeview bug
- Quick things
to check when you experience high memory levels in ASP.NET
- Full content
protection using ASP.NET
- Session variables
are lost intermittently in ASP.NET applications
- Device Update
2.0 Entries Are Missing from the Configuration Files After You Upgrade
or Reinstall the .NET Framework
- Using one SQL
database for all applications for SQL Server session state may cause
a bottleneck
- How to resolve
Security Exception (ASP.NET)?
- "Unable to
Start Debugging on the Web Server" Error Message While You Debug
ASP.NET Applications
- Common security
issues when you access remote resources from ASP.NET applications
- Your Web browser
does not display controls or your Web browser displays a blank .aspx
form in ASP.NET
- ASP.NET State
Management Overview
- Create Custom
Error Reporting Pages in ASP.NET by Using Visual C# .NET
- High CPU Utilization
in Web Service or Web Form
- ASP.NET Security
Overview
- Disable the
Documentation Protocol for ASP.NET Web Services
- Blocking
problems may occur when you use SQL Server to store ASP.NET session-state
information
- Troubleshooting
ASP.NET using Filemon
- Use ASP.NET
to Protect File Types
- Users are not
redirected to the page that contains the custom error message when
you design an application that uses impersonation in ASP.NET
- How to upload
a file to a Web server in ASP.NET by using Visual Basic .NET
- Recap of debugging
permissions in ASP.NET
- How To Debug
an ASP.NET Web Application
- Tune and Scale
Performance of Applications That Are Built on the .NET Framework
- How to query
and display excel data by using ASP.NET, ADO.NET, and Visual C#
.NET
- How to implement
Windows authentication and authorization in ASP.NET
- How to show
progress in the client browser for a long-running ASP.NET page
- "Failed to
Start Monitoring Directory Changes" Error Message When You Browse
to ASP.NET Page
- How to spawn
a process that runs under the context of the impersonated user in
Microsoft ASP.NET pages
- ASP.NET Code-Behind
Model Overview
- Set Current
Culture Programmatically in an ASP.NET Application
- Tracking down
ASP.NET view-state issues in the Knowledge Base
- You may receive
one or more error messages when you try to access an ASP.NET application
that is hosted by using pass-through authentication in a UNC virtual
directory in Internet Information Services 6.0
- How To Retrieve
and Display Records from an Access Database by Using ASP.NET, ADO.NET,
and Visual C# .NET
- You receive
a "logon failure: unknown user name or bad" error message while
accessing remote security-enhanced resources from an ASP.NET application
- How To Write
Binary Files to the Browser Using ASP.NET and Visual Basic .NET
- Troubleshooting
ASP.NET using WinDbg and the SOS extension
- Session Data
Is Lost When You Use ASP.NET InProc Session State Mode
- ASP.NET Does
Not Support Pre-Just-In-Time (JIT) Compilation Through Native Image
Generator (Ngen.exe)
- How To Implement
Role-Based Security with Forms-Based Authentication in Your ASP.NET
Application by Using Visual C# .NET
- Process and
request identity in ASP.NET
- How to perform
output caching with Web services in Visual C# .NET
- .NET
Framework 1.1 Page_Load event fires two times
- Cannot Attach
a User-Mode Debugger to the Aspnet_wp.exe Process Through Image
File Run Options
- Control Authorization
Permissions in an ASP.NET Application
- Session State
Is Lost in Web Farm If You Use SqlServer or StateServer Session
Mode
- How to use
ASP.NET session state SQL Server Mode in a failover cluster
- How To Disable
ASP Session State in ASP.NET
- Call SQL Server
Stored Procedures in ASP.NET by Using Visual C# .NET
- How To Make
Application and Directory-Specific Configuration Settings in an
ASP.NET Application
- How To Edit
the Configuration of an ASP.NET Application
- You may receive
the "System.OutOfMemoryException" error message when you view ASP.NET
pages on a server that has 3 gigabytes of RAM
- Configure .NET
Remoting When the Remoting Client Is an ASP.NET Application or the
Client Is Another Remoted Component That Is Hosted by IIS
- ASP.NET Roadmap
- Named pipes
do not work when worker process runs under ASPNET account
- Troubleshooting
ASP.NET
- How To Perform
Fragment Caching in ASP.NET by Using Visual C# .NET
- "Remote calls
are not allowed for this process" error message when you debug ASP.NET
page
- Measure ASP.NET
Responsiveness with the Web Application Stress Tool
- Debugging ASP.NET
with the CLR Debugger
- ASP.NET Performance
Counters Cannot Count More Than 113 Loaded AppDomains
- The data may
be missing or invalid when you try to retrieve values from HTTPRequest
members in an ASP.NET application
- The Startup
Type of the ASP.NET Session State Service is set to Manual after
you install an ASP.NET hotfix
- Disable Debugging
for ASP.NET Applications
- How to restrict
ASP.NET to specific processors in a multiprocessor system
- Finding answers
to ASP.NET debugging issues
- You receive
a "Multiple controls with the same ID" error message when you dynamically
add cached user controls to Webforms
- "Access Is
Denied. Check the DCOM Configuration Settings for the Machine Debug
Manager" Error Message When You Debug ASP.NET Applications
- Impersonation
May Not Work When You Use ASP.NET SQL Server Session State with
Integrated Security
- You receive
a "False" value when you call the User.IsInRole method in an ASP.NET
application even though the user is assigned to the role
- Finding ASP.NET
session state information in the Knowledge Base
- Why is my ASP.NET
application restarting?
- You receive
an error message when you try to open a Web page in an ASP.NET application
- "Not Running
ASP.NET Version 1.1" Error Message When You Try to Open an ASP.NET
Web Application Project in Visual Studio .NET 2003
- Cookie-less
session-state requests are broken when you install multiple versions
of the .NET Framework on your computer and then you remove the .NET
Framework 1.0
- How to upload
a file to a Web server in ASP.NET by using Visual C# .NET
- How To Create
Custom Error Reporting Pages in ASP.NET Using Visual Basic .NET
- Improve Performance
by Caching Pages in ASP.NET
- Random application
restarts with "Application is restarting" error in ASP.NET
- The stateNetworkTimeout
Attribute Is Available in the <sessionState> Configuration
- ASP.NET fires
Change events even if you do not change the control value
- "Cannot create
the offline cache" error message when you try to create an ASP.NET
Web Application project
- Error message:
System.InvalidCastException: Specified Cast is not valid
- How To Control
Page Output Caching in ASP.NET by Using Visual C# .NET
- Multiple ASP.NET
Application Restarts Occur Every One to Five Minutes
- Event Association
Is Lost If ASP.NET Button Control Is Inside ItemTemplate
- Create a New
ASP.NET Web Application on a Remote Web Server
- References
to STA Objects That Are Stored in Session State May Become Corrupted
If They Are Called from a Session_End Event
- XML Web Service
Created with ASP.NET Does Not Support Multidimensional Arrays
- Audit the Security
of an ASP.NET Web Application or Web Service
- Host a Remote
Object in ASP.NET and Use File Authorization to Gain Access to the
Object
- ASP.NET Does
Not Encode Cookies in UrlEncode Format by Default
- Controls Lose
Focus When You Enable SmartNavigation and AutoPostBack
- ASP.NET ValidationSummary
Web Form Control
- Setting the
HTTP Header in the <browserCaps> Section Does Not Work in ASP.NET
1.1
- How to implement
nested Web user controls in ASP.NET by using Visual Basic .NET
- Performance
considerations for making Web service calls from .aspx pages
- Web References
Added to Visual Source Safe Cause Merge Problems and Errors While
You Update References
- The Microsoft
guide to building an ASP.NET menu server control
- Set Culture
Information in an ASP.NET Application Without Code
- You receive
a "Server error" error message if you try to invoke a Web service
that has a name that contains a space character by using Visual
C++ .NET
- Connect to
Existing ASP.NET Web Applications on the Remote Web Server
- Access Violation
Occurs When You Use a Custom Configuration Section Handler in an
ASP.NET Application That Is Under Stress
- Description
of the documentation error in the "HttpServerUtility.Transfer Method
(String, Boolean)" topic in the Microsoft Developer Network
- Create a Custom
ASP.NET Configuration Section Handler in Visual Basic .NET
- RangeValidator
and CompareValidator Controls Do Not Recognize Currency and Double
Data
- CLR Debugger
Does Not Hit the Break Point After the First Pass When You Debug
an ASP.NET Application
- XCOPY Deployment
Enlarges Temporary ASP.NET Folder Size
- Visual InterDev
6.0 Remote Scripting and ASP.NET
- System.ArgumentOutOfRangeException
Occurs When slidingExpiration Parameter Exceeds One Year
- Cannot edit
data in grid from Windows CE-based device
- When You Use
the STYLE Tag to Change the Body Border, It Changes the Top Border
of the Controls
- Action Attribute
Always Uses Current Page for Server-side Form Tags in ASP.NET
- Properties
Window Displays First Paragraph Tag Property When You Modify an
ASP.NET Control Property
- Monitor ASP.NET
Server Applications
- Error message
after you uninstall the .NET Framework 1.1 on a 64-bit computer
that has the 64-bit version of the .NET Framework 2.0 installed:
"Unable to make the session state request to the session state server"
- Monitor Errors
in .NET-Connected Applications
- Analyze ASP.NET
Web Application Performance by Using the Performance Administration
Tool
- How to work
with code-behind class files in an ASP.NET application by using
Visual Basic .NET
Google Pack Download -
Zum kostenlosen Download des Google Packs
Office-Updates,
Windows-Updates,
service
packs,
downloads,
viewers.
- Security Updates for Windows,
Office, and Internet Explorer
- Windows Vista downloads, service packs,
updates, tools, add-ons, language packs, and more
-
Windows Vista Service Pack 1 (SP1) für alle Nutzer verfügbar
- Windows
Vista Language Interface Pack (LIP) for Windows Vista
- Windows XP downloads, service packs,
updates, tools, add-ons, language packs, and more.
- Windows 2000 downloads, service packs,
updates, add-ons, tools, and more.
- Windows NT, 2000, XP, 2003
& Vista service pack downloads
- Windows Tools, DirectX, Installer,
PowerToys, Easy Transfer & XPS Viewer
- Internet Explorer 6, 7
& 8 downloads & updates
- ASP.NET downloads, service packs & updates
- Windows Live downloads - Messenger,
Writer, Mail, Toolbar, Fotogalerie & OneCare Family Safety
- Windows Installer downloads,
updates,
tools &
tipps
- DirectX & DirectX SDK downloads &
updates
- Windows Media Player &
Encoder downloads, codecs, tools & updates
- Windows Search 4.0 & Windows Desktop
Search 3.01 downloads, add-ins & updates
- AVM FRITZ!Box & FRITZ!WLAN - Treiber,
Firmware- und Software-Updates
- Google Pack Download - Zum kostenlosen
Download des Google Packs
- IntelliPoint, IntelliType, LifeCam,
LifeChat, FRITZ!Box & ATI Catalyst Treiber und Updates
|