Carrot63 Posted October 19, 2011 Posted October 19, 2011 Hi I have installed and have runing the system so thank you for the assistance in achieving this. Thanks again to Nick for a fabulous product. In the short term I would like to be able to logon and go directly to the My Computer screen rather than have any of the other options available. I did this before with one of the older versions but I am afraid I am struggling to work out how I can achieve this in the new version. Is this possible? Any help would be much appreciated. I would like to have the logon screen as at present and then go directly to mycomputer.aspx. Thanks Carolyn
nickbro Posted October 19, 2011 Posted October 19, 2011 Open ~/default.aspx Add <% Response.Redirect("~/mycomputer.aspx") %> near the top
Carrot63 Posted October 19, 2011 Author Posted October 19, 2011 Hi Thanks for the swift reply, however I am afraid it comes up with the following - Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Only Content controls are allowed directly in a content page that contains Content controls. Source Error: Line 8: Line 9: Line 10: <% Response.Redirect("~/mycomputer.aspx") %> Line 11: Line 12: Source File: /hap/default.aspx Line: 10
Carrot63 Posted October 19, 2011 Author Posted October 19, 2011 Sorry this error comes up now- Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS1002: ; expected Source Error: Line 8: Line 9: Line 10: <% Response.Redirect("~/mycomputer.aspx") %> Line 11: Line 12: Source File: c:\inetpub\wwwroot\HAP\Default.aspx Line: 10
nickbro Posted October 19, 2011 Posted October 19, 2011 <% Response.Redirect("~/mycomputer.aspx"); %> Forgot the semicolon
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now