| Disallow download of certain file type |
|
 |
Index ‹ Web Programming ‹ ASP.Net
|
- Previous
- 1
- IIS >> secondary ip address?I have a windows 2000 server with IIS (stopped) and a Apache web server that
is running (for some Oracle functionality).
Now I want to install SUS for Automatic updates of my LAN, but IIS cannot
start because the IP address an the port 80 of my server are binded to the
Apache web site (I cannot modify this configuration!).
How can I solve this?
I read that I can assign a secondary IP address to the server and run IIS
with this address. Is this correct or there are better solutions?
Thank you in advance!
Nesto
- 2
- ASP.Net >> ASP.NET 2.0: Are they going to fix HtmlSelect?HtmlSelect has a method called OnServerChange that supposed to detect
whether the control (select) has changed on a postback.
This is not all that useful.
It should be like the asp.net control, DropDownList, that initiates a
postback when the option, AutoPostBack is set to true...so you can either
have it postback when the user changes it immediately or not do anything
when the user changes it.
Seems like a very easy thing to do..if you are going to set the
OnServerChange or OnChange, it should know whether or not you want a
postback OR if you want client side JavaScript to handle it.
Any comments from the ASP.NET team......
- 3
- ASP.Net >> Config settings.This is a multi-part message in MIME format.
------=_NextPart_000_003C_01C349E1.7B5F7AB0
Content-Type: text/plain;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
Hi.
I have couple config setting for my Application.=20
I created class with static members.=20
Application_Start method reads settingg from =
ConfigurationSettings.AppSettings and populates static class. I just =
found it more convenient (since now I can have default settings).
Does this approach have any flaws?
Thanks.
George.
------=_NextPart_000_003C_01C349E1.7B5F7AB0
Content-Type: text/html;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dkoi8-r">
<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT size=3D2>Hi.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>I have couple config setting for my Application. =
</FONT></DIV>
<DIV>
<P><FONT size=3D2>I created class with static members. </FONT></P>
<P><FONT size=3D2>Application_Start method reads =
settingg from <FONT=20
size=3D2>ConfigurationSettings.AppSettings </FONT>and populates static =
class. I=20
just found it more convenient (since now I can have default=20
settings).</FONT></P>
<P><FONT size=3D2>Does this approach have any flaws?</FONT></P>
<P><FONT size=3D2></FONT> </P>
<P><FONT size=3D2>Thanks.</FONT></P>
<P><FONT size=3D2>George.</FONT></P></DIV></BODY></HTML>
------=_NextPart_000_003C_01C349E1.7B5F7AB0--
- 4
- Frontpage Client >> unable to import or publish web siteHere's my problem:
I am designing two web sites that are located on two different servers. Both
servers have the FP extensions installed.
One web site I have been able to import and publish to the server with no
problems. The other web site, I was able to do the same up until yesterday.
I am now unable to import the site to my computer, and also unable to
publish it to the server.
The one web site asked for a login, but the site I'm having trouble with
doesn't ask anymore. It just says I cannot import or publish to the server
and then gives me a list of possible causes.
Now, the strange thing is that I can import and publish to that server on
another computer which has FP installed on it. So, it seems the extensions
are ok.
Should I reinstall FP? I can't think of any reason why one site would
publish and another won't. They are hosted by two different companies, but
like I said I can import and publish to the server on another computer.
Any help would be appreciated.
- 5
- IIS >> IIS Help folder missingHello,
I did NOT found a Help option in IIS add/remove program.
So I added the IIS Documention.
Now my C:\WINNT\Help\iisHelp exist and has som folders and files in it but I
still have the red icon even if I restart the Web service.
Also, when I try to launch the Default.htm file, IE show 2 empty frames
with this message "The page cannot be displayed"
Thanks for help.
Alex
==============================
Reinstall the help files from add-remove programs, windows components,
IIS... IT's a sub option under IIS.
Good Luck!
Thank you,
Tony DeVere [MSFT]
Microsoft IIS
Newsgroup Support
tdevere@online.microsoft.com
==========================
Hello,
I found a red icon on IISHelp virtual site in IIS Default Web Site.
This virtual folder is linked to c:\winnt\help\iishelp that does not exist.
How can I restore it?
Thanks
Alex
- 6
- Frontpage Client >> Images wont stay next to each other with space in codeHello, I know I'm not a html expert but I thought that spaces in coding had no affect on layout of content. When I put all my slices together and set them to have javascript swaps,restores,and preload the code got very long and FP put it all on one line so I put each individual image on a seperate line.the code is below but just imagine the last lines were one line and almost identiacal lines below it. Only FP put a single space between each image. Very frustrating. Please help. Matt
<td valign="top" colspan="3"><img border="0" src="images/footer/footer_01.gif" width="106" height="47"><img border="0" src="images/footer/footer_02.gif" width="185" height="47"><img border="0" src="images/footer/footer_03.gif" width="68"height="47"id="img5"onmouseout="FP_swapImgRestore()"onmouseover="FP_swapImg(1,1,/*id*/'img5',/*url*/'images/footer/footer_roll_03.gif')">
- 7
- ASP.Net >> Session abandon. New page loaded but not new SessionIDMy web application is comprised of a Login page and then several other pages
nested in a masterpage. I am using a cookiless="UseUri" session configuration.
I have a linkbutton on the masterpage for logout and when the user clicks
this, code is run that does Session.Abandon() and Server.Transfer("Login.
aspx"). This runs fine, but the url still reflects the old SessionID. Because
of this, if the user decides to login again, the page reloads back to the
login page after entering his information. This reloads the new sessionID and
works from there. Is there a way to stop the 2 page loads of the login page
after the session is abandoned?
- 8
- Frontpage Client >> Excel hyperlinksI am editing data with hyperlinks in excel then importing them into FP. As
long as I leave excel open it works fine. Once I close excel & go back to it
later all the hyperlinks are jumbled. The data stays the same but all the
hyperlinks to the data has changed.
Thanks in advance.
- 9
- ASP.Net >> ASP.Net 2.0 - how to add custom style into page headerHi,
What is the "right" way to create the following css rule in a page header:
<style>
.myRule{text-align:right;padding-right:10px;}
</style>
I know that you can add simple styles as follows:
this.Page.Header.StyleSheet.CreateStyleRule(style, this.Page,
".mySimpleRule");
but then I am not sure how to set text-align, padding or similar styles to a
System.Web.UI.WebControls.Style object
I am trying to avoid putting literal into my header and altering its content.
Any help is appreciated.
- 10
- IIS >> Find problem site IIS 5I've got a win2000 machine with 4 websites on it. Under each site is
about 10-20 virtual directories. One of these sites is killing the
machine. What happens is all of the sites go down (or slow down) and
the aspnet_wp.exe process is sucking up alot of memory. (650 MB+) I
need to find out what site is causing this to fix the code. What can I
do to go about isolating this problem?
JB
- 11
- ASP.Net >> Anyone know of a good HTML editor control with a free version?Hello,
I am looking for an HTML editor control. At this stage, I only really
need a very basic one, I don't need all the skins and customisation that
many of them seem to offer. I would also like one that I can use a free
version without it timing out. That way, if it's any good, I can buy a
full version if the extra features are worth it.
Anyone any recommendations? I looked at FreeTextBox, but I couldn't get
it to work, the documentation is almost non-existent and they never
bothered answering my request for support!!
I looked through the control gallery at www.asp.net, but there are so
many controls there it's hard to know where to start.
Any suggestions welcome. TIA
--
Alan Silver
(anything added below this line is nothing to do with me)
- 12
- IIS >> Enterprise library errorHello,
I have an ASP.Net web service built on Framework 1.1
We use ENterprise Library.
I have noticed series of error log entry sometimes:
Failed to create instances of performance counter 'Cache
Misses Per Sec' - The requested Performance Counter is not a custom
counter, it has to be initialized as ReadOnly..
I have no idea why this is happening.
Would someone please advice on this.
Regards,
BM
- 13
- ASP/Active Server Pages >> Folder Tree SecurityI'm creating a tree menu that uses FSO to read folders, subfolders and
files. I'd like for each folder to have capabilty of being either Level
1,2,3,4 or 5 security. The 5 Levels are my security levels with 5 being
Admin.
I'm looking for any advice on how to go about this. I was thinking of
creating a hidden text file within each folder and storing the folders
security level in it, then let asp read the text file as it builds my tree
and display the appropriate folder icon representing Level 1,2,3,4 or 5
security.
Anyone go a better idea? Perhaps an XML tree?
- 14
- IIS >> Unable to install IIS with windows server 2003 R2 with SP2 trial versionI am Ritesh Mehta. I had registered for a free 180 trial of windows
server R2 2003 with SP2.I was given 2 image files(I had to download)
to setup the OS on my machine.After setting windows server I tried to
install IIS by going to Control Panel-->Add/Remove Prog--->Add/Remove
Windows Components and selecting Application server.But it does not
allow me to install. It gives a prompt to insert the disk labelled
"Service Pack 2 CD-ROM". It says some files in this CD are needed.The
problem is that the two disks that I burnt were images which were
converted to .ISO's to make it bootable and hence it is unable to find
those files. I dont know what do I do.It should not be giving this
prompt as the two images had the SP2.Any help would be greatly
appreciated as I need to install IIS o my machine.
- 15
- ASP.Net >> New 2.0 Menu control. Opinions and resources welcome.The new ASP.NET 2.0 Menu control seems to have some very cool features.
But there are some things I don't like. Heavy implimentation of
inline style. Some of which I cannot remove. The <a> tags all
implement style="cursor:text". The stylesheet in the header begins to
get larger and larger as you create a more complex menu and apply
styles.
I like the menu archatecture but what I want to do is two things:
1. REMOVE ALL STYLE DEFINITIONS WITHIN THE PAGE.
2. REMOVE ALL INLINE STYLES WITHIN THE MENU.
It would be also nice to:
3. REMOVE ALL INLINE EVENT HANDLER DEFINITIONS.
eg. onmouseover="Menu_HoverStatic(this)"
So far I only see my options being re-writing the entire control
hopefully inheriting from it and reusing as much functionality as
possible. The rendering of the menu is somewhat black box and I'm not
sure what all goes on during the OnPreRender method. I know that if I
override the OnPreRender without executing base.OnPreRender the style
definitions for the Menu control disapear. GREAT! That takes care of
#1, but what else does it mess with. :(
Any help would be great. But if anyone feels that this is just too
much effort in hopes of cleaning up HTML, I'd love to hear it.
My experience with building high traffic websites has put me in the
belief that every byte counts and any possibility of removing
unneccesary code should be explored
Note that what I intend to do is use class="[name]" to apply all styles
and apply behaviors (onmouseover, etc) by parsing the document tree and
applying the event handlers, etc, etc. I'm already doing this with
other websites.
Again, any help, resources, or opinions welcome.
|
| Author |
Message |
memoto

|
Posted: Wed May 09 22:10:31 CDT 2007 |
Top |
ASP.Net >> Disallow download of certain file type
Hi. I can't place an mdb database above the http root, so anyone is
able to download it through their browser if they know where it is.
This database contains some sensitive information. I am used to Apache
server and open source languages, I think web.conf is sort of
equivalent to Apache's .htaccess, is there some way I can edit
web.conf to disallow access to mdb files?
I'm sorry if this is not the exact group I should be posting in, but I
don't know where else to post. I am developing the application in
ASP.net, so I figured this would be an appropriate place.
-Mike PII
Web Programming7
|
| |
|
| |
 |
Mike

|
Posted: Wed May 09 22:10:31 CDT 2007 |
Top |
ASP.Net >> Disallow download of certain file type
Also, by the way, I am getting the following error message when I try
to alter the database:
System.Data.OleDb.OleDbException: Operation must use an updateable
query.
This is a permission error, right? I found a page on Microsoft support
about it here:
http://support.microsoft.com/kb/175168
but I'm wondering if there might be some other cause for the error.
-Mike PII
|
| |
|
| |
 |
Steve

|
Posted: Wed May 09 22:43:52 CDT 2007 |
Top |
ASP.Net >> Disallow download of certain file type
You'd typically use IIS to set what kinds of files can and cannot be
downloaded.
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"sumguyovrthar" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Hi. I can't place an mdb database above the http root, so anyone is
> able to download it through their browser if they know where it is.
> This database contains some sensitive information. I am used to Apache
> server and open source languages, I think web.conf is sort of
> equivalent to Apache's .htaccess, is there some way I can edit
> web.conf to disallow access to mdb files?
>
> I'm sorry if this is not the exact group I should be posting in, but I
> don't know where else to post. I am developing the application in
> ASP.net, so I figured this would be an appropriate place.
>
> -Mike PII
>
|
| |
|
| |
 |
Michael

|
Posted: Wed May 09 22:51:02 CDT 2007 |
Top |
ASP.Net >> Disallow download of certain file type
Hello sumguyovrthar,
Use HttpForbiddenHandler for this in web.config
just add
<add verb="*" path="<your path>" type="System.Web.HttpForbiddenHandler " />
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
s> Hi. I can't place an mdb database above the http root, so anyone is
s> able to download it through their browser if they know where it is.
s> This database contains some sensitive information. I am used to
s> Apache server and open source languages, I think web.conf is sort of
s> equivalent to Apache's .htaccess, is there some way I can edit
s> web.conf to disallow access to mdb files?
s>
s> I'm sorry if this is not the exact group I should be posting in, but
s> I don't know where else to post. I am developing the application in
s> ASP.net, so I figured this would be an appropriate place.
s>
s> -Mike PII
s>
|
| |
|
| |
 |
Juan

|
Posted: Wed May 09 23:26:24 CDT 2007 |
Top |
ASP.Net >> Disallow download of certain file type
If what you want to do is prevent a download of your .mdb file,
just create an App_Data directory and place the Access database in it.
Files stored in the App_Data folder are not returned in response to direct HTTP requests,
which makes the App_Data folder the recommended location for data stored with your
application, including .mdf (SQL Server Express Edition), .mdb (Microsoft Access), or XML files.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"sumguyovrthar" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Hi. I can't place an mdb database above the http root, so anyone is
> able to download it through their browser if they know where it is.
> This database contains some sensitive information. I am used to Apache
> server and open source languages, I think web.conf is sort of
> equivalent to Apache's .htaccess, is there some way I can edit
> web.conf to disallow access to mdb files?
>
> I'm sorry if this is not the exact group I should be posting in, but I
> don't know where else to post. I am developing the application in
> ASP.net, so I figured this would be an appropriate place.
>
> -Mike PII
>
|
| |
|
| |
 |
Mike

|
Posted: Thu May 10 17:11:43 CDT 2007 |
Top |
ASP.Net >> Disallow download of certain file type
On May 10, 12:26 am, "Juan T. Llibre" <EMail@HideDomain.com>
wrote:
> If what you want to do is prevent a download of your .mdb file,
> just create an App_Data directory and place the Access database in it.
>
> Files stored in the App_Data folder are not returned in response to direc=
t HTTP requests,
> which makes the App_Data folder the recommended location for data stored =
with your
> application, including .mdf (SQL Server Express Edition), .mdb (Microsoft=
Access), or XML files.
>
> Juan T. Llibre, asp.net MVP
> asp.net faq :http://asp.net.do/faq/
> foros de asp.net, en espa=F1ol :http://asp.net.do/foros/
Thanks, that's just what I needed. Fixed both problems (apparently
App_Data has more compatible permissions by default too).
-Mike PII
|
| |
|
| |
 |
