Blank page after logging in ASP.NET web app

G

Gary

I'm getting strange results with a web application I have written..
the program is ASP.NET 1.1.4322 running on IIS (2003 server). The
server has two network cards, one goes out to the Internet and one
feeds the private side of the network. When logging in from the
private network I have no problem, the login works perfectly. When
logging in from outside your network, after login I don't get my app-
only a blank page. However if I use Mozilla instead of IE then it all
works from inside or outside. Its almost like IE is breaking my app!?
Any suggestions? Thanks in advance
Gary
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Can you post the code you are using to redirect after a succesful login
 
G

Gary

Thanks for the reply,

I just got it fixed. I was using a Response.Redirect("url"), which
works all throughout the site. I managed to get it working by setting
smart navigation to false in the web.config.

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top