Ask a Question related to ASP.NET Security, Design and Development.
-
Mary Chipman #1
Re: Cannot access databases
When running an ASP.NET, it's not your administrative rights that are
considered, but the rights granted to the ASPNET worker process that
count. So you need to grant the ASPNET windows account login
permissions in SQL Server, and read/write ACLs on the share that
contains the Access mdb. This is explained in detail in the ASP.NET
security best practices wp, which you can download from
[url]http://www.microsoft.com/downloads/release.asp?ReleaseID=44047[/url]
--Mary
On Fri, 20 Aug 2004 08:47:04 -0700, "Goreyman"
<Goreyman@discussions.microsoft.com> wrote:
>I cannot get past ASP.NET security.
>
>I am running W2K Pro with IIS5 on a standalone deskktop. I log on with full
>administrative rights. I created a VB.NET project with one form containing a
>datagrid control and attempted to execute a simple SQL query against an
>unprotected copy of Biblio.mdb (Access 2000) using Oledb objects. Web page
>loaded blank, Refresh brought up an error page with message that attempt to
>login username failed.
>
>I then tried running a query against Northwind on Sql Server using SqlClient
>objects. Page does not load - I get a message box stating "Error while trying
>to run the project: Unable to start debugging on the web server. You do not
>have permissions to debug the server. Verify that you are a member of the
>'Debugger Users' group on this server". Event viewer shows the error
>"aspnet_wp.exe could not be launched because the username and/or password
>supplied in the processModel section of the config file are invalid". When I
>reverted to the Access version, page no longer loads - I now get the message
>box error.
>
>In trying to solve the problem I ran into other issues which may or may not
>be related. When I try to add a user to a group, MMC.EXE generates this
>messsage "The instruction at "0x6992375e" referenced memory at "0x00000000".
>The memory could not be "read". All memory diagnostics pass and I swapped out
>all memory modules but still get message. Tried to reinstall IIS from disk
>but nothing happens. (Incidentally, when I look at group members I get just
>icons with no descriptive text - is this normal?)
>
>I am completely stumped at this stage. Have looked at various forums,
>refernece books etc but am getting nowhere.
>
>Any help would be greatly appreciated.
>
>
>Mary Chipman Guest
-
unlocking Access databases in CFMX
ColdFusion pools connections. There are timeout settings on the connections. You have to have ZERO ACTIVITY on the connection pool before it lets... -
unlocking Access databases in CFMX
I have the same issue. I cannot unlock the .mdb file on my shared server. It uses CF7 and I was told and proven to myseld that "Maintain... -
unlocking Access databases in CFMX
I can't believe with as often as this is a problem for me, that it doesn't appear more often in the forum. I search for a solution. I get the same... -
Accessing 2 Access databases on 2 different servers using ASP pages
I have a Access database residing on our 'out-of- house, .com,shared' server. I have an asp page on the .com website that writes to this db,... -
PHP and Access databases
joanne.hall@btinternet.com idiotically stated: goto www.devshed.com and read their php/mysql tutorials. they basically walk you through...



Reply With Quote

