SSL on Windows 7 devlopment machine
Thu, 11 Mar 2010 15:43:12 -0000
Hello,
I'm in the process of moving my development environment to Windows 7
Professional Edition. No problems so far with Visual Studio 2008
Professional edition, SQL Server 2008 Developer edition etc.
I'm wondering what the best solution is for installing an SSL certificate on
this machine so that I can ...
|
How to run IIS and ASP.Net on a specific AD account
Thu, 11 Mar 2010 03:17:01 -0800
Hi all,
This follows my last thread about impersonation
(http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.dotnet.framework.aspnet&tid=eae647eb-7f0b-477b-8f80-6e3fe2a847ea&cat=&lang=&cr=&sloc=&p=1).
I have a Windows Server 2003 AD server with accounts for my company people. ...
|
ASP.NET MvcPager 1.2 source code released!
Thu, 11 Mar 2010 01:19:02 -0800
MvcPager is a free paging component for ASP.NET MVC web application, it
exposes a series of extension methods for using in ASP.NET MVC applications,
the implementation was inspired by ScottGu's PagedList<T> idea.
MvcPager features include:
1.Basic url route paging;
2.Support Ajax paging using jQuery or d ...
|
Listing the contents of a network directory - user permissions
Thu, 11 Mar 2010 08:41:48 +0000
All,
I need to list within a web page the contents of a network directory,
this needs to be based on the user permissions of the user viewing the
web page.
For example,
User A can see the following directories :
dirA
dirB
dirC
User B has only rights to the following directories :
dirA
dirB
...
|
encyption/decryption of connection string..
Wed, 10 Mar 2010 14:39:01 -0800
I have requirement to encrypt the windows service config file and web.config
connection strings, I could able to do that for web.config with aspnet_regiis
(C:\Windows\Microsoft.NET\Framework64\v2.0.50727>aspnet_regiis -pe
"connectionStrings" -app "/application.ui")
But I am still looking similar kind of way f ...
|
Calling Javascript from Server Side - Error When Passing Data
Contains Single Quote
Wed, 10 Mar 2010 14:18:20 -0800 (PST)
I have the following lines of code in the GridView.RowDataBound event
to call some Javascript code when the user clicks on a GridView row.
If any of the strings I am passing to the Javascript code contain a
single quote this Javascript error occurs: Error: Expected ')'. How
do I fix the first line of code belo ...
|
Create csv
Wed, 10 Mar 2010 12:31:03 -0800
Is there an easy way in asp.net to dump out a comma-delimited file from an
SQL view or stored proc? Thanks.
--
David ...
|
|
|
2 DBs connections + commit/rollback
Wed, 10 Mar 2010 16:28:18 -0300
Hi, the asp.net app have to communicate with MSSQL and FireBird DBs. Because
FB is desktop and MSSQL is web. Firebird is 3rd comp. .net driver we use...
but the situation:
Open FB tran and MSSQL tran... If the commit fails on FB that is first
executed, the MSSQL (2nd step) is not executed, no problem...
...
|
DBTYP.NET Studio 2010 - Database Comparison Suite Released
Wed, 10 Mar 2010 20:20:21 +0100
DBTYP.NET Studio 2010 - Database Comparison Suite Released
Vienna, Austria - March 8, 2010
Today, BYPsoft announced the availability of DBTYP.NET Studio 2010, the
newest version of the cross-database comparison tool that compares SQL
Server, MySQL and Oracle databases (schema and data). DBTYP.NET Studio 20 ...
|
UpdatePanel Question
Wed, 10 Mar 2010 10:25:15 -0600
Could someone help. I have a form with a grid in one updatepanel 'updGrid',
mode=Conditional, and a detail panel 'updDetail', also in an UpdatePanel
mode=Conditional) that toggles visible when a commandfield in the grid is
clicked. The problem I'm having is if you click the button 'updDetail'
twice and the ...
|