Search:
Type: Posts; User: szlamany
Search:
Search took 1.67 seconds.
-
Maybe you have conflicting SQL services running, that you had previously managed to stop and clear up, and all that re-booting got them START'ed up again. Go into SERVICES and see what you have for...
-
I never said HTTPS was difficult or that it was not being used! The OP clearly states that the situation is about SSL connections (I should have said SSL/TLS to be "current" - but it's all HTTPS).
...
-
I simply cannot rest on the fact that they will always force a re-direct to HTTPS: (although I have been for a decade now) - I've got too many clients (with too large of an IT departments) that my...
-
I have several instances running on my Surface, and have to use certain ports to connect so that the correct instance is listening. Got complicated quick - and I would not be happy to have to go...
-
Not in charge of all my clients servers - so that answer doesn't fully cover it.
-
9000 students coming in and out of a college and using windows AD usernames and passwords, on phones - from home - from school - from dorms...
SSO, not gonna happen.
They are about to ask me to...
-
I am asking the user for their windows username and password and then using .Net to talk to the AD at the client site. So sending the original password is required.
For those clients that I have...
-
Working here in the US - odd - basically says this:
-
I allow one of my clients to host a web site on this server, and they basically cover the cost. I'm about to upload some of my own experimental stuff - nice to have a server and not pay the electric...
-
Fully hosted server at GoDaddy DOES NOT have a DB limitation
https://www.godaddy.com/community/VPS-Dedicated-Servers/Does-VPS-have-a-MSSQL-size-limit-like-the-Shared-Hosting-has/td-p/43160
-
I wonder if you were to install MS SQL Express how they would limit you to under the 10 GB limit that Express has?
-
I prefer a GoDaddy server with full blown MS SQL and the ability to login to it with RDP, so I don't have to use a dashboard to manage a DB server or WEB server!
Around $500 a year, I believe - I...
-
Try this - in a query window or a stored procedure if you need to use it regularly
Declare @SQLStatements Table (SqlText nvarchar(max))
Declare @SQLText nvarchar(max)
Insert into...
-
Many reasons - a couple would be:
1) Security - separating the web server from the database server affords an additional level of security on the database itself, especially if the DB server is...
-
Ok - setup - when creating a web app over an SSL connection to an IIS server...
If you are doing a LOGIN page, and want to send the username and password in an AJAX POST to the server, how do you...
-
You cannot assume that a CASE statement on QUOTED strings is going to work the same as a CASE statement on properly datatyped fields. You would have to CAST(' leading' as ...) in order to get...
-
I'm thinking of leaving the forum - you guys really all suck in one way or another - I'm sorry I even opened this thread.
-
Yes - for hours! I added "vertical-align: top;" in the CSS and that fixed it. Makes no sense to me that "alignment" selection would do anything other than move an element in the parent - NOT that...
-
I've got an odd spacing issue when dynamically making elements appear. Page is all built at runtime with AJAX calls...
At any rate - I'm adding a SEARCH TEXT field and two buttons - I'll work on...
-
I send email from my web server - how are you going to get the browser to send a series of emails without clicking on each email TO link?
-
If you have a DB already in place as part of this project, then by all means use that. If there is no database AND all you will ever store is a list of emails, you might consider a text file. ...
-
Data fill percentages and index fill percentages were settings you could alter in old style indexed databases. Inserting new rows is the slowest activity a DB sees - and leaving open space for new...
-
I've stepped from VB and C# into C++ and that works perfectly as well!
-
I am looking to redirect HTTP access to HTTPS in IIS 10 / Windows 2016 for a web site that I'm working with.
I was able to add the HTTP REDIRECT "role" to the server - and can see that in IIS. ...
-
I did not know the source for .Net was available - I thought I had seen many, many years ago that you could see the IL code (that's just what I'm recalling it was referred to). Maybe while stepping...
-
How does one go about seeing the intermediate code in .Net? What if I wanted to see what was under the cover of the SQLClient, for instance. How would I go about that?
Thanks!
-
My boys just turned 19 and they are stuck at UMaine. Miss them badly. Keeping safe though...
-
-
I even mention VB6 and the Currency datatype in my top post! I kind of mimicked that behavior, lol!
-
@dday9 - at first I was surprised to see version control so high your list, and then I recalled that back in the 1980's not only did I run a team of six developers, but I also had a full time...
-
If you post it, at least stand behind it!
At any rate, I'm talking more about the local SJW's - you often find them on hometown FB groups.
One here decided that some construction in town - on...
-
When did we all become so sensitive that we can't apply everyday terms to different situations. My wife jokes that I have OCD all the time - Obviously Care Deeply! I had an uncle and a great aunt...
-
-
I actively support clients from either the old Win7 machine (about to be replaced - what a job that's going to be) or the Surface (especially when I go remote). All my clients run the same exact...
-
Right now, on the Surface Pro, it's set to ..\Bin\ and that refers to AWC\ACSReport\Bin
I want it to go intp AWC\Bin
How do I "notate" that location without using the actual C: drive, since...
-
Seems I have to manually copy the .DLL from the sub-project's BIN folder to the main web app BIN folder.
I see no easy way to turn this on in the IDE. Seems there are POST-COMPILE "cmd" actions...
-
Although this is happening in a web project, it's kind of just a VB.Net solution/project problem.
I've been carrying along for quite a few years a web project that was never made into a proper...
-
When my users "login" I give them a GUID (supplied from the backend code) that is used for every single AJAX post from that point forward. That's more for security...
As for UX (user experience),...
-
I believe we were talking about Mendhak's amazon-box-wally...
-
@jdc - thanks for the links .
@nsa - thanks for that answer. Currently I do all AJAX calls to my backend VB.Net methods - I do not rely on any ASP.Net functionality at all.
Here's an AJAX POST...
|
Click Here to Expand Forum to Full Width
|