B
Blueman137
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
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