| |
 |
Index ‹ Web Programming ‹ ASP.Net |
- Next
- 1
- IIS >> Can not access websiteI am using IIS v5.1 with IIS 6 Manager in Windows XP Pro. I am trying to
access my FTP site and Web Page internally on our Intranet, and externally
also. The FTP site I can access without any problem, but when I try to
access the Web Site, it tells me 'Gateway Timout' and the error that comes up
is 'Server Unreachable'. I have my router set to allow access on the default
ports ports. Am I typing it in wrong, or are there certain settings?
- 2
- ASP.Net >> Dynamic Table Control placementI have 2 Table Controls generated with Visual Studio .NET. I dont know how
big the first one will be until after page load (this page is called from
somewhere so the tables rows/columns vary each time). So I need to place the
second one below the first one automatically. Plus I'll also be place a
couple drop down lists, buttons, etc below the first one.
Any ideas of how to do this? Right now,I cant get the second table to move.
Note: i tried building a table in my HTML and placing my 2 server asp.net
controls in between but that didnt work
- 3
- IIS >> Microsoft Security Bulletin MS04-021 - Security Update for IIS 4.0 (841373)Today, Microsoft released the following Security Bulletin:
http://www.microsoft.com/technet/security/bulletin/ms04-021.mspx
Microsoft Security Bulletin MS04-021
Security Update for IIS 4.0 (841373)
Issued: July 13, 2004
Version: 1.0
This update resolves a newly-discovered, privately reported vulnerability.
An attacker who successfully exploited this vulnerability could take
complete control of an affected system, including installing programs;
viewing, changing, or deleting data; or creating new accounts that have full
privileges.
Customers should install the update at the earliest opportunity.
Summary
Who should read this document: Customers who use Microsoft® Windows® NT® 4.0
Impact of Vulnerability: Remote Code Execution
Maximum Severity Rating: Important
Recommendation: Customers should install the update at the earliest
opportunity.
Security Update Replacement: None
Caveats: None
Tested Software and Security Update Download Locations:
Affected Software:
.Microsoft Windows NT® Workstation 4.0 Service Pack 6a - Download the update
.Microsoft Windows NT Server 4.0 Service Pack 6a - Download the update
- 4
- ASP.Net >> HTTPModule in a sub-directoryI have created an HTTPModule for error handling, which I only want to handle
a specified directory structure. In the root of my application, I have
altered the web.config file as follows:
<configuration>
<location path="dir/dir/dirToHandle">
<system.web>
<httpModules>
<add name="ErrorHandler" type="ErrorModule.ErrorHandler, ErrorModule" />
</httpModules>
</system.web>
</location>
<system.web>
...all other settings such as compilation, customErrors, sessionState,
etc...
</system.web>
</configuration>
For some reason the HTTPModule is behaving as if it doesn't even exist. Is
the location element not setup properly? If I remove the location element
and put the httpModule element into the other system.web, everything works
just fine.
Thanks,
Ian Suttle
http://www.IanSuttle.com
- 5
- IIS >> A very strange Permission Denied error with CDONTSI've seen a lot of postings regarding this error, but haven't found
any solution applied to my case. In our application, a user will get
two emails. One is the email with password after he signs in; and
after he finishes certain transactions, a second email will be sent as
confirmation.
Both emails work fine in our development, but in production, only the
first email works; the 2nd generates the Permission Denied error when
the send() function of CDONTS.NewMail is called. Since the first email
has always been sent out successfully, there shouldn't be any problem
with the mailroot directory or SMTP server on the production. The
send() of the first email is called in an asp file, and the 2nd is
called in a DLL. The asp and the DLL are placed in different folders.
I compared the rights of the two folders, and also compared the
folders between the development and the production, and I can't find
anything different.
Both development and production run on Windows 2000 server with IIS 5.
We don't use Exchange server. The only difference that I know of
between the two servers is the development has SP4 while the
production has SP3.
Does anyone have suggestion on which directory the permission may be
denied for? Thanks in advance!
- 6
- ASP.Net >> Replace /n with a XHTML <br /> using string.replaceI need to replace all new line characters in a string with a valid
XHTML line break tag <br />.
I'm trying to use the string.Replace method for this. Here's some
example code:
String description = "This is a video description \n Hello World";
description = description.Replace("\n", "<br />");
Literal1.Text = description;
When run the Literal controls rendered HTML is:
This is a video description <br> Hello World
I'm expecting it to be:
This is a video description <br /> Hello World
Many thanks
Alun
- 7
- ASP.Net >> When accessing second page from an application, Page Load doesn't fire.I have an ASP.NET 2.0 application with 2 main pages. Each page has
similar code that loads the session with information about which page
they user has loaded. This code is in the page_load on each of the
pages. I put a breakpoint on the first line of the page_load of each
page. When I load the first page everything is fine. However, when I
type the URL of the second page, the breakpoint doesn't get hit. When
I refresh the page the breakpoint gets hit and the session information
gets updated.
I would really appreciate any help you can give me. Thank you,
--Larry--
I have posted a sample of the code below:
public partial class Page1 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Session.Remove("current_page");// I put the breakpoint here
int iPage = LUList.GetIntOfListValue("institute", "Page1");
Session.Add("current_page", iPage);
_
_
_
}
...
- 8
- ASP/Active Server Pages >> SQL Where <> help with syntaxHi
I am fairly inexperienced with ASP, SQL and VB Script.
In one of my web pages I am trying to search a table in access which
has a number of integers (GroupID's) (1 to 5 at present) and find those
which do not match another set of GroupID's already contained in a
record set named rsGroupsJ (1 to 4 at present).
I want to find the GroupID's which do not match ie GroupID
I have created the following sql which returns the error:
"Unterminated string constant"
strSQL3 = "SELECT tblGroups.* FROM tblGroups WHERE tblGroups.GroupID <>
(rsGroupsJ("GroupID"))"
The following sql does not create an error message but the WHERE bit
seems to be ignored - it returns all records 1 to 5, it should only
return 5
I am realy poor at creating sql statements, I am never sure where or
why to put " or &
I have looked at a number of tutorials but cannot find examples close
to my requirements.
Any help with this would be appreciated
ColinK
- 9
- ASP.Net >> Assemblies locationHello.
I have a question.
How to define assemblies location at web.config that contains http
modules and http handlers implementation?
At default "bin" folder can contain this assemblies, but i want to
define another folder, can i am?
Thx for your advice.
- 10
- ASP.Net >> aspbeanshi -
i've written a project that lets you transfer stuff easily to and from
forms and data objects. y'all are welcome to use it. it's at
http://aspbeans.sourceforge.net . feel free to email me suggestions :)
thanks!
terry
- 11
- IIS >> IIS Migration Tool ProblemsHi,
I'm using iismt.exe to migrate from iis5 to iis6.
After migrating I noticed content under the _private folders did not get
copied, but the folders under it were created.
Also, when trying to remove button on the application isolation settings do
not work.
I reviewed the iismt log and found no error messsages.
Any ideas on how to troubleshoot these problems?
Thanks!
- 12
- Frontpage Client >> publishFront page 98. Changed domain name but kept hosting
company. When I try to publish site to new location,
window does not pop up asking me new location, just the
option on root web for the old site domain. How do you
change the location to publish site?
- 13
- 14
- ASP/Active Server Pages >> Forums for aspfaq.comWhat do you think about having discussion forums on aspfaq.com?
(a) Would you use them? Not as an alternative to these groups, but as
another place to discuss issues?
(b) Would your answer to (a) change if you had to register (for maintenance
and lock-out/abuse purposes)?
(c) Do you have any preference as to how the site could be self-sufficient?
e.g. would you be willing to pay a lifetime membership fee, or put up with
banners, or ... other ideas ...? I know there are free venues out there,
and nobody likes to pay for anything, but I also know that people will pay
(or put up with advertising) for useful information and/or a more usable
interface.
I'm building a forums module for another project, and it has been an
often-requested feature for my own site. However, the bandwidth and
database usage comes at a price, and I don't think I could justify footing
the bill out-of-pocket (since the site itself derives $0 in revenue). I
would certainly consider making the service cost- and banner-free if I can
get any suggestions on how to make the site support itself.
Thanks for any input,
Aaron
- 15
- ASP.Net >> VS2005 Crystal ReportsI have a crystal report (rpt file) that uses sql2k stored procedure.
The stored procedure has some @ parameters.
No matter what i am doing, the report doesn't move the parameters to the sp
itself. I know it because i get an error:
"The report you requested requires further information"
When i try to monitor the sql activity, i see that the sp run by the crystal
report like that:
"sp_Test null,null,null,null"
I am quite sure that the parameters were injected in the correct way to the
rpt file.
PLZ HELP!!!!
|
|
|