Re: How to disable all this security?
- From: "Norman Yuan" <NoOne@xxxxxxxxxx>
- Date: Tue, 03 May 2005 03:56:28 GMT
Disable ALL security? How about disable IIS and SQL Server altogether? :(.
It seems your ASP.NET cannot access Pub database on SQL server. It is
simple: you need to grant the user account , which is used to run ASP.NET
application on the IIS, access permission to SQL Server and Pub database (or
any other database that your ASP.NET app uses). If you did not make special
configuration to your Asp.net app, by default, the user account used is
MachineName\ASPNET. You need create a login on SQL Server for this account
and grant it access to Pub database. If you have SQL Server' Enterprise
Manager installed, it is a very simple task.
I understand your "disable all security" rant was out of frustration, but
the reality is, if no security, no SQL Server and no ASP.NET. Period.
"kvr901" <kvr901@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0074A8BD-B0B5-43FE-BAEE-94A5096F1EB3@xxxxxxxxxxxxxxxx
> I'm trying to learn how to build a simple ASP.NET application that
accesses
> one table in the SQL Server pubs database..... and I'm going crazy. I
have
> been reading and trying, reading and trying, but am constantly having
> security problems.
> I am using a laptop with XP Pro and IIS 5.(something) to design and then
> deploy it on a Win 2003 Server. I am having the same issues on both
machines
> and am totally frustrated now.
>
> What is the easiest way to disable security? I don't care if someone can
> hack into the system and destroy it. I have plenty of Ghost images and
can
> restore it in a few minutes.
>
> I want to allow anonymous access without any extra security. Later, when
I
> learn this stuff, then I'll worry about security.
>
> I installed Front Page 2003 on my laptop and tried that locally and to the
> server, but that has some issue with SharePoint (whatever that is) on the
> Win2k3 machine. Do I need SharePoint? If not, how do I get rid of it?
>
> Let me be very clear.... I don't care about security AT ALL.
>
> Please help.
>
.
- Follow-Ups:
- Re: How to disable all this security?
- From: kvr901
- Re: How to disable all this security?
- References:
- How to disable all this security?
- From: kvr901
- How to disable all this security?
- Prev by Date: RE: How to disable all this security?
- Next by Date: Speed problem when running application outside Visual Studio
- Previous by thread: RE: How to disable all this security?
- Next by thread: Re: How to disable all this security?
- Index(es):
Relevant Pages
|