Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: ASP.NET /C# Shopping cart Application Developed.


Message #1 by Sridhar Raj G <Sridharr@i...> on Sat, 1 Dec 2001 18:28:08 +0530
Hello Every One,

	Please Try into this Applicationa let me Now the Feed Back

	Try to access this link and tell me how it does 

	Done solely by me and one more collegue.

	We used ASP.NET technology and C# to do this integrating with

existing com dll.

	Technique Used is Converting Existing Com DLL to .net Com DLL and

access it No more VB Script 

	http://12.109.150.61/amazing.net/



To Login into the Cart Completed you use

	Login/Email :  steve

	password    :  steve



Note login/password are case sensitive.



With Regards

Sridhar G 

sridharr@i...

http://www.icode.com.

Message #2 by dont worry <aspmailbox@y...> on Sat, 1 Dec 2001 11:05:26 -0800 (PST)
Could not connect to site?

DW

--- Sridhar Raj G <Sridharr@i...> wrote:

> Hello Every One,

> 	Please Try into this Applicationa let me Now the

> Feed Back

> 	Try to access this link and tell me how it does 

> 	Done solely by me and one more collegue.

> 	We used ASP.NET technology and C# to do this

> integrating with

> existing com dll.

> 	Technique Used is Converting Existing Com DLL to

> .net Com DLL and

> access it No more VB Script 

> 	http://12.109.150.61/amazing.net/

> 

> To Login into the Cart Completed you use

> 	Login/Email :  steve

> 	password    :  steve

> 

> Note login/password are case sensitive.

> 

> With Regards

> Sridhar G 

> sridharr@i...

> http://www.icode.com.

> 

> ---

> VBug Winter Conference 2001 

> 

> Open Forum:  Dan Appleman will be hosting an open 

> forum at The .NET Developer's Conference on 

> 29th November 2001.  The session will give 

> developers the chance to discuss and question 

> Dan on his experience with the .NET environment.  

> Dan has been programming Visual Basic since the 

> alpha version 1.0.  And with over 10 years 

> Visual Basic experience is well qualified to 

> help you on your road to being a .NET Guru.

> 

> http://www.vbug.co.uk/redirect.asp?url=39&id=17

> 

> ---

> You are currently subscribed to 

> aspx as: aspmailbox@y...


> $subst('Email.Unsub')

> Read the future with ebooks at B&N

>

http://service.bfast.com/bfast/click?bfmid=2181&sourceid=38934667&categoryid=rn_ebooks





__________________________________________________

Do You Yahoo!?

Buy the perfect holiday gifts at Yahoo! Shopping.

http://shopping.yahoo.com

Message #3 by "Mike Matthews" <mgmatthews@u...> on Mon, 3 Dec 2001 12:00:59
Raj,

I connected to the site fine, the application looks and feels good. I like 

how the site is layed out and the navigation is smooth. 

Good Luck!



Mike Matthews

Lead Programmer

UPS Data Application Development



 Hello Every One,

> 	Please Try into this Applicationa let me Now the Feed Back

> 	Try to access this link and tell me how it does 

> 	Done solely by me and one more collegue.

> 	We used ASP.NET technology and C# to do this integrating with

> existing com dll.

> 	Technique Used is Converting Existing Com DLL to .net Com DLL and

> access it No more VB Script 

> 	http://12.109.150.61/amazing.net/

> 

> To Login into the Cart Completed you use

> 	Login/Email :  steve

> 	password    :  steve

> 

> Note login/password are case sensitive.

> 

> With Regards

> Sridhar G 

> sridharr@i...

> http://www.icode.com.

Message #4 by Todd Carrico <ToddC@m...> on Mon, 3 Dec 2001 09:13:16 -0600
Ditto, maybe a little slow, but that is probably hardware.



Lookin good.



tc





-----Original Message-----

From: Mike Matthews [mailto:mgmatthews@u...] 

Sent: Monday, December 03, 2001 6:01 AM

To: ASP+

Subject: [aspx] Re: ASP.NET /C# Shopping cart Application Developed.



Raj,

I connected to the site fine, the application looks and feels good. I like 

how the site is layed out and the navigation is smooth. 

Good Luck!



Mike Matthews

Lead Programmer

UPS Data Application Development



 Hello Every One,

> 	Please Try into this Applicationa let me Now the Feed Back

> 	Try to access this link and tell me how it does 

> 	Done solely by me and one more collegue.

> 	We used ASP.NET technology and C# to do this integrating with

> existing com dll.

> 	Technique Used is Converting Existing Com DLL to .net Com DLL and

> access it No more VB Script 

> 	http://12.109.150.61/amazing.net/

> 

> To Login into the Cart Completed you use

> 	Login/Email :  steve

> 	password    :  steve

> 

