Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 24th, 2004, 09:49 PM
Authorized User
 
Join Date: Jan 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Authentication

Hi All

I have a problem from my two Projects. First, I have a default.htm and ProductA.aspx that connected to Oracle9i in Project A (and both twos are placed in Folder A) and I have a default.htm and ProductB.aspx that connected to Oracle9i in Project B (and both twos are placed in Folder B). When I run that file by

http://localhost/A/default.htm and go to http://localhost/A/ProductA.aspx by hyperlink.
It is fine
Then, I run second project by

http://localhost/B/default.htm and go to http://localhost/B/ProductB.aspx by hyperlink.
I found the Error at this line.

<authentication mode="Window">

How can I solve this problem?

Blueman137


 
Old March 25th, 2004, 09:44 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Please post your web.config file so we can take a look at it. Or copy project A's web.config file to project B.

 
Old March 25th, 2004, 08:27 PM
Authorized User
 
Join Date: Jan 2004
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Sorry, i didn't save that error too

But,I already solve this problem by setting property in IIS
for project B, I select project B's property same as project A

Thnaks

Blueman137







Similar Threads
Thread Thread Starter Forum Replies Last Post
Authentication stu9820 ASP.NET 1.0 and 1.1 Professional 4 December 7th, 2009 05:31 AM
Authentication r_ganesh76 ASP.NET 1.0 and 1.1 Professional 3 January 18th, 2008 11:34 AM
Authentication koco ASP.NET 2.0 Professional 1 August 21st, 2007 09:02 AM
Authentication speedyH Beginning PHP 1 September 25th, 2004 11:34 AM
Authentication PbsiGuru General .NET 6 March 24th, 2004 02:41 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.