 |
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
 | This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 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
|
|
|
|
|

April 20th, 2013, 09:53 AM
|
|
Authorized User
|
|
Join Date: Apr 2013
Posts: 25
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
problem in uploading the web application need help ASAP
hi
I finished working on my project
other programmer helped me building half of it ,, and another programmer helped uploading it on a server ,, due to my lack in experience besides we're meeting the deadline ,, there was no time
any ways
this is the link after uploading
an Arabian electronic library
www.eqraalibrary.com
قسم الإدارة
means management section
isn't working properly ,,
all the files that is in the root are working perfect
but the files that are located in the sub-folder (Admin) isn't working
http://www.shy22.com/upfiljpg/3cz62560.jpg
http://www.shy22.com/upfilpng/3ek62455.png
what should I do ,, the presentation is tomorrow
|
|

April 20th, 2013, 10:26 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Did you try what I suggested in my personal e-mail? What was the result?
Imar
|
|

April 20th, 2013, 04:49 PM
|
|
Authorized User
|
|
Join Date: Apr 2013
Posts: 25
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
hi
hi
<customErrors mode="Off"/>
custom error ,, is already set to off ,, and still same problem
|
|

April 20th, 2013, 05:22 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Then it sounds like either an issue with web.config itself, or a permissions problem. For the first issue, make sure the config file in the admin folder is valid. For the second issue, check the server logs (the Windows Event Viewer) to see if you can find hints for what is wrong. If this is a hosted site, check with your host, or, if they have one, use the control panel to check your settings. You probably need access to the server, or an online control panel to resolve this.
Cheers,
Imar
|
|

April 21st, 2013, 06:41 PM
|
|
Authorized User
|
|
Join Date: Apr 2013
Posts: 25
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
Problem Solved ,, athor problem shows up
Problem Solved
by changing the name of the sub folder (Admin) into something else like (Managemant) then that section got uploaded very well ,, i guess there were interferences with the settings of the server
anyways ,, after that ,, i started uploading files to the server (uploading books) as i used to do that before uploading the web application,, it takes a while ,, and then it shows me this error
http://www.shy22.com/upfilpng/d6n83957.png
it's like i'm moving from one error to another ,, what am i suppose to do ????
|
|

April 22nd, 2013, 06:24 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
The same answers apply:
1. Turn off custom errors
2. Check the Windows Event View
3 Check the control panel of your host.
It sounds like a permissions issue to me, but I can't tell for sure. Knowing what the problem is will solve it for 90%.
Imar
|
|

April 27th, 2013, 04:25 PM
|
|
Authorized User
|
|
Join Date: Apr 2013
Posts: 25
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
reply
hello
problem solved !!
another problem showed up,,
when I use the input forms to insert data (letters ,, text . etc. ) << especially in the Arabic language,, (writing with Arabic letters) ,, they get inserted successfully to the database ,, and then when i get them back from the database ,, all i see is questions marks
really really ,, driven crazy ,, don't know what to do
|
|

April 28th, 2013, 06:34 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
A few tips for posting in forums:
1. When you post "solved it", please explain what you did to solve it. That's nice for the people who tried to help you sort it out, but even more so for future visitors to this site with the same issue.
2. Start a new thread for a new topic. Your new problem is unrelated to "problem in uploading the web application need help ASAP".
That said: check the data types of the columns containing this text. What type do they use?
Imar
|
|

April 28th, 2013, 07:11 PM
|
|
Authorized User
|
|
Join Date: Apr 2013
Posts: 25
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
hello back
helloo back Mr.Imar
<identity impersonate="true" userName="********" password="*********" />
that is the line that solved the uploading books problem ,, it's like giving authorization to write or to upload to the server
__________________________________________________ _____________
the type of the columns is either varchar or text ,, and in order to fix this problem ,, i changed those types into nvarchar and ntext ,, but the probllem still exist ,, don't know why
|
|

April 29th, 2013, 07:05 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
After you changed the database, did you also update the code that uses it? Depending on your data access strategy, the code that updates the database still sends varchar instead on nvarchar data.
Imar
|
|
 |