Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.NET and Crystal Reports

Status
Not open for further replies.

thysonj

Programmer
Jul 6, 2001
240
US
Why does a local host version of a website export srraight to pdf when given a url parameter but requires a posted parameter in the production version?

Example

/site/Crystal/default.aspx?id=12

will bring up the pdf version report for id 12 on a local development deployment but once published it no longer will and gives us a default text input box to enter 12 into at which point it brings the report.
 
You'll have to debug and step through the code. It seems for some reason the page in production is not seeing the id in the query string.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top