 |
BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6
 | This is the forum to discuss the Wrox book ASP.NET 2.0 Instant Results by Imar Spaanjaars, Paul Wilton, Shawn Livermore; ISBN: 9780471749516 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

October 6th, 2007, 12:53 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I haven't written the Chat Server chapter, so I don't know exactly what is going on in the code. What I do know is the steps you are referring tell you how to generally implement this behavior. However, the code that comes with the book already has this set up for you.
Regarding the compilation setting: true forces the compiler to generate debug symbols and enables you to step through your code. With the setting to false, the code is optimized and you won't be able to debug.
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

October 6th, 2007, 01:03 PM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
So sir,
code is really running. The key thing is that i got key concept of CALLBACKS.
Well can you give guidelines for a webmail and a Mail server implementation. I have gone through chapter 2 (The wrox file share)too.
Or if you can suggest a suitable forum for this topic or another p2p book.
Regards
|
|

October 6th, 2007, 02:08 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Sorry, no, I don't know of any books or web sites demonstrating web based e-mail systems.
I think Google does though....
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

October 7th, 2007, 03:27 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar
Ok I got your point. Can we discuss about chat applications more?
Can you give me idea about the various popular chat applications e.g.
Google chat application, or yahoo chat. On what basis these application works on?
Are they also using CALLBACKS as well or there is some different approach?
Gmail is built on which platform? How can we implement AJAX on your given applications?(specifically Chapter 2 & Chapter 4)
-------------------------------
Ankur Pandey
|
|

October 7th, 2007, 03:37 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
quote:Ok I got your point. Can we discuss about chat applications more?
|
Sure, although I think you're better off posting a new topic in a more general purpose forum. Since this particular forum is for the book ASP.NET 2.0 Instant Results only, it's not very busy. Other categories here at p2p.wrox.com may attract more readers that can join the discussion.
Quote:
|
quote:Can you give me idea about the various popular chat applications e.g.
|
A very broad question.... Also, I am not into chat applications, so I don't have much to add here.
Quote:
quote:Google chat application, or yahoo chat. On what basis these application works on?
Are they also using CALLBACKS as well or there is some different approach?
|
I haven't used them, but I assume they indeed use something like callbacks to get data back from the client to the server and vice versa.
Quote:
|
quote:Gmail is built on which platform?
|
I have no idea. I assume that Google built it all themselves....
Quote:
|
quote:How can we implement AJAX on your given applications?(specifically Chapter 2 & Chapter 4)
|
That depends on what it is you want to do. Wrapping an UpdatePanel around your changing content is a good start, but obviously, there is much more. Get yourself a copy of Professional ASP.NET 2.0 AJAX to learn much more about Ajax.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

October 7th, 2007, 03:52 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks Imar,
well thanks for your attention!
Although your most replies not give me any directions.
But Your last answer is promising...............
I have that book too
Thanks once again for your time
oh! ya one more thing your book is incredibly good. It is just a piece of cake. With proper demo of the various file. Just like a proper documentation.........
-----------------------------------
With regards
Ankur Pandey
|
|

October 7th, 2007, 03:55 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Correct; like I said, I am not much into chat applications, so I can't give you much direction there. The only proper direction I can give you is to another forum here at P2P where there are others that do have the ability to help you.
Glad you like my book.
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

October 8th, 2007, 06:55 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar,
I was trying more on the chat server. I added/deleted some records in user, messages, room tables. Then I use [email protected] to login. Then I just Saw the same thing that I observed before i.e. On typing and sending msgs they are not displayed in chat window also no more changes in database found. Then I ensure myself -- is there any exception or not?
But Regardless of these things I found no errors and the code not working as well. I also tried to run code after removing then <add /> tag from web.config (j# assembly).
What could be the possible errors?
## I have not changed the code even by a single semicolon...
Please guide me?
|
|

October 8th, 2007, 11:19 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I am not sure how to help you.
The app works, as has been reported by others. If it doesn't work for you, it must be something with your setup or configuration.
However, that's pretty difficult to support for me over a web forum. You'll need to do some digging and debugging yourself...
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

October 9th, 2007, 12:13 AM
|
|
Authorized User
|
|
Join Date: Oct 2007
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Imar,
I have figure out the problem. The application is throwing following error at runtime:
Failed to update database "C:\INETPUB\WWWROOT\CHATSERVER\APP_DATA\CHATSERVER DB.MDF" because the database is read-only.
To Resolve this I Grant the "write" permissions too in the application properties at INETMGR.
Also I ensure that the database must not be "Read- Only " from windows properties.(i.e. Right clicking on database and getting properties)
But instead of this it is not working
Can you figure out this?
------------------------------------
With Regards
Ankur Pandey
|
|
 |