just done a fresh load of V1 as was using 2011 but just couldn't get on with it so went back to what I knew.
All went well and just setting the machines back up and doing first back ups.
The remote web site works great but as soon as i click on the log on button on the home page I get a runtime error.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
not sure what has gone wrong here but can anyone help me fix or I will have to do a re-load and spend another day doing all the updates.
Thanks.
All went well and just setting the machines back up and doing first back ups.
The remote web site works great but as soon as i click on the log on button on the home page I get a runtime error.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
not sure what has gone wrong here but can anyone help me fix or I will have to do a re-load and spend another day doing all the updates.
Thanks.