 |
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8  | This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 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 7th, 2009, 03:08 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Words I don't know, but you can try something tangible.... ;-) http://amzn.com/w/1I8QG3UOD16GU
Imar
|

October 15th, 2009, 03:10 AM
|
Authorized User
|
|
Join Date: Sep 2009
Posts: 31
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
plz help
Respected Imar sir,
I completed my web application..but got a new problem...I am trying to open my project from another machine, but my ASPNET.MDB is unable to open on another machine...when I click on Asp.net configuration, I unable to open security tab..I am getting an error
Code:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
I allow remote connections, and also my web.config have mode=forms and ahhow roleManager= true... but still showing same error,
plz help me as you always... because in few minutes i am going to do presentation of project
thank you in advance
|

October 15th, 2009, 03:25 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
This has nothing to do with forms authentication or roles; it's about SQL Server security:
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=395
You need to figure out what version of SQL Server you're running and then configure it correctly.
Imar
|

October 18th, 2009, 12:00 AM
|
Friend of Wrox
|
|
Join Date: Sep 2009
Posts: 165
Thanks: 5
Thanked 6 Times in 6 Posts
|
|
converting $ sign to something else
Hello bela,
Well I am here after a great time ,but can u please tell me that how we can change the $ sign from price field to something else
I know it is related to format string {0:c}, but can you give a little more hint.
Thank you
|

December 5th, 2009, 11:32 AM
|
Authorized User
|
|
Join Date: Sep 2009
Posts: 31
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
CMS editor
Respected Imar Sir,
Recently I buy your book, ASP.NET 2.0 Projects (instant results)...The book is really good...I am using it as reference and as module for my websites...
Sir but I am stuck at CMS editor chapter.. when I run the project I get following error
Code:
Error 1 It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. G:\Dot Net 12 project code\Code\Chapter 05 - Wrox CMS\Modifications\web.config 32
and error line is
Code:
<roleManager defaultProvider="SqlProvider"
......
I know this error is because IIS cofiguration..I really dont understand where I m getting wrong while publishing in IIS
I follow followin steps
1. I installed IIS 5.1 on my XP SP2 proffessional
2. I run the Installer from Chapter 05 - Wrox CMS, I got Cms under the default website
4. Now I right clicked on Cms and click brows...and I got this error on webpage
Code:
Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
after surfing on google for more that 3 hrs. I did not found any solution which can help me...
So finally I decided to give you a trouble
Thanks in advance
SUSHANT
|

December 5th, 2009, 12:58 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
Recently I buy your book, ASP.NET 2.0 Projects (instant results)...
|
Then why do you post this in the forum for Beginning ASP.NET 2.0 BOOK and not in the forum for ASP.NET 2.0 Instant Results?
You typically get this when the folder is not marked as an application in IIS. It depens on your version of IIS (whcih you haven't supplied) how exactly to fix this, but in IIS 6 you should see a Create button on the VD's properties pages.
For IIS 7, you're better off creating a brand new web site pointing to the root of your site.
Also, the error (G:\Dot Net 12 project code\Code\Chapter 05 - Wrox CMS\Modifications) doesn't really show the app is installed, is it? Or is G:\Dot Net 12 project code\Code another application?
Imar
|

December 5th, 2009, 02:01 PM
|
Authorized User
|
|
Join Date: Sep 2009
Posts: 31
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
Sorry Imar Sir,
From now onwards i will put my threads in instant result book threads...but there is one request ...please you only reply to those threads/posts...because every patient has his favorite doctor...
I have posted my old post and new post there...
link is
CMS editor
from next time I will avoid such mistakes..
Thank you ,
SUSHANT
Last edited by bela_sush; December 5th, 2009 at 03:03 PM..
|

December 5th, 2009, 03:21 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
From now onwards i will put my threads in instant result book threads
|
No, no, no, that's not what I said. Please don't start posting bluntly in that category. What I said was: post posts related to ASP.NET Instant Results in its own forum. For other items, not related to that book, choose a different, appropriate forum.
Cheers,
Imar
|

December 6th, 2009, 01:34 AM
|
Authorized User
|
|
Join Date: Sep 2009
Posts: 31
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
forum
Ok Imar sir,
I will put my posts in related books forums...
thanks
SUSHANT
|
|
 |