| Thread | Last Post | Replies |
|
| Currently Logged on users | 08 Jun 2007 05:58 GMT | 1 |
Is ther an API I can use to get a list of / or the number of users currently logged on to an iis6 or iis 7 web app. I Know IIS keeps a seesion for each user. how can i get an enumeration of those sessions? I realize that the session m,ay have timed out, but if i'm trying to ...
|
| ClickOnce Vista UAC. Application Manifest. | 08 Jun 2007 05:41 GMT | 1 |
I want to run ClickOnce Application as Administrator in Vista I think that the best way for users to elevate privilege is embed Application Manifest. But, I don't know how to elevate privilege
|
| downloading orcas vpc | 08 Jun 2007 04:31 GMT | 5 |
hey all, i downloaded orcas from msdn and was wondering if .net framework is on it by default or do i have to that manually? Or how can i tell if it's already on the vpc?
|
| HOW can you show an HTML... | 08 Jun 2007 04:28 GMT | 4 |
page (an HTML file) from an ASP.NET page?
|
| help with this description | 08 Jun 2007 03:09 GMT | 2 |
hey all, here's a following task on a request doc for me: "Form Printing. A number of static forms will be available for printing. The site must have links or embedded plug-ins such as Java and Adobe for opening
|
| Restrict page by IP | 08 Jun 2007 00:43 GMT | 11 |
Working in ASP/VBSCRIPT, I have a snippet that denies access to a page if the user's IP does not belong to the local network: <% Dim RemoteAddr
|
| How to create MDF file (.mdf) file from XML file. | 08 Jun 2007 00:32 GMT | 1 |
I have an xml file which is a backup of a SQL 2000 Database Table. I would like to create an .mdf file for use with SQL Server Express on my local home machine. How do I create a .mdf file from a xml file? I looked for option is SQL Server Management Studio Express and Visual
|
| How to use DNN Forum in my web site | 07 Jun 2007 23:55 GMT | 9 |
I've create a portal, now I would like to use the DNN forum module in my website (without use/install DNN) ... is it possible?? How Can I do this?? Thanks
|
| Help with <location> element in web.config | 07 Jun 2007 23:28 GMT | 2 |
Hi. I need to deny unauthenticated users from accessing an excel file located within my webapp at SecurePages/ExcelFile1.xls. I've added the below <location> element to my web.config, but it allows unauthenticated users to access the file. What am I doing wrong? Cannot .xls ...
|
| Do you use IIS or WebDev for development server? | 07 Jun 2007 23:27 GMT | 3 |
We're working on a tool for generating some ASPX code and were hoping to get some feedback from a variety of developers.. do you use IIS during development or do you use the web development server that comes with .NET 2.0 (WebDev) ?
|
| Viewstate from vb class | 07 Jun 2007 23:27 GMT | 1 |
If I want to access the session from a vbclass I use HttpContext.Current what do I do for viewstate. I can't seem to find it in current. Regards, Chris.
|
| VB Class v WebService | 07 Jun 2007 23:23 GMT | 5 |
When I create a object I use a .net class unless I need to access it from another web site, I just assumed that a class was a little more efficient than a web service. But is this true? What are the trade offs for using each?
|
| Profiles Question how to set it up? | 07 Jun 2007 22:34 GMT | 1 |
I posted a question last night, but it looks like the db go reloaded from a backup(?) I need to know how to setup the database for profiles I've seen a few articals and postings on how to se it and even a few on
|
| Find Control | 07 Jun 2007 22:08 GMT | 2 |
I created a custom control named BOX. I added child controls, ChildBox, to Box. Dim MyBox As Box Box.Id = "MyBoxId"
|
| Displaying PDF file on ASP.net Page | 07 Jun 2007 22:02 GMT | 3 |
using VB.net (VB 2005) ASP.net 2.0 on windows 2003 server Dim strPDFFilePath AS string = "\\webserverhostname\d$\foldername \filename" the following code is diving me an error saying access denied
|