472,951 Members | 2,311 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,951 software developers and data experts.

Server.Transfer Error

n#
A Basic Question in ASP.NEt 1.1

In Page_Load Event I am doing a Server.Transfer.

But it throws an error on the browser windows showing "Server
Application Not Found"

Pls help me

Dec 7 '06 #1
6 2140
On 7 Dec 2006 00:29:10 -0800, n# wrote:
A Basic Question in ASP.NEt 1.1

In Page_Load Event I am doing a Server.Transfer.

But it throws an error on the browser windows showing "Server
Application Not Found"

Pls help me
Code please. Sounds like you have misspelt the name of the .aspx file that
you are trying to transfer to.
Dec 7 '06 #2
n#
No I just say server.transfer(index.aspx)

I hope there shouldn't be any misspelling...
mark carew wrote:
On 7 Dec 2006 00:29:10 -0800, n# wrote:
A Basic Question in ASP.NEt 1.1

In Page_Load Event I am doing a Server.Transfer.

But it throws an error on the browser windows showing "Server
Application Not Found"

Pls help me

Code please. Sounds like you have misspelt the name of the .aspx file that
you are trying to transfer to.
Dec 8 '06 #3
n#
No I just say server.transfer(index.aspx)

Where else the old and better Response.Redirect is working fine.

Also to add a point, in Global.asa in Application_Error,
Server.Transfer is working Fine.

I hope there shouldn't be any misspelling...
mark carew wrote:
On 7 Dec 2006 00:29:10 -0800, n# wrote:
A Basic Question in ASP.NEt 1.1

In Page_Load Event I am doing a Server.Transfer.

But it throws an error on the browser windows showing "Server
Application Not Found"

Pls help me

Code please. Sounds like you have misspelt the name of the .aspx file that
you are trying to transfer to.
Dec 8 '06 #4
re:
No I just say server.transfer(index.aspx)
Try :

server.transfer("index.aspx")


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"n#" <ks*******@gmail.comwrote in message
news:11**********************@79g2000cws.googlegro ups.com...
No I just say server.transfer(index.aspx)

Where else the old and better Response.Redirect is working fine.

Also to add a point, in Global.asa in Application_Error,
Server.Transfer is working Fine.

I hope there shouldn't be any misspelling...
mark carew wrote:
>On 7 Dec 2006 00:29:10 -0800, n# wrote:
A Basic Question in ASP.NEt 1.1

In Page_Load Event I am doing a Server.Transfer.

But it throws an error on the browser windows showing "Server
Application Not Found"

Pls help me

Code please. Sounds like you have misspelt the name of the .aspx file that
you are trying to transfer to.

Dec 8 '06 #5
n#
I was using the right server.transfer("index.aspx")

But anyway I found the issue. I was doing Server.Transfer based on
HTTP_REFERRER - which ultimately leads to recursive Server.Transfera &
hence appln fails.

Thanks a lot
Juan T. Llibre wrote:
re:
No I just say server.transfer(index.aspx)

Try :

server.transfer("index.aspx")


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"n#" <ks*******@gmail.comwrote in message
news:11**********************@79g2000cws.googlegro ups.com...
No I just say server.transfer(index.aspx)

Where else the old and better Response.Redirect is working fine.

Also to add a point, in Global.asa in Application_Error,
Server.Transfer is working Fine.

I hope there shouldn't be any misspelling...
mark carew wrote:
On 7 Dec 2006 00:29:10 -0800, n# wrote:

A Basic Question in ASP.NEt 1.1

In Page_Load Event I am doing a Server.Transfer.

But it throws an error on the browser windows showing "Server
Application Not Found"

Pls help me

Code please. Sounds like you have misspelt the name of the .aspx file that
you are trying to transfer to.
Dec 8 '06 #6
re:
I was doing Server.Transfer based on HTTP_REFERRER
- which ultimately leads to recursive Server.Transfers
Interesting.
Thanks for sharing the solution.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"n#" <ks*******@gmail.comwrote in message
news:11**********************@80g2000cwy.googlegro ups.com...
I was using the right server.transfer("index.aspx")

But anyway I found the issue. I was doing Server.Transfer based on
HTTP_REFERRER - which ultimately leads to recursive Server.Transfera &
hence appln fails.

Thanks a lot
Juan T. Llibre wrote:
re:
No I just say server.transfer(index.aspx)

Try :

server.transfer("index.aspx")


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"n#" <ks*******@gmail.comwrote in message
news:11**********************@79g2000cws.googlegro ups.com...
No I just say server.transfer(index.aspx)

Where else the old and better Response.Redirect is working fine.

Also to add a point, in Global.asa in Application_Error,
Server.Transfer is working Fine.

I hope there shouldn't be any misspelling...
mark carew wrote:
On 7 Dec 2006 00:29:10 -0800, n# wrote:

A Basic Question in ASP.NEt 1.1

In Page_Load Event I am doing a Server.Transfer.

But it throws an error on the browser windows showing "Server
Application Not Found"

Pls help me

Code please. Sounds like you have misspelt the name of the .aspx file that
you are trying to transfer to.

Dec 8 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jim | last post by:
Any idea what is causing this error? 006~ASP 0230~Server.Transfer Error~The call to Server.Transfer failed while loading the page. Just read about benefits of Server.Transfer over...
0
by: Srini | last post by:
I am implementing Front Controller in ASP.net as outlined in Microsoft documentation titled "Implementing Front Controller in ASP.NET Using HTTPHandler"...
6
by: Tlink | last post by:
I am using server.transfer from within vb.net, which is called from asp.net I find that I can move to correct page the first time the server.transfer is executed but all subsequent attempts cause a...
3
by: yma | last post by:
Hi, I put a .aspx page inside Server.Transfer() within a button. The page was created for testing so it only has button and I did not add code. When I click the button, it gave me an error...
9
by: Steve Buster | last post by:
All right, I have read every forum, newsgroup etc about this issue and no one seems to know how to fix it. I am getting a "Server Application Unavailable" exception running my .NET 1.1...
1
by: Craig Banks | last post by:
I have 2 ASP.Net solutions/projects. I want to use Server.Transfer in one solution/project to call the aspx webform in the second solution/project. When I try it I get an error message. My call is...
8
by: bryan | last post by:
I've got a custom HttpHandler to process all requests for a given extension. It gets invoked OK, but if I try to do a Server.Transfer I get an HttpException. A Response.Redirect works, but I really...
4
by: evantay | last post by:
I'm using ASP.NET 2.0 with VS.NET 2005. I'm trying to access properties from my master pages within a page that inherits from that master page (a child page). However the values are always null....
2
by: =?Utf-8?B?YWxiZXJ0b3Nvcmlh?= | last post by:
Hi, I'm using Threads, and when I try to do Server.Transfer, I recieved an error. (child object does not exist...) My Code: Dim t As New Thread(AddressOf Hilo) Private Sub Hilo()...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.