E
Eric
Hi,
My website consists of several ASPX pages and all but one work.
I have one page called admin.aspx that is only available for my own login.
The menu to it works the same as to the other pages it just checks first
who logged in and if that person is allowed.
When allowed, it does a response.redirect("~\admin.aspx")
Right after that line is run, I get a "server error on \ appliation".
If I replace the page with another one, there is no problem.
I have looked over the code several times but I cannot find it.
This website is running on an intranet webserver and runs fine.
This problem occurs after putting it on a external hosting.
What is the cause of this?
here is the first line of the file:
<%@ Page EnableViewStateMac="true" ViewStateEncryptionMode="Auto"
Language="VB" MasterPageFile="~/masterpage.master"
AutoEventWireup="false" CodeFile="Admin.aspx.vb" Inherits="AdminPage"
Title="Field Operations Portal" %>
The class is called AdminPage and has a large page_init and a large
page_open event. But it never gets there.
Please help me solve this.
rg,
Eric
My website consists of several ASPX pages and all but one work.
I have one page called admin.aspx that is only available for my own login.
The menu to it works the same as to the other pages it just checks first
who logged in and if that person is allowed.
When allowed, it does a response.redirect("~\admin.aspx")
Right after that line is run, I get a "server error on \ appliation".
If I replace the page with another one, there is no problem.
I have looked over the code several times but I cannot find it.
This website is running on an intranet webserver and runs fine.
This problem occurs after putting it on a external hosting.
What is the cause of this?
here is the first line of the file:
<%@ Page EnableViewStateMac="true" ViewStateEncryptionMode="Auto"
Language="VB" MasterPageFile="~/masterpage.master"
AutoEventWireup="false" CodeFile="Admin.aspx.vb" Inherits="AdminPage"
Title="Field Operations Portal" %>
The class is called AdminPage and has a large page_init and a large
page_open event. But it never gets there.
Please help me solve this.
rg,
Eric