> Note login/password are case sensitive.

> 

> With Regards

> Sridhar G 

> sridharr@i...

> http://www.icode.com.



---

VBug Winter Conference 2001 



Open Forum:  Dan Appleman will be hosting an open 

forum at The .NET Developer's Conference on 

29th November 2001.  The session will give 

developers the chance to discuss and question 

Dan on his experience with the .NET environment.  

Dan has been programming Visual Basic since the 

alpha version 1.0.  And with over 10 years 

Visual Basic experience is well qualified to 

help you on your road to being a .NET Guru.



http://www.vbug.co.uk/redirect.asp?url=39&id=17



---

You are currently subscribed to 

aspx as: toddc@m...


$subst('Email.Unsub')

Message #5 by "Richard Boarman" <asp@a...> on Tue, 4 Dec 2001 13:11:49
I tried to go to this link at 08:00 EST on 12/4/2001 and got the following runtimme 

error:



Server Error in '/Amazing.NET' Application.

------------------------------------------------------------------------



Runtime Error 

Description: 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. 

Details: To enable the details of this specific error message to be viewable on 

remote machines, please create a <customErrors> tag within the configuration file 

located in the root directory of the current web application. This <customErrors> tag 

should then have its "mode" attribute set to "Off".





<configuration>

    <system.web>

        <customErrors mode="Off"/>

    </system.web>

</configuration>



Notes: The current error page you are seeing can be replaced by a custom error 

page by modifying the "defaultRedirect" attribute of the application's 

<customErrors> configuration tag to point to a custom error page URL.





<configuration>

    <system.web>

        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>

    </system.web>

</configuration>



Message #6 by dont worry <aspmailbox@y...> on Tue, 4 Dec 2001 13:26:23 -0800 (PST)
Got connected and looks and feels good.

Did all that functionality come from the ASP.NET book?

DW

--- Todd Carrico <ToddC@m...> wrote:

> Ditto, maybe a little slow, but that is probably

> hardware.

> 

> Lookin good.

> 

> tc

> 

> 

> -----Original Message-----

> From: Mike Matthews [mailto:mgmatthews@u...] 

> Sent: Monday, December 03, 2001 6:01 AM

> To: ASP+

> Subject: [aspx] Re: ASP.NET /C# Shopping cart

> Application Developed.

> 

> Raj,

> I connected to the site fine, the application looks

> and feels good. I like 

> how the site is layed out and the navigation is

> smooth. 

> Good Luck!

> 

> Mike Matthews

> Lead Programmer

> UPS Data Application Development

> 

>  Hello Every One,

> > 	Please Try into this Applicationa let me Now the

> Feed Back

> > 	Try to access this link and tell me how it does 

> > 	Done solely by me and one more collegue.

> > 	We used ASP.NET technology and C# to do this

> integrating with

> > existing com dll.

> > 	Technique Used is Converting Existing Com DLL to

> .net Com DLL and

> > access it No more VB Script 

> > 	http://12.109.150.61/amazing.net/

> > 

> > To Login into the Cart Completed you use

> > 	Login/Email :  steve

> > 	password    :  steve

> > 

> > Note login/password are case sensitive.

> > 

> > With Regards

> > Sridhar G 

> > sridharr@i...

> > http://www.icode.com.

> 

> ---

> VBug Winter Conference 2001 

> 

> Open Forum:  Dan Appleman will be hosting an open 

> forum at The .NET Developer's Conference on 

> 29th November 2001.  The session will give 

> developers the chance to discuss and question 

> Dan on his experience with the .NET environment.  

> Dan has been programming Visual Basic since the 

> alpha version 1.0.  And with over 10 years 

> Visual Basic experience is well qualified to 

> help you on your road to being a .NET Guru.

> 

> http://www.vbug.co.uk/redirect.asp?url=39&id=17

> 

> ---

> You are currently subscribed to 

> aspx as: toddc@m...


> $subst('Email.Unsub')

> 

> ---

> VBug Winter Conference 2001 

> 

> Open Forum:  Dan Appleman will be hosting an open 

> forum at The .NET Developer's Conference on 

> 29th November 2001.  The session will give 

> developers the chance to discuss and question 

> Dan on his experience with the .NET environment.  

> Dan has been programming Visual Basic since the 

> alpha version 1.0.  And with over 10 years 

> Visual Basic experience is well qualified to 

> help you on your road to being a .NET Guru.

> 

> http://www.vbug.co.uk/redirect.asp?url=39&id=17

> 

> ---

> You are currently subscribed to 

> aspx as: aspmailbox@y...


> $subst('Email.Unsub')





__________________________________________________

Do You Yahoo!?

Buy the perfect holiday gifts at Yahoo! Shopping.

http://shopping.yahoo.com


  Return to Index