Articles

  Ajax functionality is integrated in ASP.NET 3.5 SP1

Ajax functionality is integrated in ASP.NET 3.5 SP1 and does not require any...

  Connecting to MySQL from within Visual Studio 2008 ASP .NET Web Application

A customer of ours resolved this issue and the findings are posted on our forum:...

  Do you have a connection string I can use to connect to the local MSSQL database?

Yes. Please use the following connection string and fill in the necessary spots...

  How can I enable the asp.net 3.5 on my website in the DotNetPanel?

Choose "2.0 Integrated Pipeline" in DNP (Your control panel) -> Websites -> choose your site ->...

  How can I redirect one URL to another on ASP .NET?

Our ASP plans have the following installed:...

  I am getting a 404 error on the secondary pages of my MVC application. Why?

To resolve the 404 error issues on secondary pages of a ASP .NET MVC applications, you will need...

  My site is showing the following error: HTTP Error 503. The service is unavailable.

The error HTTP Error 503. The service is unavailable. generally means that your application pool...

  What do you mean by Dedicated Application Pools ?

ASP .NET apps run under application pools. Many applications require full trust and...

  When running a Classic ASP script, I receive: An error occurred on the server when processing the URL.

 When running Classic ASP, you get this error: An error occurred on the server when...

 ADO Connection String

For Microsoft Access Data Projects ( adp files ) or other ADO connections from clients...

 ASP.NET Session State

This article at Microsoft provides detailed analysis of different modes that can be used to...

 CDOSYS Parameters that work for sending mail

Related documents: CDONTS to CDOSYS (on webdeveloper dot com) CDOSYS Sample Script...

 Cryptography with ASP .NET

A customer received the following error when attempting to create a RSACryptoServiceProvider from...

 DotNetNuke (DNN) Installation using "Typical" install option stuck on "Running Database Installation Scripts" [Fix+Workaround]

This issue is often caused by issues related to permissions or wrong ASP.NET version set.Two...

 DotNetNuke -- when "Register" and "Login" buttons do not work. [How-to Fix]

If right after a new install of DotNetNuke, the "Register" and "Login" buttons do not work, use...

 How do I connect to MSSQL using Classic ASP

PPlease use the following connection string on our Windows 2008 servers to connect...

 How do I connect to the MySQL server using Classic ASP?

Please use the following connection string on our Windows 2008 servers to connect to the local...

 How to Deploy a Lightswitch Application

Find attached a PDF directions file made by a helpful customer to aid others in publishing to...

 How to Deploy a Lightswitch Application

 How to Fix: WCF .SVC File Gives A 404 Error

Saarthi's servers all have WCF service installed by default. If visiting an SVC file gives a...

 How to connect to a MS Access database from an ASP Script

Please use the following sample code to connect to a MS Access .mdb file:...

 I am receiving System.Security.SecurityException or That assembly does not allow partially trusted callers.

When running your application you may see: That assembly does not allow...

 Provider error '80004005'

If you are receiving the following error or similar: Provider error '80004005' It usually...

 Send a mail from .NET

Related documents: CDOSYS Parameters that work for sending mail As an Saarthi's...

 System.Web.Mail Sample C# and VB .NET Script

The following scripts use SMTP Authentication to send mail from your script - C#:...

 This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

When an error containing the following phrase is received: "This assembly is built by a...

 Using ADO to connect to MySQL Server

 A customer of ours needed to connect to MySQL using ADO from within his .NET apps. He posted a...

 What version of MDAC is installed

Related documents: [1] Microsoft Data Access Components (MDAC) Installation Currently,...

 When Publishing an application using Visual Studio 2010, file permissions are altered

By default, Visual Studio 2010, sets ACLs upon deployment which can cause issues for your...

 When trying to send mail using CDOSYS, I get: The "SendUsing" configuration value is invalid

The error The "SendUsing" configuration value is invalid is received because you need to...

 When using the Microsoft.XMLHTTP component, my ASP script hangs

All application pools run in 32-bit mode for the highest level of compatibility on our Windows...