Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Knowledge Base > ASP.Net > Errors and Bugs
Search:
What's New - What's Hot
Listings for ASP.NET Bugs ASP.NET Bugs (28)
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 (5)
Listings for SQL Server Session SQL Server Session (2)
 


The specified server is not running .NET 1.1 Error. Solution : Aspnet_Regiis.exe        
Total Hits: 872  |  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: 710  |  Today: 1 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: 816  |  Today: 0 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: 800  |  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: 692  |  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...

Error message in Windows Small Business Server 2003: "Debugging is not supported under current trust level settings"        
Total Hits: 743  |  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: 921  |  Today: 0 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: 1882  |  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: 2724  |  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...

PRB: "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 Ser        
Total Hits: 1263  |  Today: 1 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your 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....

PRB: "Unable to Start Debugging on the Web Server" Error Message While You Debug ASP.NET Applications        
Total Hits: 1384  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your 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...

PRB: "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        
Total Hits: 1098  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your 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...


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net