Wierd situation: <ASP_SMARTNAV_RDIR url="/deco/Default.aspx">

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

When I run my asp.net app locally it runs perfectly. I upload it to another
server it runs perfectly.

I upload it to a 2nd server and the 1st page (Default.aspx) comes up fine.
I then navigate to the 2nd page. When I click on a button (which does a db
delete then a response.redirect to Default.aspx) it goes to a blank page and
here is the source:

<BODY><ASP_SMARTNAV_RDIR
url="/deco/Default.aspx"></ASP_SMARTNAV_RDIR></BODY>

Any ideas? This is wierd.
 
Does server 2 have the aspnet_client virtual directory installed in it?
SmartNav depends on some javascripts that exist in that virtual directory.
 
Is it feasible to disable smartnavigation on the page(s) for
troubleshooting? This is in the page directive <%page ...
smartnavigation=true%>
 

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

Back
Top