Ask a Question related to ASP Components, Design and Development.
-
John Cosmas #1
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
[url]HTTP://LOCALHOST/TESTAPP[/url], and I'm able to run it using
[url]HTTP://MACHINENAME/TESTAPP[/url]. However, it keeps prompting me for a
Windows/Domain level login/prompt everytime I use the
[url]HTTP://MACHINENAME/TESTAPP[/url] from the network. Is there something I'm
missing? Please help.
TIA
John
John Cosmas Guest
-
COnfiguration
HOW TO: Use the Group Policy Editor to Manage Local Computer Policy in Windows XP Professional... -
RDS Configuration
I'm working on setting up my development CF server. I've found that I can set up Homesite through RDS and it works just peachy when I hit browse on... -
Web Configuration...
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the... -
Where to keep the configuration?
Greetings! I'm not very good at ASP, but I'm using ASP to design a website. I know that I can keep some configurable values, such as Server... -
Inn configuration
Hi, I want to configure a INN Newsserver 2.3.5 under Solaris 8, but it causes Problems. Does anyone has experience in configuring it. Are there...



Reply With Quote

