I am using ASP.NET and Internet Explorer Web Controls and it does not work when I open the page. What is wrong?

For Internet Explorer Web Controls to work properly you need to have the required HTML components. You need to upload the directory (by default: C:\Inetpub\wwwroot\webctrl_client) to the root of your website

Was this answer helpful?

 Print this Article

Also Read

How to enable ASP.NET SQL Server Session on your web application

SQLServer mode stores session state in a SQL Server database. Using this mode ensures that...

I get an error 'Server.CreateObject Failed' when I try to use CDONTs. What can I do?

  CDONTs is no longer supported on Windows 2003 server.  Microsoft introduced CDO back...

There is three types of ASP.Net sessions :

1)Inprocess session   (it's stored by default in web.cofig File and use for same...

How do I set up an Access database connection in Macromedia Dreamweaver MX 2004 for classic ASP pages?

  Setup your site in Dreamweaver per this article Open or create a new ASP page....

Sending mail via Persits.MailSender

Here's a complex example of sending an email with SMTP authentication and attachments. <%...