Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Deploying Web App inside a DMZ

Reply
Thread Tools

Deploying Web App inside a DMZ

 
 
Paul P
Guest
Posts: n/a
 
      03-05-2004
I want to deploy my web app inside a DMZ. I set up the IIS to allow Anonymous Logi
and I am going to impersonate an account and connect to a SQL Server databas
inside the firewall. The account we are trying to impersonate is a Domain account

Now the question is How do I do that

In my webconfig file I have impersonate=true and I know I can put the username password in there also
But when I do that I still get Login failed for Null user

Do I have to create a local account on the DMZ box that matches the Domain account I am trying to impersonate
The SQL Server has the Domain account added as a SQL Server Login and is granted access to the database I
want to use. The app works fine from my Intranet but when I move it to the DMZ box I have a problem. I
says Login failed for Null user. I have read some articles that points to using the ASPNET worker process account but I want to use a proxy account

Do I need to do something within IIS or modify the webconfig file, or modify the machine.config file???

Any help would be appreciated........
 
Reply With Quote
 
 
 
 
Paul Glavich
Guest
Posts: n/a
 
      03-07-2004
Since your web machine cannot access the domain, then it will obviously be
unable to impersonate. Adding a local account matching the domain account
would probably work, but you'd have to do this for each domain account that
was to access the box, which would not be practical I would think. Setting
the web.config to impersonate a particlar local account would work but dont
like doing this in the web.config becuase of the relatively easy access of
this file to malicious eyes (whether internal or external) and this is even
though you can encrypt the credentias via setreg.
--
- Paul Glavich


"Paul P" <> wrote in message
news:E987D561-494F-467C-A1E4-...
> I want to deploy my web app inside a DMZ. I set up the IIS to allow

Anonymous Login
> and I am going to impersonate an account and connect to a SQL Server

database
> inside the firewall. The account we are trying to impersonate is a Domain

account.
>
> Now the question is How do I do that?
>
> In my webconfig file I have impersonate=true and I know I can put the

username password in there also.
> But when I do that I still get Login failed for Null user.
>
> Do I have to create a local account on the DMZ box that matches the Domain

account I am trying to impersonate?
> The SQL Server has the Domain account added as a SQL Server Login and is

granted access to the database I
> want to use. The app works fine from my Intranet but when I move it to

the DMZ box I have a problem. It
> says Login failed for Null user. I have read some articles that points to

using the ASPNET worker process account but I want to use a proxy account.
>
> Do I need to do something within IIS or modify the webconfig file, or

modify the machine.config file????
>
> Any help would be appreciated........



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
help with pix inside->outside + dmz->outside + inside->outside->dmz Jack Cisco 0 09-19-2007 01:57 AM
Allow smtp traffic from DMZ to Inside, without DMZ loosing Internet connection? morten Cisco 4 09-04-2007 01:48 PM
Cisco PIX DMZ to DMZ Access Network-Guy Cisco 7 09-25-2005 08:28 PM
how to config 515-e-dmz dmz routes & ACL? JohnC Cisco 9 12-07-2004 09:14 AM
deploying and re-deploying ASP.Net applications =?Utf-8?B?VG9tIE4=?= ASP .Net 2 02-04-2004 09:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57