User Kolten - Stack Overflowmost recent 30 from stackoverflow.com2009-12-09T03:00:29Zhttp://stackoverflow.com/feeds/user/13959http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1848695/content-query-webpart-grouping-by-custom-column0Content Query WebPart - Grouping by custom column?Kolten2009-12-04T18:11:37Z2009-12-04T18:47:19Z
<p>We have a LIST of web pages that we use as News items on our Sharepoint 2007 site.
On our main page, we have a Content Query WebPart that queries this list, and nicely displays the name, and a few lines of the content. This is taken from our Pages Library that was created as part of our Publishing Template.
We would like to "Group" items by categoriezing them (Top Stories, Location-Specific Events, etc) and show them using the Content Query WebPart.
We have created a custom column called "News Category" and we would like to group the items inside the Content Query WebPart by this. Unfortunately the Custom Column doesn't show up when sorting through the "Group By" fields..
Is this at all possible, or am I wasting my time? We are not looking to add 3rd party components to our site at this time...</p>
http://stackoverflow.com/questions/1682770/using-additional-email-inboxes-for-sharepoint-workflow-approvals1Using additional email inboxes for Sharepoint Workflow approvalsKolten2009-11-05T18:54:34Z2009-12-02T13:17:29Z
<p>One of our managers is encountering an issue with Sharepoint Workflows.
His team has a standard AD user account setup with an email inbox that they all have access to via Outlooks "Open these additional Mailboxes" option.
The Sharepoint workflow is setup to send approvals to this general-use user account.
The problem is, when they receive the emails, it states "You do not have the required permissions to view this task", even though each one of them as well as the general user account has access to the task list in Sharepoint.</p>
<p>Could the fact that Sharepoint is sending approvals to this general email account be causing the issue? If so, how can this be rectified? If not, what could be causing this issue?</p>
<p>Thanks all</p>
http://stackoverflow.com/questions/94420/infopath-2007-emailed-forms-not-rendering-correctly1Infopath 2007 - Emailed forms not rendering correctlyKolten2008-09-18T16:54:09Z2009-11-24T02:00:04Z
<p>So I have a form that uses infopath services via sharepoint, and after multiple attempts at attempting to fix a rendering problem (tables appear WAY too wide to be readable), I think I have found the problem : date controls.</p>
<p>It seems date controls within Infopath 2007 screw with rendering somehow. To test, I made 2 variations of a VERY simple form - one with a date control, one with a text control - and placed them inside a table.</p>
<p>When emailed, the one with the date control rendered incorrectly.</p>
<p>My question is - has anyone experienced this before? If you have time, test it out. I think it is a bug or something, but not exactly sure.</p>
<p>I am using Infopath 2007, Sharepoint 2007, and Outlook 2007.</p>
<p><hr /></p>
<h2><strong>Updated Sept 19, 2008</strong></h2>
<p>Yes, web form capability is checked.
Web compatible date controls? I think so - everything looks perfect in the browser... only the email messes up.
and yes you are correct. My mistake this is Sharepoint 2007. I fixed it above.</p>
<p>If anyone has the time, try it out - it's very frustrating to have to use text boxes for dates. Especially with the 'talent' we have here. lol</p>
http://stackoverflow.com/questions/1752687/sharepoint-2007-page-viewer-webpart-autoscroll-to-webpart0Sharepoint 2007 Page Viewer webpart - autoscroll to webpart?Kolten2009-11-17T23:46:10Z2009-11-17T23:46:10Z
<p>We have a Page Viewer webpart setup to display our Out of Office public folder calendar from Exchange. This is the URL the webpart is setup to point to: </p>
<pre><code>http://<servername>/owa/?cmd=contents&module=publicfolders&f=<foldername>/<foldername>/<foldername>/<foldername>/Calendars/out%20of%20office&part=1&view=Daily
</code></pre>
<p>...We noticed that our page automatically scrolls down to this webpart every time we load the page. Almost like there is an anchor attached to it or something. This is undesirable.</p>
<p>Does anyone know why this particular webpart might behave this way? Can this be avoided?</p>
<p>Thanks all.</p>
http://stackoverflow.com/questions/1682770/using-additional-email-inboxes-for-sharepoint-workflow-approvals/1684060#16840601Answer by Kolten for Using additional email inboxes for Sharepoint Workflow approvalsKolten2009-11-05T22:22:39Z2009-11-05T22:22:39Z<p>Ok I found out the 'general' user account had approve permissions on the List itself, but Limited Access on the Site. I changed Site permissions for this account to "Approver" and all was well. Not sure why the Site needed approver status when the List had it specifically, but I guess that's Sharepoint for ya.</p>
http://stackoverflow.com/questions/1640347/windows-authentication-doesnt-prompt-for-login0Windows Authentication doesn't prompt for loginKolten2009-10-28T21:49:07Z2009-10-29T17:41:32Z
<p>I've had Windows Authentication setup on an area of our website for some time now, and it has worked flawlessly so far.
Recently, the login prompt stopped appearing and went straight to "Page cannot be displayed" for some reason.
While connected to our network, the page works fine.
Outside our network, users are supposed to receive a login prompt but they now do not, instead receiving the "page cannot be displayed" error.</p>
<p>Why would this suddenly occur, and how is it fixed? I have tried removing the virtual directory and re-adding it but nothing seems to work.</p>
<p>The strange thing is this is only happening in IE - Google Chrome works fine (I receive the login prompt).</p>
<p>Is there a setting or something inside of IIS that disables this login prompt or something? It is strange it is an IE specific issue as well - there were no changes to the state of IE from one day when it was working to the next where it wasn't.</p>
<p>Anyone have ideas on what might be causing this?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1467338/authentication-to-sql-2005-using-domain-account-from-asp0authentication to sql 2005 using domain account from ASPKolten2009-09-23T17:00:40Z2009-10-23T16:21:41Z
<p>I cannot seem to use a Windows account to access my database from my ASP page.
Here is my connection string:
PROVIDER=SQLOLEDB;DATA SOURCE=NHA-SQL-I0;UID=DOMAIN\NHA-svcRequestForm;PWD=password;DATABASE=RequestForms</p>
<p>I get the classic:
Microsoft OLE DB Provider for SQL Server (0x80040E4D) Login failed for user 'NIRHB\NHA-svcRequestForm'.</p>
<p>This occurs for any domain account I use. Using SQL accounts works fine.
Any idea what setting/configuration I am missing?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1603551/check-that-index-file-exists/1604028#16040280Answer by Kolten for Check that index file existsKolten2009-10-21T22:31:22Z2009-10-21T22:31:22Z<p>IF EXISTS (SELECT * FROM sys.indexes WHERE object_id = OBJECT_ID(N'[dbo].[table name]') AND name = N'index name')</p>
http://stackoverflow.com/questions/1603786/in-classic-asp-is-there-a-way-to-handle-errors-at-application-level/1604018#16040180Answer by Kolten for In classic ASP, is there a way to handle errors at application level?Kolten2009-10-21T22:28:20Z2009-10-21T22:28:20Z<pre><code><% On Error Resume Next %>
If Err.number <> 0 then 'do other stuff
</code></pre>
<p>Link: <a href="http://www.15seconds.com/issue/990603.htm" rel="nofollow">http://www.15seconds.com/issue/990603.htm</a></p>
http://stackoverflow.com/questions/1603923/building-web-content-and-word-documents/1604012#16040120Answer by Kolten for Building Web Content and Word DocumentsKolten2009-10-21T22:25:06Z2009-10-21T22:25:06Z<p>Code: <a href="http://www.codinghorror.com/blog/archives/000485.html" rel="nofollow">http://www.codinghorror.com/blog/archives/000485.html</a>
Tool: <a href="http://www.textism.com/wordcleaner/" rel="nofollow">http://www.textism.com/wordcleaner/</a></p>
http://stackoverflow.com/questions/1422937/sharepoint-document-libraries-date-created-field0Sharepoint Document Libraries - "Date Created" fieldKolten2009-09-14T17:37:02Z2009-10-02T15:18:49Z
<p>I have a request from a Sharepoint user to show the "Date Created" column in her document library. Trouble is, I cannot find a way to show the date of when the Document was added to the library. I tried adding the standard column "Date Created" but it is blank for all documents listed there already, and uploading/editing a document prompts you to manually choose a date. I want the date the document was added to the Document Library to be shown automatically. Is there a way?</p>
http://stackoverflow.com/questions/1499239/database-vs-flat-text-file-what-are-some-technical-reasons-for-choosing-one-over/1499263#14992634Answer by Kolten for Database vs Flat Text File: What are some technical reasons for choosing one over another when performance isn't an issue?Kolten2009-09-30T16:30:35Z2009-09-30T16:30:35Z<p>Databases offer scalability, whereas flat files do not. What happens if the app you developed is required to do more in 2 years time?<br />
Databases also offer numerous other benefits including permission levels and built-in backups which you would have to manually configure otherwise, increasing the work that needs to be done.
I will always choose a database over a flat file if it is an option. Always.</p>
http://stackoverflow.com/questions/1499216/html-div-and-select-tag/1499226#14992260Answer by Kolten for html: div and select tagKolten2009-09-30T16:23:50Z2009-09-30T16:23:50Z<p>No. And there is no reason to.</p>
http://stackoverflow.com/questions/1474493/determine-if-google-earth-is-installed-on-windows/1474525#14745251Answer by Kolten for Determine if Google Earth is installed (on Windows)Kolten2009-09-24T22:31:30Z2009-09-24T22:31:30Z<p>Check the registry for HKEY_CURRENT_USER\Software\Google\Google Earth Plus\
...never done this myself but it seems logical.</p>
http://stackoverflow.com/questions/1474293/how-to-programatically-find-out-the-last-login-time-to-a-machine/1474312#14743121Answer by Kolten for How to programatically find out the last login time to a machine?Kolten2009-09-24T21:41:28Z2009-09-24T21:41:28Z<p>You can use DirectoryServices to do this in C#:</p>
<pre><code>using System.DirectoryServices;
DirectoryEntry dirs = new DirectoryEntry("WinNT://" + Environment.MachineName);
foreach (DirectoryEntry de in dirs.Children)
{
if (de.SchemaClassName == "User")
{
Console.WriteLine(de.Name);
if (de.Properties["lastlogin"].Value != null)
{
Console.WriteLine(de.Properties["lastlogin"].Value.ToString());
}
if (de.Properties["lastlogoff"].Value != null)
{
Console.WriteLine(de.Properties["lastlogoff"].Value.ToString());
}
}
}
</code></pre>
http://stackoverflow.com/questions/1434452/integrated-authentication-on-webserver-security2Integrated Authentication on Webserver - Security?Kolten2009-09-16T17:39:11Z2009-09-17T08:17:58Z
<p>We have our own web server hosting our website that is open to the public outside of our network.</p>
<p>I have a request to make our "Internal Postings" link on our Careers page to authenticate the user against our network's Active Directory list.</p>
<p>I currently have it setup so the link hits a page inside the directory structure of the website, and this page's folder is set to "Integrated Windows Authentication". Anonymous access is turned off for this page. If the user is authenticated (ie: logged into our network or supplies proper credentials) it passes them on to an external careers website which hosts our job postings. If they fail to authenticate, it displays a custom 401 error page.</p>
<p>This works fine, but there is a problem with it. Using IE, people cannot just enter their username. They (of course) are required to enter the domain name as well. Unfortunately the default 'domain' is set to the URL of our website (www.xyz.com/username). I would like it to automatically choose the name of our internal domain (aaa/username) but am unsure of how to do this.</p>
<p>Another option would be to use LDAP and a little ASP scripting to authenticate the user. I have this code already, but am unsure of the security consequences of doing so. Basically, the page will be setup for anonymous authentication, and if the user isn't logged into our network, they will be prompted for a username/password using standard textboxes. This is then passed to an ASP script that does an LDAP lookup against our Active Directory. Is there any security issues with this method?</p>
<p>Which method would you choose to do?</p>
<p>Thanks. </p>
<p>EDIT: It seems I cannot authenticate to ActiveD via LDAP using a username/password combo. So forget about that option. </p>
<p>My question now is, how can I change the default 'domain' that IWA uses? Is that at all possible? IE seems to default to 'www.xyz.com\username' (my website) rather than 'aaa\username' (my domain name). Of course, www.xyz.com\username fails because that is not where our ActiveD resides... Is this possible? I want to make it as simple as possible for our employees.</p>
http://stackoverflow.com/questions/1348565/javascript-function-add-css-class-if-session-variable-not-equal-to-x/1348580#13485801Answer by Kolten for Javascript function: Add CSS Class if session variable not equal to XKolten2009-08-28T18:13:13Z2009-08-28T18:13:13Z<p>You're hiding items on a website... in client side javascript... based upon a session value?
What's to stop me from looking to where the items point to and going there anyways?</p>
http://stackoverflow.com/questions/1168640/asp-net-vs-infopath-for-forms/1342727#13427270Answer by Kolten for ASP.NET vs Infopath for formsKolten2009-08-27T17:55:06Z2009-08-27T17:55:06Z<p>Maintenance is easer, integration with sharepoint is easier,database submission/retrieval is easier, and workflows are easier with infoPath.
Customization is more robust, and database submission/retrieval is more robust in asp.net.</p>
<p>Basically, use infoPath if it's easy. Use C# if it contains a lot of custom things.</p>
http://stackoverflow.com/questions/1120957/can-infopath-be-integrated-with-asp-net-for-the-data-entry-portion-of-an-applicat/1342590#13425900Answer by Kolten for Can infopath be integrated with asp.net for the data entry portion of an application?Kolten2009-08-27T17:34:54Z2009-08-27T17:34:54Z<p>You could use an infopath form with code to feed data to a web service, I suppose... but why not just make a web form to do the task? Think about what benefits an Infopath form would provide in this scenario.</p>
http://stackoverflow.com/questions/513727/access-2003-field-from-another-database-on-form0Access 2003 - Field from another database on formKolten2009-02-04T22:41:19Z2009-08-07T21:51:02Z
<p>I am 'fixing up' an old Access Database, and the client requested that a DATE field be added to a form.
Problem is, I have NEVER used Access before. I'm a SQL guy, and I build my own UI's.
This forms thing is getting the better of me.</p>
<p>Ok - So I have two tables:
tblQuestionairre
QuestionairreID
EventID
blah blah blah</p>
<p>tblEvent
EventID
DateTime
blah blah blah</p>
<p>Now, I am editing the frmQuestionairre (Questionairre Form). All the information from the Questionairre Table (tblQuestionairre) is here.
Problem is, I need to add the DateTime field somewhere on this form so that the client can see when the questionairre was entered.
As you can see, my linking item is EventID.</p>
<p>Try as I might, I cannot just "add" DateTime from the Event table using "expression builder". I need to load the correct DateTime for the current Questionairre that is loaded. Each Questionairre is linked to an Event.</p>
<p>How can I add this field to the Questionairre form? I keep getting a #Name? error, which is obviously because it doesn't know to link the two tables on EventID..
Ideas?</p>
<p>Edit:
Yes this is a simple 1 to 1 relationship.
Yes the field needs to be editable.</p>
<p>ANSWER: =DLookUp("[DateEntered]","tblEvent","EventID=" & Forms!frmQuestionnaire!EventID)</p>
<p>Edit: Now that I have it displaying, I cannot edit it!?</p>
http://stackoverflow.com/questions/1050985/asp-net-how-to-tell-if-div-is-scrolled-to-the-bottom/1051528#10515280Answer by Kolten for ASP.NET how to tell if div is scrolled to the bottom.Kolten2009-06-26T22:20:51Z2009-06-26T22:20:51Z<p>didn't i answer this question already?
<a href="http://stackoverflow.com/questions/1049988/how-to-tell-when-scroll-bar-is-at-bottom-of-an-asp-net-multiline-text-box/1050010#1050010">http://stackoverflow.com/questions/1049988/how-to-tell-when-scroll-bar-is-at-bottom-of-an-asp-net-multiline-text-box/1050010#1050010</a></p>
http://stackoverflow.com/questions/1051320/force-all-asp-net-requests-to-a-single-page/1051515#10515150Answer by Kolten for Force all asp.net requests to a single page?Kolten2009-06-26T22:17:09Z2009-06-26T22:17:09Z<p>Just modify your 404 error pages to redirect to default.aspx.</p>
http://stackoverflow.com/questions/1049988/how-to-tell-when-scroll-bar-is-at-bottom-of-an-asp-net-multiline-text-box/1050010#10500101Answer by Kolten for how to tell when scroll bar is at bottom of an asp.net multiline text box Kolten2009-06-26T16:18:42Z2009-06-26T16:18:42Z<p>By using javascript:</p>
<p>in Internet Explorer:
document.body.scrollLeft
document.body.scrollTop</p>
<p>in Netscape:
window.pageXOffset
window.pageYOffset</p>
http://stackoverflow.com/questions/984104/infopath-2007-repeating-table-two-data-connections0Infopath 2007 Repeating table - two data connectionsKolten2009-06-11T22:29:59Z2009-06-13T01:13:04Z
<p>I have two data connections. One (we'll call DC1) pulls FIRSTNAME and
LASTNAME from a database. The other, (we'll call DC2) uses this information
to query a web service that returns a USERNAME after matching it to another
database. </p>
<p>On my form, I have a repeating table that lists all the information from
DC1. In the repeating table, I want to have ANOTHER textbox that returns the
USERNAME from DC2 using the current row's information. like so: </p>
<p>FIRSTNAME LASTNAME USERNAME
etc.... </p>
<p>My two data connections work, because I can query DC2 without issue, and the
repeating table properly displays information from DC1. </p>
<p>How can I add the USERNAME textbox (which contains the USERNAME returns from
DC2 after comparing FIRSTNAME and LASTNAME) to the repeating table?
Everything I have tried does not work - mostly, I just get repeating
information in the USERNAME boxes in the repeating table.
Thanks</p>
http://stackoverflow.com/questions/940689/matching-db-records-to-active-directory-entries0Matching DB records to Active Directory entries?Kolten2009-06-02T17:01:08Z2009-06-02T20:28:56Z
<p>I have been tasked with coming up with a solution where I am not sure if there is a solid answer:
How can I match username records from an application's database to users in our Active Directory?
I have two applications this needs to be done for - 1st application I only have firstname and lastname information. Second application i have the application's username, which is similar to activeD's but not a definate match. I also have firstname lastname info.</p>
<p>Now, simply put I can just write a script that matches all the records in ActiveD that match the firstname lastname in the application DB, but that is fraught with errors.
Having no unique identifier to begin with might make this an impossible task, but before I start to task someone else with manually comparing the data after running the script, I thought I would ask the delightful StackOverflow crew to chew on it. There are always methods I don't think of, after all.</p>
<p>So any brilliant ideas out there to accomplish this task?</p>
<p>Thanks guys</p>
http://stackoverflow.com/questions/923355/sql-2005-cannot-delete-user2SQL 2005 cannot delete userKolten2009-05-28T21:42:18Z2009-05-28T22:03:17Z
<p>Hey all,
I have restored a database from a backup onto a new server, and I cannot delete the old schema from the database. I have created a NEW user for this database. The NEW user is named differently (to make things clearer for other developers), so I have no use for this schema. I DID manage to delete the USER finally, but the schema won't go away. </p>
<p>The error I receive is "Cannot drop schema '' because it is being referenced by object ''</p>
<p>Running this script:</p>
<pre><code>select * from sys.objects where schema_id = 5
</code></pre>
<p>...shows all the objects this schema 'owns'.</p>
<p>My problem is I cannot find a way to change the ownership of these objects. There must be a way?
Thanks all</p>
http://stackoverflow.com/questions/893799/can-i-disallow-web-browser-autocomplete/894034#894034-1Answer by Kolten for Can I disallow web browser autocomplete?Kolten2009-05-21T17:13:32Z2009-05-21T17:13:32Z<p>Yet another example of developers taking away functionality on the user's own machine. Please developers - DON'T DO THIS. Focusing text boxes on page load is another annoying trait creeping into the mainstream. Annoying. Stop doing this people.</p>
http://stackoverflow.com/questions/846539/asp-net-sql-server-setup-wizard0ASP.NET SQL Server Setup WizardKolten2009-05-11T02:34:25Z2009-05-11T02:50:57Z
<p>I have a asp.net web project I am working on, and found out my roles and such are stored in an .mdf file. While reading on attempting to connect to it via SQL Management Studio (using SQLExpress 2005), I found this article:</p>
<p>https://help.maximumasp.com/SmarterTicket/Customer/KBArticle.aspx?articleid=878</p>
<p>Now, my question is - should I be doing this? I am going to upload the website to a hosting provider when finished, and would like the process to be as smooth as possible.</p>
<p>Does one normally just move the MDF file to the server along with the website, or is it better to have the information stored inside SQL Server itself? I do have a DB already for the website... can I integrate asp.net's role information into my own DB so that I only have a single DB to manage?</p>
<p>Thanks for reading,
~~Kolten</p>
http://stackoverflow.com/questions/803386/easy-way-to-import-export-sql-server-2005-users-permissions-across-instances/803439#8034391Answer by Kolten for Easy way to import/export Sql Server 2005 users/permissions across instances?Kolten2009-04-29T17:30:48Z2009-04-29T17:30:48Z<p>Might need to do a "sp_change_users_login AUTO_FIX, 'my_user'" afterwards to re-link security logins to their respective data as well.</p>
http://stackoverflow.com/questions/795106/image-upload-via-gridview-question0Image upload via gridview question...Kolten2009-04-27T20:17:14Z2009-04-27T21:21:58Z
<p>Hello, I have a gridview that displays data from a database. The datbase stores the image filename (string) among other things for an item.</p>
<p>I have the fileupload control showing in the EDIT view, and that uploads the file just fine.</p>
<p>The problem is, I want to update the image filename in the database and I am not sure how to get the data to the textbox control that the gridview uses to UPDATE the database. The textbox control i have set the visibility to hidden. here is the aspx code:</p>
<pre><code> <asp:TemplateField HeaderText="Image" SortExpression="Image">
<EditItemTemplate>
<asp:TextBox ID="txtImage" runat="server" Text='<%# Bind("Image") %>' Visible="False" OnTextChanged="txtImage_TextChanged"></asp:TextBox>
<asp:FileUpload ID="FileUpload1" runat="server" />
</EditItemTemplate>
<ItemTemplate>
<asp:Image ID="Image1" runat="server" Width="50px" AlternateText='<%# Eval("Image") %>' ImageUrl='<%# "images/hardware/" + Eval("Image") %>' />
</ItemTemplate>
</asp:TemplateField>
</code></pre>
<p>And here is the function that stores the file onto the server, and places the filename into a variable:</p>
<pre><code> protected void GridView1_RowUpdating(object sender, GridViewUpdateEventArgs e)
{
GridViewRow row = GridView1.Rows[e.RowIndex];
FileUpload fileUpload = row.Cells[0].FindControl("FileUpload1") as FileUpload;
if ( fileUpload != null && fileUpload.HasFile)
{
strFileName = fileUpload.FileName;
fileUpload.SaveAs(Server.MapPath("images/hardware/" + strFileName));
TextBox txtImage = row.Cells[0].FindControl("txtImage") as TextBox;
txtImage.Text = strFileName;
}
}
</code></pre>
<p>So where do I go from here? I think the update has occured already or something? Because the "txtImage.Text" does not update the database... Am I out of order here or something? I can manipulate values in the textbox in this function before it gets saved to the DB right? Thanks for your help on this one.</p>
http://stackoverflow.com/questions/1848695/content-query-webpart-grouping-by-custom-column/1848913#1848913Comment by Kolten on Content Query WebPart - Grouping by custom column?Kolten2009-12-04T21:10:48Z2009-12-04T21:10:48Zchose this answer because it worked and easier to implement.http://stackoverflow.com/questions/1848695/content-query-webpart-grouping-by-custom-column/1848842#1848842Comment by Kolten on Content Query WebPart - Grouping by custom column?Kolten2009-12-04T19:12:17Z2009-12-04T19:12:17ZExcellent thanks!http://stackoverflow.com/questions/1745410/see-what-content-is-not-sent-over-httpsComment by Kolten on See what content is not sent over HTTPSKolten2009-11-16T23:00:03Z2009-11-16T23:00:03Zdo you have any includes?http://stackoverflow.com/questions/1682770/using-additional-email-inboxes-for-sharepoint-workflow-approvals/1682846#1682846Comment by Kolten on Using additional email inboxes for Sharepoint Workflow approvalsKolten2009-11-05T21:23:19Z2009-11-05T21:23:19ZHmm no that's not it. I noticed "Edit access" was set to only their own, but it still says he doesn't have permissions to view the task. "Read Access" was always set to "All Items"...http://stackoverflow.com/questions/121945/how-do-you-like-your-comments-best-practices/122030#122030Comment by Kolten on How do you like your comments? ( Best Practices )Kolten2009-11-03T23:16:07Z2009-11-03T23:16:07Z:P yes, that was a JOKE.http://stackoverflow.com/questions/1640347/windows-authentication-doesnt-prompt-for-login/1640369#1640369Comment by Kolten on Windows Authentication doesn't prompt for loginKolten2009-10-29T18:12:10Z2009-10-29T18:12:10ZI expect the login prompt to appear for those <i>outside</i> our network. I thought that was standard for windows authenticated websites, no? I am pretty sure nothing changed at the domain level. The only thing i can think of is perhaps our certificates - we renewed them recently.http://stackoverflow.com/questions/1640347/windows-authentication-doesnt-prompt-for-login/1640368#1640368Comment by Kolten on Windows Authentication doesn't prompt for loginKolten2009-10-29T17:44:39Z2009-10-29T17:44:39ZI have the site in the trusted zone, but it still says "page cannot be displayed". I am expecting a login box like before...http://stackoverflow.com/questions/1640347/windows-authentication-doesnt-prompt-for-login/1640357#1640357Comment by Kolten on Windows Authentication doesn't prompt for loginKolten2009-10-29T17:23:47Z2009-10-29T17:23:47ZYes, it is enabled - i enabled it so users would have to login to verify their credentials against our network.http://stackoverflow.com/questions/1467338/authentication-to-sql-2005-using-domain-account-from-asp/1467356#1467356Comment by Kolten on authentication to sql 2005 using domain account from ASPKolten2009-09-23T22:45:18Z2009-09-23T22:45:18ZOk, so I have the app pool set to use the "DOMAIN\NHA-svcRequestForm" for the identity, but now I keep getting a "Service Unavailable" error when I try to load a page... Verified the username and password are correct. Added the connection string as you detailed above, but no go! Any idea what is wrong? I am used to more detailed messages than just "Service Unavailable"...http://stackoverflow.com/questions/1467338/authentication-to-sql-2005-using-domain-account-from-aspComment by Kolten on authentication to sql 2005 using domain account from ASPKolten2009-09-23T22:41:15Z2009-09-23T22:41:15ZThis is classic ASP.http://stackoverflow.com/questions/1467338/authentication-to-sql-2005-using-domain-account-from-asp/1467378#1467378Comment by Kolten on authentication to sql 2005 using domain account from ASPKolten2009-09-23T22:40:38Z2009-09-23T22:40:38ZThis is classic ASP.http://stackoverflow.com/questions/1434452/integrated-authentication-on-webserver-securityComment by Kolten on Integrated Authentication on Webserver - Security?Kolten2009-09-18T16:15:47Z2009-09-18T16:15:47Zthe web server is on domain AAA, but accessible from outside our network as well. When the user hits the authenticated page from outside, it defaults to xyz.com domain (our url) instead of AAA. Strangely enough, Chrome doesn't have an issue with the user just putting in their username with no domain.http://stackoverflow.com/questions/1434452/integrated-authentication-on-webserver-security/1437424#1437424Comment by Kolten on Integrated Authentication on Webserver - Security?Kolten2009-09-18T16:14:21Z2009-09-18T16:14:21Zyes, you're right. I am more concerned with external users.http://stackoverflow.com/questions/1434452/integrated-authentication-on-webserver-security/1434513#1434513Comment by Kolten on Integrated Authentication on Webserver - Security?Kolten2009-09-16T18:10:07Z2009-09-16T18:10:07ZAre you saying I cannot query ActiveD for a username and password using LDAP????http://stackoverflow.com/questions/1422937/sharepoint-document-libraries-date-created-field/1423137#1423137Comment by Kolten on Sharepoint Document Libraries - "Date Created" fieldKolten2009-09-14T22:44:28Z2009-09-14T22:44:28ZThanks - sharepoint needs some work in the intuitive dept.