P
Participant
Hi,
I am facing a problem in accessing the website for Portfolio
http://myserver/PortfolioServer
it displays a login screen and I have tried every credential I have and it
failed and displayed an error stating that the credentials are invalid. I
have even changed the authentication mode in web.config file to Forms mode as
follows:
" <customErrors mode="off"/>
<authentication mode="Forms">
<forms name="appNameAuth" path="/" loginUrl="login.aspx"
protection="All" timeout="30">
<credentials passwordFormat="Clear">
<user name="test" password="test" />
</credentials>
</forms>
</authentication>
<authorization>
<allow users="*" />
</authorization>
I am facing a problem in accessing the website for Portfolio
http://myserver/PortfolioServer
it displays a login screen and I have tried every credential I have and it
failed and displayed an error stating that the credentials are invalid. I
have even changed the authentication mode in web.config file to Forms mode as
follows:
" <customErrors mode="off"/>
<authentication mode="Forms">
<forms name="appNameAuth" path="/" loginUrl="login.aspx"
protection="All" timeout="30">
<credentials passwordFormat="Clear">
<user name="test" password="test" />
</credentials>
</forms>
</authentication>
<authorization>
<allow users="*" />
</authorization>