Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, May 09, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > ASP.Net > Errors and Bugs
Search:
What's New - What's Hot
Listings for ASP.NET Bugs ASP.NET Bugs (30)
More Categories for ASP.NET PRB ASP.NET PRB (1)
Listings for Cached User Controls Cached User Controls (0)
Listings for Client Browsers Client Browsers (0)
Listings for Compiler Error Compiler Error (0)
Listings for Configuration Configuration (3)
Listings for Excel Excel (1)
Listings for IIS 6.0 IIS 6.0 (1)
Listings for Security Errors Security Errors (0)
More Categories for Server Controls Server Controls (6)
Listings for SQL Server Session SQL Server Session (2)
 

Error handling performance - exceptions vs error codes        
Total Hits: 233  |  Today: 0 Author: KBMentor       Rating:  
Read Reviews | Write Review |              Your 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....

The specified server is not running .NET 1.1 Error. Solution : Aspnet_Regiis.exe        
Total Hits: 383  |  Today: 0 Author: Harish Ranganathan [MVP]       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article explains how to tackle with "The specified server is not running .NET 1.1" Error and explains the uses of Aspnet_Regiis.exe. After doing a fresh installation of Visual Studio.NET in myWindow XP machine I was trying to open a sample application in ASP.NET.But VS was giving an error.
"The specified server is not running .NET 1.1"
And the solution : go to C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 and execute aspnet_regiis -i I got .NET 1.1 installed.. Now everything is working...

Unable to browse ASPX pages on Windows Server 2003 after installing / uninstalling SP 1?        
Total Hits: 308  |  Today: 0 Author: Harish Ranganathan       Rating:  
Read Reviews | Write Review |              Your Rating: 

Windows Server 2003 SP1 is a very good security update released by Microsoft and I hope many of you would have already installed the same. However, if for some reason, you had to remove the SP1 then you may no longer be able to browse ASPX Pages....

You may receive the error "BC30138: Unable to create temp file in path 'C:\Windows\TEMP\:' Access is denied"        
Total Hits: 364  |  Today: 1 Author: Harish Ranganathan       Rating:  
Read Reviews | Write Review |              Your Rating: 

You may receive the error "BC30138: Unable to create temp file in path 'C:\Windows\TEMP\:' Access is denied" while trying to debug or browse your ASP.NET Applications. This may occur if the ASPNET account doesnt have sufficient priveleges on the 'C:\WINDOWS\TEMP' folder, in windows versions prior to Windows Server 2003. In Windows Server 2003, it is the Network Service account that needs to have the necessary rights for that folder. Even if you assign rights for EVERYONE it wont work since these...

You may receive the error "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection" - Part I        
Total Hits: 449  |  Today: 0 Author: Harish Ranganathan       Rating:  
Read Reviews | Write Review |              Your Rating: 

Integrated authentication allows for SQL Server to leverage Windows NT authentication to validate SQL Server logon accounts. This allows the user to bypass the standard SQL Server logon process. With this approach, a network user can access a SQL Server database without supplying a separate logon identification or password because SQL Server obtains the user and password information from the Windows NT network security process. Choosing integrated authentication for ASP.NET applications is a goo...

You may receive the error "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection" - Part II        
Total Hits: 339  |  Today: 0 Author: Harish Ranganathan       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is in continuation with Part I where I explained the scenarios where this error occurs when the Webserver and SQL Server are running on the same machine. In case you havent read that, please Read Part I of this article, before proceeding. Check the SQL Server Authentication Mode and set is to Mixed Mode Authentication, as explained in Part I of this article. Then comes the actual interesting part. Though you configure your SQL Server to Mixed Mode Authentication and add ASPNET or NE...

You may receive the error "AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID DataGrid1 when..."        
Total Hits: 270  |  Today: 0 Author: Harish       Rating:  
Read Reviews | Write Review |              Your Rating: 

You may receive the error "AllowCustomPaging must be true and VirtualItemCount must be set for a DataGrid with ID DataGrid1 when AllowPaging is set to true and the selected datasource does not implement ICollection." while attempting to bind a DataGrid to a DataReader and also setting the Datagrid's AllowPaging property to True. The error occurs since you are binding a DataReader to the DataGrid. The DataReader offers a Forward Only - Read Only access to the Data that is being retrieved from the...

You may receive the error: "The underlying connection was closed: Unable to connect to the remote server." while consuming a Webservice        
Total Hits: 665  |  Today: 1 Author: Harish Ranganathan       Rating:  
Read Reviews | Write Review |              Your Rating: 

You may receive the error "The underlying connection was closed: Unable to connect to the remote server." while trying to consume a Web Service from your ASP.NET Web Application. However, the same Web Service can be consumed from a Windows Application without any issues. This error particularly occurs if you are behind a firewall or proxy. When you use a winforms app, it can autodetect the proxy using IE settings for current user, and it can connect out through the proxy. However, when in asp.ne...

Error message in Windows Small Business Server 2003: "Debugging is not supported under current trust level settings"        
Total Hits: 317  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your Rating: 

You are running Microsoft Windows Small Business Server 2003. When you try to use the Remote Web Workplace or another subweb that is using Microsoft ASP.NET under the default Web site, you may receive an error message that is similar to the following:
Server Error in '/Remote' Application. Assume that you turn off the friendly custom error by modifying the C:\Inetpub\Remote\Web.config file after you receive this error. If you then try to access a remote Web workplace or a subweb under the def...

Error on .NET Client        
Total Hits: 491  |  Today: 1 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

An HTTP proxy server exists between the Web service and the .NET client, and the proper proxy settings have not been configured....

PRB: You Receive an "HTTP Error 403:Forbidden" Error While You Work in ASP.NET Web Application Projects With SSL Enabled        
Total Hits: 1385  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you create a Microsoft ASP.NET Web application in Microsoft Visual Studio .NET and you set up Secure Sockets Layer (SSL) certificate authentication on the ASP.NET Web application project, you may receive the error message when you try to reopen the ASP.NET Web application project in Visual Studio IDE:

Unable to open Web project 'AspwebApp1'. The file path 'C:\Inetpub\wwwroot\AspwebApp1' does not correspond to the URL 'http://Localhost:/AspwebApp1'. The two need to map to the same ser...

PRB: "HTTP/1.1 500 Internal Server Error" Error Message When You Have Multiple ASP.NET Applications That Use the Same Application Pool with Different        
Total Hits: 2259  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you try to create a new Microsoft ASP.NET 1.1 application after you change the script mapping of the existing ASP.NET 1.1 Web application to ASP.NET 1.0 on a Microsoft Windows Server 2003-based computer, you may receive the following error message:

The Web server reported the following error when attempting to create or open the Web project located at the following URL: 'http://localhost/822319ev1'. 'HTTP/1.1 500 Internal Server Error'.

CAUSE
This issue occurs becau...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net