Link to home
Start Free TrialLog in
Avatar of Aditya Venkata
Aditya Venkata

asked on

Redirecting to an ASPX page from classic Asp application

Hello All,

I am trying to re-direct from Classic asp application to a .aspx page for a File upload. I am receiving following error. Any input of what this error is can be really helpful.


Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: The CodeDom provider type "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" could not be located.

Source Error:


An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Avatar of HainKurt
HainKurt
Flag of Canada image

need to see code...

redirect should not give such error normally... you can basically redirect user to any site/url/page...
Avatar of Ryan Chong
can your asp.net scripts run independently?

make sure your asp.net portal is running smoothly in your web server at the first place?
try redirection
Response.Redirect("xyz.asp?key=value");
 and
IIS setting
set it to false in ASP
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.