|
|
|
|
|
Total Hits: 872 | 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: 710 | Today: 1
|
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: 816 | Today: 0
|
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: 800 | 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: 692 | 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: 743 | 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: 921 | Today: 0
|
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: 1882 | 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: 2724 | 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...
|
|
|
|
Total Hits: 1263 | Today: 1
|
Author: MSDN
|
Rating:
|
|

You install the Microsoft .NET Framework 1.1, and then you install the .NET Framework 1.0 Service Pack 2 (SP2) on a computer that is running Microsoft Windows 2000 with Service Pack 4 (SP4).When you try to run a Microsoft ASP.NET application, you may receive the following error message:
Could not start the ASP.NET State Service service on Local Computer.Error 1069: The service did not start due to a logon failure.
When the .NET Framework 1.0 is installed after the .NET Framework 1....
|
|
|
|
Total Hits: 1384 | Today: 0
|
Author: MSDN
|
Rating:
|
|

You create an ASP.NET Web application and then specify that the authentication in Internet Information Services (IIS) is set to Basic authentication. When you try to start to debug the ASP.NET Web application project in Visual Studio .NET, you may receive the following error message:
Error while trying to run project: Unable to start debugging on the Web server. You do not have permissions to debug the server. Verify that you are a member of the Debugger Users group on the server. Wou...
|
|
|
|
Total Hits: 1098 | Today: 0
|
Author: MSDN
|
Rating:
|
|

In the customErrors section of the Web.config file that exists in the root directory of the Default Web Site Web site that is set in Microsoft Internet Information Services (IIS), when you set the defaultRedirect attribute to an HTML file or to an Active Server Page (ASP) file and the Mode attribute to On, and then you try to open a new Microsoft ASP.NET Web Application project by using Microsoft Visual Studio .NET 2003, you receive the following error message:
Visual Studio .NET has dete...
|
|
|
|
|
|