Exforsys

Online Training

Help with XP/IIS/ASP.NET configuration

This is a discussion on Help with XP/IIS/ASP.NET configuration within the ASP forums, part of the Programming Talk category; I have setup an XP box to run my ASP.NET application. My objective is to run the application on ...


Go Back   Exforsys > Programming Talk > ASP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-03-2005, 01:04 AM
John Cosmas
 
Posts: n/a
Help with XP/IIS/ASP.NET configuration

I have setup an XP box to run my ASP.NET application. My objective is to
run the application on the XP box and have it accessible to the local
network for internal use. I've setup the Virtual Directory and added the
following users and enabled 'Anonymous Login' and 'Integrate Windows
Authentication'.
- NETWORK
- ASP.NET
- NETWORK SERVICE
- IUSR_MACHINENAME
- IWAM_MACHINENAME

I've also added the following statements into my WEB.CONFIG file.

<identity impersonate="true" userName="DOMAIN\TESTUSERACCOUNT"
password="TEST"/>

<authentication mode="Windows" />

<authorization>
<allow roles="Everyone" />

The IDENTITY IMPERSONATE exists exclusively to help get past the SQL Server
not accepting NULL user login. I'm able to call up the application using
HTTP://LOCALHOST/TESTAPP, and I'm able to run it using
HTTP://MACHINENAME/TESTAPP. However, it keeps prompting me for a
Windows/Domain level login/prompt everytime I use the
HTTP://MACHINENAME/TESTAPP from the network. Is there something I'm
missing? Please help.

TIA
John


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-28-2006, 05:32 AM
Member
 
Join Date: Apr 2006
Posts: 50
mtajim is on a distinguished road
I guess u have problem with permission settings. See that once
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

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

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



All times are GMT -4. The time now is 06:27 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.