Viewing 15 posts - 1 through 15 (of 17 total)
At present, permissions have been given to the Network Services account and All Users. The problem is the Servers are in a WORKGROUP and not a member of the...
February 14, 2011 at 4:59 am
L.O.L
Thank you everyone!
March 9, 2010 at 6:50 am
You are right, but this person calls himself our system administrator/ dba. It's kinda like helping Haiti with a twist.
March 9, 2010 at 6:14 am
Thank you. I did not need to know this answer as I much as I need to prove it in writing, so that little time is spent discussing it....
March 9, 2010 at 4:00 am
There are three people managing help desk for 1300 users, training of users, all the development, the SQL Servers, the Reporting, and the Sys. Admin. with ASP pages being moved...
September 15, 2009 at 7:32 pm
Thanks again.
Both myself and our System Admin. are working on this together. I will keep you informed of the solution and outcome.
September 15, 2009 at 6:06 am
Is this the exact code to place in the Web.Config files or was I missing something?
Thanks again for you time and trouble! I am finally starting to learn...
September 14, 2009 at 8:38 pm
I tried placing:
in both the asp .net Web.config
and the ReportsServer Web.config!
I still get the windows login prompt for the server where Reports Server resides.
NetUser...
September 14, 2009 at 5:27 pm
An extra field in the INSERT is always a problem!
It shifts the whole statement.
September 13, 2009 at 3:54 pm
If the database side is recognizing it as nvarchar, then you will have to convert it to float, so it will go in.
The SQL field
CAST (PRECIO1 AS Float)
CONVERT( float, PRECIO1)
The...
September 13, 2009 at 1:05 pm
Our users will not even need to be placed in a group, because the servers are not on the Domain. All users access the Web Application using the fictitious...
September 13, 2009 at 10:37 am
It seems you need to find where you are trying to INSERT nvarchar into a float column in the database.
After you find out where that is, you will have to...
September 13, 2009 at 7:39 am
Security is important, but our network is very secure. A hack would probably come from within and very few know the NetUser username, which is as you might guess...
September 12, 2009 at 9:09 pm
Thank you again. I will try the code below in the Web.Config:
Netuser
NetUser will be the only user...
September 12, 2009 at 8:10 pm
Here is the post regarding the passing of the username and password:
September 12, 2009 at 7:09 pm
Viewing 15 posts - 1 through 15 (of 17 total)