an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 5/22/2009 7:42:05 AM By lukezy. 3 replies.
5/21/2009 10:30:32 PM
jsduggan
Posts: 52
Joined: 3/19/2009
Compiled Code
Luke,
 
I have to say that this compiled source code has me really confused as to where to find the files that you and others refer to in this forums since it seems common files used to troubleshoot errors and to do some customization are not in their usual place.  Now that the source code is compiled, what directory do I go to in order to find the files I may need to change later on? 
 
I now see ".cs" files and am not sure how to handle them.  
 
Best,
Jeff
5/21/2009 10:42:59 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Compiled Code
This is very basic ASP.NET stuff. I suggest you read more online or buy book.
DotShoppingCart Staff
5/21/2009 11:31:30 PM
jsduggan
Posts: 52
Joined: 3/19/2009
Re: Compiled Code
Can you at least tell me where to find the file to stop the Paypal IPN messages I am still getting?  I am trying to apply the code you suggested but cannot find the new location of the file you asked me to edit.
5/22/2009 7:42:05 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Compiled Code
Check web.old\store\PaypalIPNHandler.aspx.cs
DotShoppingCart Staff