|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
Loading HTML Files
Hi,
We have a website developed using a proprietary tool and it doesn't display on AOL browser due to some issues with the URL string. For Example: http://njwgtst/scripts/wgate/z_bic_...TExMjEwOTk1NQ== does not work whereas, http://njwgtst/scripts/wgate/z_bic_offc/!?~template=index works. The following part: offc2d7b1c30/~flN0YXRlPTExMjEwOTk1NQ== gets generated dynamically for each page. Can I do something like load the HTML page on the webserver and then send it to the user rather than a Response.Redirect because even that would fail because of the URL restriction. Server.Execute and Server.Transfer will only take local webserver filenames as parameters. Server.transfer("http://www.cnn.com"); does not work. Anybody has any ideas..... Thanks,
__________________
Ranjan Kumar |
|
#2
|
|||
|
|||
|
Well don't know if that can help or not but
Server.Transfer() is part of ASP 3.0, are you using ASP 3.0 ? ASP 3.0 comes with IIS 5.0 which in turn comes with win2000 Maybe this will not fix your problem but its a start! Hope this helps! Sincerely Vlince |
|
#3
|
|||
|
|||
|
Loading html files
i am on IIs 5.0 and using ASP.net.... on Windows 2000 Server....
Thanks, |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Loading HTML Files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|