Hi any one worked on ASP.Net with the combination of Windows2003 (IIS6.0) OS ?

N

Naga Kiran

Hi

I have a small query in ASP.Net on windows2003 server platform..

I built an Application in ASP.Net....
This application is hosted on the system where that system has Windows2003 Operating system (with IIS6.0).

In my application relative paths are not working after hosting in windows 2003 system(IIS6.0).
When the application was on windows2000prof, it worked fine.
But only after migrating to windows2003(IIS6.0), it stopped working.

In the code I am using the following code....

response.redirect("getlist.aspx")

This is not working.

When I am giving absolutepath, then I am able to redirect to getlist.aspx page. But it seems all session values are going to be vanished before redirecting.

In debug mode, If I place breakpoint in the load event of getlist.aspx page, it has to stop. but not.

I am not getting the solution...
Please help me in this regard

Thanks

regards
NagaKiran
Nanna Computers Pvt Ltd,
Hyderabad.
 
C

clintonG

You can configure relative paths for each application using the IIS Management Console. I don't remember which tab at the moment but as I recall configuring relative paths is buried and once the right tab is located a button must then be used to load the panel to reconfigure.

Also try this syntax: ("/getlist.aspx")

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/



Hi

I have a small query in ASP.Net on windows2003 server platform..

I built an Application in ASP.Net....
This application is hosted on the system where that system has Windows2003 Operating system (with IIS6.0).

In my application relative paths are not working after hosting in windows 2003 system(IIS6.0).
When the application was on windows2000prof, it worked fine.
But only after migrating to windows2003(IIS6.0), it stopped working.

In the code I am using the following code....

response.redirect("getlist.aspx")

This is not working.

When I am giving absolutepath, then I am able to redirect to getlist.aspx page. But it seems all session values are going to be vanished before redirecting.

In debug mode, If I place breakpoint in the load event of getlist.aspx page, it has to stop. but not.

I am not getting the solution...
Please help me in this regard

Thanks

regards
NagaKiran
Nanna Computers Pvt Ltd,
Hyderabad.
 

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