|
|
|
|
|
Total Hits: 233 | 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....
|
|
|
|
Total Hits: 383 | Today: 0
|
Author: Harish Ranganathan [MVP]
|
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...
|
|
|
|
Total Hits: 308 | Today: 0
|
Author: Harish Ranganathan
|
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....
|
|
|
|
Total Hits: 364 | Today: 1
|
Author: Harish Ranganathan
|
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...
|
|
|
|
Total Hits: 449 | Today: 0
|
Author: Harish Ranganathan
|
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...
|
|
|
|
Total Hits: 339 | Today: 0
|
Author: Harish Ranganathan
|
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...
|
|
|
|
Total Hits: 270 | Today: 0
|
Author: Harish
|
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...
|
|
|
|
Total Hits: 665 | Today: 1
|
Author: Harish Ranganathan
|
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...
|
|
|
|
Total Hits: 317 | Today: 0
|
Author: Microsoft
|
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...
|
|
|
|
Total Hits: 491 | Today: 1
|
Author: MSDN
|
Rating:
|
|

An HTTP proxy server exists between the Web service and the .NET client, and the proper proxy settings have not been configured....
|
|
|
|
Total Hits: 1385 | Today: 0
|
Author: MSDN
|
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...
|
|
|
|
Total Hits: 2259 | Today: 0
|
Author: MSDN
|
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...
|
|
|
|
|
|