|
|
|
|
|
Total Hits: 71 | Today: 1
|
Author: MSDN
|
Rating:
|
|

This problem occurs because the compiler is started with the identity of a worker process, and the worker process may not be able to read the remote share. Because ASP.NET uses the impersonation token to read the page, ASP.NET reads the page successfully....
|
|
|
|
Total Hits: 115 | Today: 0
|
Author: MSDN
|
Rating:
|
|

ASP.NET XML Web services allow you to control the formatting and call style of methods in a Web service. You can control this behavior by using attributes applied to the Web methods in the Web service. However, values that are incorrectly matched with the parameters in the Web service may be passed to the Web service by a .NET client. For example, the Web service may serialize the second parameter passed by the client into the first parameter of the Web service....
|
|
|
|
Total Hits: 161 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you drag a control out of the Design view of the Mobile Designer and drop it in another window or in the toolbox, the DESIGNTIMEDRAGDROP="xx" attribute may be added to the control (where "xx" is a number that varies). However, the Microsoft Mobile Internet Toolkit runtime ignores this attribute and does not send the attribute to the requesting client device....
|
|
|
|
Total Hits: 103 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If a configuration file does not already contain a Extensible Markup Language (XML) element, and the first instance of a configSection class is written to the configuration file by using the configuration Windows Management Instrumentation (WMI) provider, the < configSections > XML element may be written after other XML elements (and therefore appear later in the configuration file). This causes the ASP.NET runtime and other parts of the .NET Framework to reject the configuratio...
|
|
|
|
Total Hits: 531 | Today: 0
|
Author: MSDN
|
Rating:
|
|

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in ASP.NET (included with the .NET Framework) 1.1....
|
|
|
|
Total Hits: 1533 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you browse to an ASP.NET (.aspx) page, you may receive one of the following error messages:
Access denied to 'D:\MyWeb\Users\MainDirectory\MyApplication\' directory. Failed to start monitoring directory changes....
|
|
|
|
Total Hits: 1962 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If the ASP.NET worker process has been idle for the time that is specified for the responseDeadlockInterval configuration setting in the Machine.config file, the ASP.NET worker process (Aspnet_wp.exe) is recycled unexpectedly....
|
|
|
|
Total Hits: 207 | Today: 0
|
Author: MSDN
|
Rating:
|
|

The set of server variables that ASP.NET picks up from Microsoft Internet Information Services (IIS) version 5.x or later does not include the REMOTE_PORT server variable....
|
|
|
|
Total Hits: 778 | Today: 0
|
Author: MSDN
|
Rating:
|
|

After you compile your Web application, you may receive the following error messages in the Microsoft Visual Studio .NET task list:
Could not copy temporary files to the output directory....
|
|
|
|
Total Hits: 199 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use or view an ASP.NET page that includes a lot of client-side script, you may notice a significant decrease in performance. To detect this performance impact, monitor the "Request Execution Time" performance counter for ASP.NET....
|
|
|
|
Total Hits: 142 | Today: 0
|
Author: MSDN
|
Rating:
|
|

The following .NET Framework Class Library namespaces are referenced in this article:
System.Web.Services System.Security.Principal
When you enable a Digest authentication for a Web Service in Internet Information Server (IIS) 5.0, the following error is returned:
HTTP 401.4 - Unauthorized: Authorization denied by filter...
|
|
|
|
Total Hits: 148 | Today: 0
|
Author: MSDN
|
Rating:
|
|

A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next .NET Framework service pack that contains this fix....
|
|
|
|
Total Hits: 104 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If you alter an image file that is used in a Microsoft Visual Studio .NET project, an older version of the image may be displayed in the design environment. If a WebForm contains an image, and that image has been deleted from the project and then altered and re-added to it, the WebForm may still display the original image in Design view of the WebForm. Additionally, if you create a new WebForm and drag the new image into the Web Forms Designer, the old image may still be displayed....
|
|
|
|
Total Hits: 202 | Today: 0
|
Author: MSDN
|
Rating:
|
|

Visual Studio ASP.NET projects allow you to set breakpoints in either server-side or client-side code. However, when you start to debug, the debugger does not stop at client-side breakpoints in the ASP.NET project....
|
|
|
|
Total Hits: 128 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you create a Web User control and drag it to an .aspx page, Visual Studio .NET does not automatically generate a code-behind declaration for the Web User control....
|
|
|
|
Total Hits: 129 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If you reference a StyleSheet control that is contained in an external, mobile User Control (.ascx file), the Image controls in the StyleSheet control may not be displayed when you browse to the mobile Web Form page....
|
|
|
|
Total Hits: 527 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you add a ASP.NET RadioButton control to the ItemTemplate of a data-bound Repeater server control, the RadioButton control that you created is not mutually exclusive when you run the ASP.NET page. This problem occurs even if the GroupName attribute is set for the RadioButton controls....
|
|
|
|
Total Hits: 120 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When an application is activated, ASP.NET uses the process identity to read configuration data. The configuration data is then cached and reused across subsequent requests....
|
|
|
|
Total Hits: 434 | Today: 0
|
Author: MSDN
|
Rating:
|
|

In Scenario 1, verify that the machine keys match for all of the computers in the Web farm before you apply the hotfix that is listed in the "Resolution" section. This error message occurs if the machine keys do not match....
|
|
|
|
Total Hits: 234 | Today: 0
|
Author: KBMentor
|
Rating:
|
|

Another real life experience. Once a long time ago I wrote a simple Windows GUI application where users could enter float values.
Some users preferred using "," as delimiter and some other ".", i.e my application needed to convert strings like "122,12" and "122.12" to a double value. Also blanks - which should be treated as 0.0.
As I said it was a long time ago, and I used try...catch to see if I would succeed in getting a double value out of it....
|
|
|
|
|
|