Re: Accessing MSDE from a web application

From: Mary Chipman (mchip_at_nomail.please)
Date: 03/06/04


Date: Sat, 06 Mar 2004 09:17:30 -0500

If you're new to MSDE, you'll find it much easier to administer if you
purchase the SQLS Developer edition ($49 U.S.) and just install the
client tools. Or alternately install the full version and just use
MSDE for deployment. You'll then be able to configure and administer
security using the Enterprise Manager GUI instead of wrestling with
command line utilities. Configuring asp.net security correctly can be
tricky -- you might want to download the "Building Secure ASP.NET
Applications" whitepaper (it's really more like a book) but it covers
all of the angles, including accessing SQLS:
http://www.microsoft.com/downloads/release.asp?ReleaseID=44047

-- Mary
MCW Technologies
http://www.mcwtech.com

On Fri, 5 Mar 2004 16:49:50 -0600, bakame <bakame.12o4fi@mail.mcse.ms>
wrote:

>
>Hello!
>I was doing some research on how to read data off an MSDE 2000 database
>and display it on a web-form using .NET and I came across a discussion
>in the security forum that talks about adding ASP.NET as a user thru
>the "osql utility" and
>"sp_addlogin, sp_adduser" stored procedures...
>I can connect to my MSDE by typing "osql -E" in the command prompt...
>What is the syntax for sp_addlogin and sp_adduser when adding the
>ASPNET account?? In other words, can anyone give me a step by step
>answer on how to do that.... As you can see I am a newbie with MSDE and
>NET!
>In the post they also talk about adding ASPNET login as a user in
>master database and and then run this command in Query Analyzer (in
>master database).
>GRANT EXEC ON sp_sdidebug TO ASPNET
>GO
>
>HELP!!!!!!!!



Relevant Pages

  • Re: Wrong MSDE installed
    ... That is the command line to install a new default instance. ... This will upgrade the existing instance but do nothing to get SBS Monitoring and Sharepoint installed. ... They use WMSDE not MSDE. ... those folders are as you say on my SBS 2003 server that has been upgraded to SP1. ...
    (microsoft.public.windows.server.sbs)
  • Re: SBS 2003 and Great Plains problem - NOT SOLVED :(
    ... It doesn't matter if the new instance of MSDE is ... but I now have a new instance of MSDE working and the SBS backup also ... install a new instance the install quit with an error. ... server for the customer before they install it on their server. ...
    (microsoft.public.windows.server.sbs)
  • Re: Wrong MSDE installed
    ... those folders are as you say on my SBS 2003 server that has been ... The setup wizard will not run because of the older version of MSDE. ... If I need to install an MSDE instance I always do it from the ...
    (microsoft.public.windows.server.sbs)
  • Re: Wrong MSDE installed
    ... Gregg Hill ... I was able to run the MSDE SP3a update using the following command line. ... I was able to run the SBS setup wizard. ... install re-install SharePoint, Administration, and Monitoring. ...
    (microsoft.public.windows.server.sbs)
  • Re: Deployment for a small office
    ... 1> Install myapp on all 4 machines ... 2> Install MSDE on the centralserver A ... I know I will have to set disablenetworkprotocols to false on the server, but is there anything related to network access to be done on the client. ... Everything works fine when the db and the app are on the same ...
    (microsoft.public.sqlserver.msde)