Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
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 (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: 972  |  Today: 0Author: 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: 797  |  Today: 0Author: 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: 888  |  Today: 0Author: 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: 832  |  Today: 0Author: 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: 745  |  Today: 0Author: 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: 838  |  Today: 0Author: 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: 1001  |  Today: 0Author: 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: 1997  |  Today: 0Author: 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: 2815  |  Today: 0Author: 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: 1346  |  Today: 0Author: 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: 1434  |  Today: 0Author: 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: 1149  |  Today: 0Author: 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...

FIX: ASP.NET Queues Too Many Requests     
Total Hits: 391  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft Internet Information Services (IIS) 6.0 does not return an HTTP 503 error when the number of requests is greater than the RequestQueueLimit value that you define in the configuration settings for ASP.NET.

This is a design change from ASP.NET 1.0 to ASP.NET 1.1. In ASP.NET 1.0, IIS returns an HTTP 503 error and rejects each request that is over the limit of the RequestQueueLimit value:
< processModel requestQueueLimit="5000"/ >

This is a performance issue that occurs ...

PRB: Cannot Access COM+ Components in Application Center 2000 by Using ASP.NET     
Total Hits: 428  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

On a Windows Server 2003 computer, when you try to call a COM+ component that is deployed in Application Center 2000 component load balancing (CLB) in an ASP.NET Web application, you may receive one of the following error messages:This problem may also occur when you access a COM+ component by using ASP.NET from the Windows 2000 operating system with the .NET Framework installed. When an ASP.NET application tries to create a component remotely, ASP.NET tries to impersonate one of the following u...

BUG: Cannot Use Null Key Values for Session Variables in SQL Server Mode or State Server Mode (Q321023)     
Total Hits: 637  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

BUG: "Failed to Start Monitoring Directory Changes" Error Message When You Browse to an ASP.NET Page (Q317955)     
Total Hits: 1634  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

ASP.NET Worker Process (Aspnet_wp.exe) Is Recycled Unexpectedly (Q321792)     
Total Hits: 2058  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

PRB: Cannot Debug ASP.NET Web Application (Q318465)     
Total Hits: 2631  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you debug an ASP.NET application in Microsoft Visual Studio .NET, you may receive the following Microsoft Development Environment error message:

Error while trying to run project: Unable to start debugging on the web server. The server does not support debugging of ASP.NET or ATL Server applications. Run setup to install the Visual Studio .NET server components. If setup has been run, verify that a valid URL has been specified.
You may also want to refer to the ASP.NET and ATL Se...

ASP.NET Does Not Pick Up the REMOTE_PORT Server Variable from IIS (Q319083)     
Total Hits: 312  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

ASP.NET Fails to Copy Files from Bin Directory to Temporary ASP.NET Files Folder (Q319991)     
Total Hits: 878  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....



Disclaimer - Privacy
© 2002-2012 DevASP.net