H
hrawada
Hello everyone,
I have built a simple website with a simple login page and another page
that is the destination page after logging in. The website works fine
on my machince however when I uploaded it to my website it didn't
work. This is my web.config file:
/**********************************************************************/
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<compilation debug="true" />
<authentication mode="Forms" />
<customErrors mode="Off"/>
</system.web>
</configuration>
/**********************************************************************/
I always get an error when I try to load the login page. Sometime I get
the following error:
Could not load type System.Web.UI.WebControls.Login from assembly
System.Web, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a.
And sometimes I just get a question mark.
And one more thing when my <configuration> is changed to the following
<configuration
xmlns=http://schemas.microsoft.com/.NetConfiguration/v2.0 >
Nothing works.
I would really appreciate it if anyone can help me solve this problem.
I am really struggling with this.
I have built a simple website with a simple login page and another page
that is the destination page after logging in. The website works fine
on my machince however when I uploaded it to my website it didn't
work. This is my web.config file:
/**********************************************************************/
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<compilation debug="true" />
<authentication mode="Forms" />
<customErrors mode="Off"/>
</system.web>
</configuration>
/**********************************************************************/
I always get an error when I try to load the login page. Sometime I get
the following error:
Could not load type System.Web.UI.WebControls.Login from assembly
System.Web, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a.
And sometimes I just get a question mark.
And one more thing when my <configuration> is changed to the following
<configuration
xmlns=http://schemas.microsoft.com/.NetConfiguration/v2.0 >
Nothing works.
I would really appreciate it if anyone can help me solve this problem.
I am really struggling with this.