I don't really understand what you are asking here. I'll give my best shot at answering what I think your question is though.
I assume you've already created the tables (table_5, table_33, etc). So then you could create a stored procedure (routine) and have some conditional logic to determine...
First, what kind of authentication is your database using? (Windows authentication, sql authentication)?
If Windows authentication then you probably won't need to log into the website. ASP.NET can pull your information from the computer you are already logged in on (domain). Then you can...
Strange question here, but I need to do it, so here it goes...
We have a vendor app written in asp.net, hosted on our servers. The code is precompiled (but I can add to the web.config file). I would like to be able to inject javascript into each page while the page is loading. This would...
Check out the Microsoft Enterprise Library. It has lots of cool stuff in it but, at this point, you'll be interested in the Data Access Application Block.
http://msdn.microsoft.com/en-us/library/ff632023.aspx
Regards,
J
Yes, you are correct. However, I believe that a Sales person trying to access the Accounting site will actually get prompted for their creds. Assuming that it is an Intranet site.
Also, one thing to note. If you put a "." in an url, then by default IE won't pass Windows Creds to the site...
You should be able to use Disk Management to resize the disk now.
Start->Right Click on Computer->Manage->Storage->Disk Management
Click on the HD (I assume C:) and shrink it. Then you will have unallocated disk space and you can create a new partition.
But to answer your question, yes...
This is a very broad question.
1) Is this an Intranet application?
2) Are you using Windows Authentication?
3) Are each of these sites set up in their own root site (or are they in virtual directories)?
4) What language are your websites written in (ASP.NET apps)?
Regards,
J
I can't answer your direct question, but are you using an Exchange environment there? If so you could go directly to the exchange server and not worry about Outlook. This is the easiest way I've found to work with Exchange...
From the looks of this article you shouldn't use that.
http://msdn.microsoft.com/en-us/library/ms131540.aspx
I just started using the "Microsoft.SqlServer.Management.Smo" namespace which should be able get you what you need...
Go virtual! The most bang for your buck and license costs are many times lower (for Windows OS's). Plus you can easily back up the entire virtual machine and move it if you need to. You could have redundancy as well, i.e. load balancing for your websites, clustering for your DB, etc... might...
I can't confirm that, but it doesn't suprise me. Not much is enabled on Server 2K8 by default. Also, if you're going to be hosting WCF services you're going to need to do an additional step and register it. Not sure if this will allow you to host .asmx services after you do this or not (WCF...
I had all kinds of problems with this too. If you haven't already googled this then look up "IIS7.5 hidden apppool identity". I suspect that you'll need to add something like this to your directory security:
"IIS APPPOOL\DefaultAppPool"
Regards,
J
Just to mention VMWare Server is also free, as is VMWare vSphere Hypervisor. When is VMWare going to make a bare-metal client hypervisor!? It's rumored in 2011, but we'll see (VMWare CVP).
IMO, dual-booting should be a thing of the past, we should be able to multi-boot OS's on the client...
Not sure if this will work but have you attempted to name your browser window? From my web page I would use the window.open() javascript method. This takes an url and a window name. If you use that same window name to open a new page it should load in the same window.
A few years ago I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.