all groups > asp.net > august 2007 > threads for saturday august 4
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
web hosting limits: ways in ASP.NET to allow connection to remote database systems?
Posted by kenfine NO[at]SPAM nospam.nospam at 8/4/2007 9:24:27 PM
I recently signed up for shared web hosting with a commercial hosting
service (GoDaddy.com) and was awed to discover that although a generous SQL
Server database package is included, there is not an easy way to connect
ASP.NET web applications to database servers running outside of the host'... more >>
Do Web services have a lease time?
Posted by Deane at 8/4/2007 7:35:08 PM
Is there a lease time on Web service requests?
We have a Web service that stops responding after a couple days.
After a certain point in time, all requests to it get "The operation
has timed out." It just happens suddenly, every 48 hours or so, and
all requests begin fail.
What's odd is th... more >>
url parms
Posted by rodchar at 8/4/2007 2:46:49 PM
hey all,
you know how you can pass parms thru the url (like
http://my.site.com/test.aspx?id=1
is there a way to encrypt the id number?
thanks,
rodchar... more >>
Multiple Access Databases
Posted by GregG at 8/4/2007 1:53:40 PM
Greetings,
I've inherited a project which requires the use of multiple Access
databases, each containing a dozen or so tables each.
I need to perform queries which included relations and results from
the contents of tables from separate databases.
I've got the table adapters configured in... more >>
Uploading MS Word Documents
Posted by GaryDean at 8/4/2007 11:54:26 AM
I'm developing an app to upload MS word documents where I will store them in
a varbinary to do full text searching on.
My first question is: How can I verify that the uploaded file is a valid MS
Word Document
second question: Is there a way to convert it to plain text?
Is there a set of m... more >>
Precompiled DLLs not getting creating from setup
Posted by Ziangi Jones at 8/4/2007 10:28:22 AM
Hi,
I m using VS .NET 2003 to create a website. Using the setup package I create
a setup as well.
But this setup has files with actual code in it & not pre-compiled DLLs.
Please let me know what needs to be done to ensure that DLLs are produced &
not code files.
Note: BOTH 'codebehind' & ... more >>
Programmatically determine if .NET 3.0 is installed
Posted by Roger Martin at 8/4/2007 10:24:01 AM
I am writing a web app to be widely distributed where I do not know the
installed .NET Framework version. I want to take advantage of some .NET 3.0
classes if they are installed, but gracefully degrade if not available.
(Specifically, I want to use System.Windows.Media.Imaging.BitmapMetadata t... more >>
Need advice on handling security
Posted by Bill Gower at 8/4/2007 1:46:12 AM
I am validating the users of my web app against a user database in SQL
Server. I then store the user object in a session variable and pass it
around to the various forms. I have a field in the user object called Role
that either holds the value "BusinessAgent" or "Administrator". The role
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|