|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
SqlMembershipProvider database reusage
glebovech -
21 Nov 2007 3:02 AM - 1 message
Is it possible to reuse existing SQLSERVER database containing membership information for different application? Basically this is a situation. 1. Created application App1 where with a help of standard Login control membership user has been created. 2. Created application App2 which pointed to the existing database. ...
Setting DropDownList SelectedValue
David C -
20 Nov 2007 10:49 PM - 1 message
I have an ASP.Net page that has a FormView with multiple controls. One of those controls is a DropDownList that is bound to a SQL table which is the DataSource. I added an option to the DropDownList to choose <<Add>> with a ...
Role Based Connections Using SSPI / Impersonating Original Caller
VC -
20 Nov 2007 6:53 PM - 1 message
Hello, Background: I have created some extensive logic in my databases which take the credentials of the logged on user and grant appropriate data through a combination of views and AD group membership. This works great by using the ...
How to delete IIS metabase?
Rbrt -
20 Nov 2007 12:04 PM - 1 message
I am having bizarre problems with IIS 6.0 an ASP.NET 2.0 on the Win 2003 Server in our (closed internal) development network. Following some of the suggestions I have seen here, I have removed IIS 6.0 from the server as well ...
HttpHandler for site
SushiSean -
20 Nov 2007 12:39 AM - 1 message
ok. I have web site and create handler for all pages. <httpHandlers> <add type="LoadHandler" verb="*" path="*" /> </httpHandlers> it means any page will go to this handler. I need this to make virtual path. ...
Double Hop Network Issue
kellygreer1 -
19 Nov 2007 10:02 PM - 1 message
Still working on trying to solve this issue. I have an ASP.NET aspx page that needs to copy a file to a fileshare on another server. As a simple test I have been trying to do the following: string fullPath = @"\\someserver\someshare\log.txt"; ...
Viewstate Encryption
DavidF -
19 Nov 2007 4:21 PM - 1 message
Hi, I'm having a problem with viewstate encryption on one of my websites. To encrypt the viewstate, I'm using the following lines in my web.Config file: <pages theme="Default" viewStateEncryptionMode="Always" enableViewStateMac="true"></pages> ...
|
|||||||||||||||||||||||