How to repair IIS mapping after you remove and reinstall IIS

After you install the Microsoft .NET Framework Software Development Kit (SDK), Microsoft Visual Studio .NET 2002, Visual Studio .NET 2003, or Visual Studio 2005, Microsoft Internet Information Service (IIS) mappings are created to associate the new file extensions and settings for ASP.NET. If you did not have IIS installed when you ran the SDK or Visual Studio Setup, or if you uninstalled and reinstalled IIS after you ran the SDK or Visual Studio Setup, those settings will not be in ... Read more..

February 4th, 2012 admin Posted in ASP - Code No Comments »

AddThis Social Bookmark Button

ASP.NET pages exhibit unexpected behavior because the server-side code is not processed

Symptoms that are exhibited at run time When you view an .aspx page in a Microsoft ASP.NET Web application, you may experience the following symptoms: A blank page may appear in the browser. You may receive an instruction to download the .aspx page. The typical behavior is that the server-side code for the .aspx page is processed, and then the code is not sent to the Web browser in its raw form. Symptoms that are exhibited when you use Visual Studio .NET to debug ASP.NET When ... Read more..

December 19th, 2011 admin Posted in ASP - Code No Comments »

AddThis Social Bookmark Button

ASP : “Operation must use an updateable query” error

You may encounter the following common error when you use ActiveX Data Objects (ADO) with Active Server Pages (ASP): Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access 97 Driver] Operation must use an updateable query. CAUSE loadTOCNode(1, 'cause'); This article explains the four primary causes of this error and the corresponding workarounds. Although this article refers to Microsoft Access databases, the information provided here also applies to other types of databases. RESOLUTION loadTOCNode(1, 'resolution'); This error is typically encountered when ... Read more..

August 19th, 2011 admin Posted in ASP - Code No Comments »

AddThis Social Bookmark Button

ASP.NET 2.0 Web application does not send actual values to the parameters of the Update method of the data source

In an ASP.NET 2.0 Web application, you use data binding to update data. However, the application does not send actual values to the parameters of the data source Update method. Instead, the application sends 0 values or null values to the data source. This problem occurs if the following conditions are true: The control that is used to update data is nested in another control. These two controls are in a templated control. Note This problem does not occur when you use ... Read more..

May 5th, 2011 admin Posted in ASP - Code No Comments »

AddThis Social Bookmark Button

Error message when you run an ASP.NET 2.0 application on a Windows Server 2003: “Server unavailable”

When you try to run a Microsoft ASP.NET 2.0 application on a Microsoft Windows Server 2003-based computer, you may receive the following error message: Server Unavailable Additionally, an error message that resembles following is logged in the Application log: Event Type: Error Event Source: ASP.NET 2.0 Event Category: None Event ID: 1088 Date: Date Time: Time User: N/A Computer: ComputerName Description: Failed to execute request because the App-Domain could not be created. Error: 0x80070005 Access is denied. CAUSE This issue may occur if you try to run the ASP.NET 2.0 application after you ... Read more..

December 7th, 2010 admin Posted in ASP - Code No Comments »

AddThis Social Bookmark Button