# ASP.NET in Dreamweaver 8

**URL:** https://forum.kirupa.com/t/asp-net-in-dreamweaver-8/255233
**Category:** programming
**Created:** [March 20, 2008, 10:15am UTC](https://forum.kirupa.com/t/asp-net-in-dreamweaver-8/255233 "2008-03-20T10:15:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![danharris86](https://avatars.discourse-cdn.com/v4/letter/d/a88e57/32.png) [@danharris86](https://forum.kirupa.com/u/danharris86)
#### Post date: [March 20, 2008, 10:15am UTC](https://forum.kirupa.com/t/asp-net-in-dreamweaver-8/255233/1 "2008-03-20T10:15:54Z")

</div>

Hey guys,

I finally got dreamweaver [ASP.Net](http://ASP.Net) working on my server (as in it does not give an error when I load a .aspx file that was created in dreamweaver)

Anyway I can display data etc perfectly fine once the files have been uploaded to my online website, however if I try to use the record insertion wizard to create a form that will put data into my access database I get a long error message.

The error message I get is:

> System.Data.OleDb.OleDbException: Syntax error in INSERT INTO statement.  
> at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult)  
> at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)  
> at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult)  
> at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)  
> at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()  
> at DreamweaverCtrls.DataSet.DoInit()

The thing I don’t understand is that if Dreamweaver has generated this code then it should work just fine and there should not be any errors? I have used this method many times to create classic asp pages which work perfectly using the dreamweaver generated code.

Does it just not support .NET very well or have I configured something wrong? I would really rather use [asp.NET](http://asp.NET) as opposed to classic asp, but I am working to a tight deadline at the moment.

I want to be able to code the [asp.net](http://asp.net) myself, but for now just need to get it working in time.
