Hi all
Trying to learn this ASP stuff 4 days old now
Added for Pubs sql database "stores" table
-connection
-cmd component
-data adapter
-generated dataset
Added a dropdownlist to my webform and 2 lables
Added code for datareader to populate the drop down
Fill data set display correct data in lables.
However when I ran originally, I received some message that I did not have proper security.
I read some further and cam across a piece telling me to add to the web.config file this bit
which I did immediately beneath the authorization tag
The error mesage I'm receiving
Thanks
-xl
Trying to learn this ASP stuff 4 days old now
Added for Pubs sql database "stores" table
-connection
-cmd component
-data adapter
-generated dataset
Added a dropdownlist to my webform and 2 lables
Added code for datareader to populate the drop down
Fill data set display correct data in lables.
However when I ran originally, I received some message that I did not have proper security.
I read some further and cam across a piece telling me to add to the web.config file this bit
Code:
<identity impersonate = "true"/>
The error mesage I'm receiving
Authorization rule must have an <allow> or <deny> tag.
Thanks
-xl