:confused;

Hi,

I am doing a project for creating an online art gallery. I have created a
members page where information on the artist will be stored i.e. Profile, Name.
In addtion on this page there will be the artist pictures with information
regarding pic title, size price etc.

The page is constructed under two tables the top for the artist and bottom for
the pictures. This page is created using ASP.NET. I have connected to my
database using OLE DB and i have two datasets one for the member details
(member_table) and one for the picture information (picture_table). I dragged
and dropped each element to thier repsective area within the page i.e. dataset2
(picture title) to title on the page and dataset1(member profie) to profile on
page.

Everything looked okay so i saved the page. I then wanted to privew the page
in Explorer but after i pressed the 'preview button' the IE page issued a error
' http 405 Resource not allowed IIS. '

Can anyone help me. I tried the same thing by using ASP vbscript (asp) and it
worked but i want to use ASP.NET becuase i also want to create login/out forms,
invoices.

p.s. I am only a novice with working with dreamweaver and web languages so if
you know the problem you would probably have to explain what i should do in
laymans terms. thanks again